Age | Commit message (Expand) | Author |
2016-09-13 | cutils: Export only buffer_is_zero | Richard Henderson |
2016-08-12 | trace-events: fix first line comment in trace-events | Laurent Vivier |
2016-08-11 | migration/socket: fix typo in file header | Cao jin |
2016-08-11 | migration: fix live migration failure with compression | Liang Li |
2016-08-11 | migration: mmap error check fix | Evgeny Yakovlev |
2016-08-11 | migration/ram: fix typo | Cao jin |
2016-08-08 | qjson: free str | Marc-André Lureau |
2016-07-22 | migration: set state to post-migrate on failure | Dr. David Alan Gilbert |
2016-07-13 | hmp: show all of snapshot info on every block dev in output of 'info snapshots' | Lin Ma |
2016-07-13 | hmp: use snapshot name to determine whether a snapshot is 'fully available' | Lin Ma |
2016-07-13 | coroutine: move entry argument to qemu_coroutine_create | Paolo Bonzini |
2016-06-20 | trace: split out trace events for migration/ directory | Daniel P. Berrange |
2016-06-17 | migration: code clean up | Liang Li |
2016-06-17 | migration: refine the decompression code | Liang Li |
2016-06-17 | migration: refine the compression code | Liang Li |
2016-06-17 | migration: protect the quit flag by lock | Liang Li |
2016-06-17 | migration: refine ram_save_compressed_page | Liang Li |
2016-06-17 | qemu-file: Fix qemu_put_compression_data flaw | Liang Li |
2016-06-17 | migration: remove useless code | Liang Li |
2016-06-17 | migration: Fix a potential issue | Liang Li |
2016-06-17 | migration: Fix multi-thread compression bug | Liang Li |
2016-06-17 | migration: fix inability to save VM after snapshot | Denis V. Lunev |
2016-06-17 | migration: Trace improvements | Dr. David Alan Gilbert |
2016-06-17 | migration: Don't use *_to_cpup() and cpu_to_*w() | Peter Maydell |
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 |