summaryrefslogtreecommitdiffstats
path: root/migration
Commit message (Expand)AuthorAgeFilesLines
* hmp: show all of snapshot info on every block dev in output of 'info snapshots'Lin Ma2016-07-131-7/+90
* hmp: use snapshot name to determine whether a snapshot is 'fully available'Lin Ma2016-07-131-1/+5
* coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini2016-07-131-2/+2
* trace: split out trace events for migration/ directoryDaniel P. Berrange2016-06-201-0/+209
* migration: code clean upLiang Li2016-06-171-21/+15Star
* migration: refine the decompression codeLiang Li2016-06-171-25/+25
* migration: refine the compression codeLiang Li2016-06-171-44/+40Star
* migration: protect the quit flag by lockLiang Li2016-06-171-16/+16
* migration: refine ram_save_compressed_pageLiang Li2016-06-171-14/+13Star
* qemu-file: Fix qemu_put_compression_data flawLiang Li2016-06-172-7/+34
* migration: remove useless codeLiang Li2016-06-171-1/+0Star
* migration: Fix a potential issueLiang Li2016-06-171-0/+19
* migration: Fix multi-thread compression bugLiang Li2016-06-171-11/+27
* migration: fix inability to save VM after snapshotDenis V. Lunev2016-06-171-1/+11
* migration: Trace improvementsDr. David Alan Gilbert2016-06-171-6/+7
* migration: Don't use *_to_cpup() and cpu_to_*w()Peter Maydell2016-06-172-8/+8
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0Star
* migration: rename functions to starting migrationsDaniel P. Berrange2016-06-166-27/+27
* Postcopy: Check for support when setting the capabilityDr. David Alan Gilbert2016-06-161-0/+14
* Postcopy: Add stats on page requestsDr. David Alan Gilbert2016-06-162-0/+3
* Migration: Split out ram part of qmp_query_migrateDr. David Alan Gilbert2016-06-161-35/+22Star
* Postcopy: Avoid 0 length discardsDr. David Alan Gilbert2016-06-161-1/+3
* Introduce "xen-load-devices-state"Wen Congyang2016-06-131-0/+37
* migration/block: Convert saving to BlockBackendKevin Wolf2016-06-081-45/+79
* migration/block: Convert load to BlockBackendKevin Wolf2016-06-081-16/+10Star
* block: Switch bdrv_write_zeroes() to byte interfaceEric Blake2016-06-081-2/+3
* all: Remove unnecessary glib.h includesPeter Maydell2016-06-071-1/+0Star
* exec: remove ram_addr argument from qemu_ram_block_from_hostPaolo Bonzini2016-05-291-2/+1Star
* Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-2' in...Peter Maydell2016-05-2617-1568/+1057Star
|\
| * migration: remove qemu_get_fd method from QEMUFileDaniel P. Berrange2016-05-261-14/+0Star
| * migration: remove support for non-iovec based write handlersDaniel P. Berrange2016-05-262-36/+8Star
| * migration: add support for encrypting data with TLSDaniel P. Berrange2016-05-266-15/+225
| * migration: define 'tls-creds' and 'tls-hostname' migration parametersDaniel P. Berrange2016-05-261-0/+14
| * migration: don't use an array for storing migrate parametersDaniel P. Berrange2016-05-262-36/+25Star
| * migration: move definition of struct QEMUFile back into qemu-file.cDaniel P. Berrange2016-05-262-55/+23Star
| * migration: delete QEMUFile stdio implementationDaniel P. Berrange2016-05-262-197/+1Star
| * migration: delete QEMUFile sockets implementationDaniel P. Berrange2016-05-262-324/+1Star
| * migration: delete QEMUSizedBuffer structDaniel P. Berrange2016-05-262-369/+1Star
| * migration: delete QEMUFile buffer implementationDaniel P. Berrange2016-05-261-96/+0Star
| * migration: convert savevm to use QIOChannel for writing to filesDaniel P. Berrange2016-05-261-3/+5
| * migration: convert RDMA to use QIOChannel interfaceDaniel P. Berrange2016-05-261-99/+275
| * migration: convert exec socket protocol to use QIOChannelDaniel P. Berrange2016-05-263-36/+33Star
| * migration: convert fd socket protocol to use QIOChannelDaniel P. Berrange2016-05-263-52/+31Star
| * migration: convert tcp socket protocol to use QIOChannelDaniel P. Berrange2016-05-263-103/+32Star
| * migration: rename unix.c to socket.cDaniel P. Berrange2016-05-262-22/+33
| * migration: convert unix socket protocol to use QIOChannelDaniel P. Berrange2016-05-263-53/+75
| * migration: convert post-copy to use QIOChannelBufferDaniel P. Berrange2016-05-262-39/+23Star
| * migration: add reporting of errors for outgoing migrationDaniel P. Berrange2016-05-264-12/+17
| * migration: add helpers for creating QEMUFile from a QIOChannelDaniel P. Berrange2016-05-261-0/+21
| * migration: introduce a new QEMUFile impl based on QIOChannelDaniel P. Berrange2016-05-262-0/+181