Age | Commit message (Expand) | Author |
2016-06-16 | os-posix: include sys/mman.h | Paolo Bonzini |
2016-06-16 | migration: rename functions to starting migrations | Daniel P. Berrange |
2016-06-16 | Postcopy: Check for support when setting the capability | Dr. David Alan Gilbert |
2016-06-16 | Postcopy: Add stats on page requests | Dr. David Alan Gilbert |
2016-06-16 | Migration: Split out ram part of qmp_query_migrate | Dr. David Alan Gilbert |
2016-06-16 | Postcopy: Avoid 0 length discards | Dr. David Alan Gilbert |
2016-06-13 | Introduce "xen-load-devices-state" | Wen Congyang |
2016-06-08 | migration/block: Convert saving to BlockBackend | Kevin Wolf |
2016-06-08 | migration/block: Convert load to BlockBackend | Kevin Wolf |
2016-06-08 | block: Switch bdrv_write_zeroes() to byte interface | Eric Blake |
2016-06-07 | all: Remove unnecessary glib.h includes | Peter Maydell |
2016-05-29 | exec: remove ram_addr argument from qemu_ram_block_from_host | Paolo Bonzini |
2016-05-26 | Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-2' in... | Peter Maydell |
2016-05-26 | migration: remove qemu_get_fd method from QEMUFile | Daniel P. Berrange |
2016-05-26 | migration: remove support for non-iovec based write handlers | Daniel P. Berrange |
2016-05-26 | migration: add support for encrypting data with TLS | Daniel P. Berrange |
2016-05-26 | migration: define 'tls-creds' and 'tls-hostname' migration parameters | Daniel P. Berrange |
2016-05-26 | migration: don't use an array for storing migrate parameters | Daniel P. Berrange |
2016-05-26 | migration: move definition of struct QEMUFile back into qemu-file.c | Daniel P. Berrange |
2016-05-26 | migration: delete QEMUFile stdio implementation | Daniel P. Berrange |
2016-05-26 | migration: delete QEMUFile sockets implementation | Daniel P. Berrange |
2016-05-26 | migration: delete QEMUSizedBuffer struct | Daniel P. Berrange |
2016-05-26 | migration: delete QEMUFile buffer implementation | Daniel P. Berrange |
2016-05-26 | migration: convert savevm to use QIOChannel for writing to files | Daniel P. Berrange |
2016-05-26 | migration: convert RDMA to use QIOChannel interface | Daniel P. Berrange |
2016-05-26 | migration: convert exec socket protocol to use QIOChannel | Daniel P. Berrange |
2016-05-26 | migration: convert fd socket protocol to use QIOChannel | Daniel P. Berrange |
2016-05-26 | migration: convert tcp socket protocol to use QIOChannel | Daniel P. Berrange |
2016-05-26 | migration: rename unix.c to socket.c | Daniel P. Berrange |
2016-05-26 | migration: convert unix socket protocol to use QIOChannel | Daniel P. Berrange |
2016-05-26 | migration: convert post-copy to use QIOChannelBuffer | Daniel P. Berrange |
2016-05-26 | migration: add reporting of errors for outgoing migration | Daniel P. Berrange |
2016-05-26 | migration: add helpers for creating QEMUFile from a QIOChannel | Daniel P. Berrange |
2016-05-26 | migration: introduce a new QEMUFile impl based on QIOChannel | Daniel P. Berrange |
2016-05-26 | migration: force QEMUFile to blocking mode for outgoing migration | Daniel P. Berrange |
2016-05-26 | migration: introduce set_blocking function in QEMUFileOps | Daniel P. Berrange |
2016-05-26 | migration: split migration hooks out of QEMUFileOps | Daniel P. Berrange |
2016-05-26 | migration: ensure qemu_fflush() always writes full data amount | Daniel P. Berrange |
2016-05-25 | block: Fix bdrv_next() memory leak | Kevin Wolf |
2016-05-24 | Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-1' in... | Peter Maydell |
2016-05-23 | migration: regain control of images when migration fails to complete | Greg Kurz |
2016-05-23 | savevm: fail if migration blockers are present | Greg Kurz |
2016-05-23 | memory: drop find_ram_block() | Gonglei |
2016-05-23 | migration: Promote improved autoconverge commands out of experimental state | Jason J. Herne |
2016-05-23 | migration/qjson: Drop gratuitous use of QOM | Markus Armbruster |
2016-05-23 | migration: Move qjson.[ch] to migration/ | Markus Armbruster |
2016-05-19 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2016-05-19 | block: Avoid bs->blk in bdrv_next() | Kevin Wolf |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini |
2016-05-18 | Fix some typos found by codespell | Stefan Weil |