aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)Author
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier
2016-08-11migration/socket: fix typo in file headerCao jin
2016-08-11migration: fix live migration failure with compressionLiang Li
2016-08-11migration: mmap error check fixEvgeny Yakovlev
2016-08-11migration/ram: fix typoCao jin
2016-08-08qjson: free strMarc-André Lureau
2016-07-22migration: set state to post-migrate on failureDr. David Alan Gilbert
2016-07-13hmp: show all of snapshot info on every block dev in output of 'info snapshots'Lin Ma
2016-07-13hmp: use snapshot name to determine whether a snapshot is 'fully available'Lin Ma
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-06-20trace: split out trace events for migration/ directoryDaniel P. Berrange
2016-06-17migration: code clean upLiang Li
2016-06-17migration: refine the decompression codeLiang Li
2016-06-17migration: refine the compression codeLiang Li
2016-06-17migration: protect the quit flag by lockLiang Li
2016-06-17migration: refine ram_save_compressed_pageLiang Li
2016-06-17qemu-file: Fix qemu_put_compression_data flawLiang Li
2016-06-17migration: remove useless codeLiang Li
2016-06-17migration: Fix a potential issueLiang Li
2016-06-17migration: Fix multi-thread compression bugLiang Li
2016-06-17migration: fix inability to save VM after snapshotDenis V. Lunev
2016-06-17migration: Trace improvementsDr. David Alan Gilbert
2016-06-17migration: Don't use *_to_cpup() and cpu_to_*w()Peter Maydell
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-06-16migration: rename functions to starting migrationsDaniel P. Berrange
2016-06-16Postcopy: Check for support when setting the capabilityDr. David Alan Gilbert
2016-06-16Postcopy: Add stats on page requestsDr. David Alan Gilbert
2016-06-16Migration: Split out ram part of qmp_query_migrateDr. David Alan Gilbert
2016-06-16Postcopy: Avoid 0 length discardsDr. David Alan Gilbert
2016-06-13Introduce "xen-load-devices-state"Wen Congyang
2016-06-08migration/block: Convert saving to BlockBackendKevin Wolf
2016-06-08migration/block: Convert load to BlockBackendKevin Wolf
2016-06-08block: Switch bdrv_write_zeroes() to byte interfaceEric Blake
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell
2016-05-29exec: remove ram_addr argument from qemu_ram_block_from_hostPaolo Bonzini
2016-05-26Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-2' in...Peter Maydell
2016-05-26migration: remove qemu_get_fd method from QEMUFileDaniel P. Berrange
2016-05-26migration: remove support for non-iovec based write handlersDaniel P. Berrange
2016-05-26migration: add support for encrypting data with TLSDaniel P. Berrange
2016-05-26migration: define 'tls-creds' and 'tls-hostname' migration parametersDaniel P. Berrange
2016-05-26migration: don't use an array for storing migrate parametersDaniel P. Berrange
2016-05-26migration: move definition of struct QEMUFile back into qemu-file.cDaniel P. Berrange
2016-05-26migration: delete QEMUFile stdio implementationDaniel P. Berrange
2016-05-26migration: delete QEMUFile sockets implementationDaniel P. Berrange
2016-05-26migration: delete QEMUSizedBuffer structDaniel P. Berrange
2016-05-26migration: delete QEMUFile buffer implementationDaniel P. Berrange
2016-05-26migration: convert savevm to use QIOChannel for writing to filesDaniel P. Berrange
2016-05-26migration: convert RDMA to use QIOChannel interfaceDaniel P. Berrange
2016-05-26migration: convert exec socket protocol to use QIOChannelDaniel P. Berrange
2016-05-26migration: convert fd socket protocol to use QIOChannelDaniel P. Berrange