summaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
2016-08-08qjson: free strMarc-André Lureau1-0/+1
2016-07-22migration: set state to post-migrate on failureDr. David Alan Gilbert1-0/+4
2016-07-13hmp: show all of snapshot info on every block dev in output of 'info snapshots'Lin Ma1-7/+90
2016-07-13hmp: use snapshot name to determine whether a snapshot is 'fully available'Lin Ma1-1/+5
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini1-2/+2
2016-06-20trace: split out trace events for migration/ directoryDaniel P. Berrange1-0/+209
2016-06-17migration: code clean upLiang Li1-21/+15
2016-06-17migration: refine the decompression codeLiang Li1-25/+25
2016-06-17migration: refine the compression codeLiang Li1-44/+40
2016-06-17migration: protect the quit flag by lockLiang Li1-16/+16
2016-06-17migration: refine ram_save_compressed_pageLiang Li1-14/+13
2016-06-17qemu-file: Fix qemu_put_compression_data flawLiang Li2-7/+34
2016-06-17migration: remove useless codeLiang Li1-1/+0
2016-06-17migration: Fix a potential issueLiang Li1-0/+19
2016-06-17migration: Fix multi-thread compression bugLiang Li1-11/+27
2016-06-17migration: fix inability to save VM after snapshotDenis V. Lunev1-1/+11
2016-06-17migration: Trace improvementsDr. David Alan Gilbert1-6/+7
2016-06-17migration: Don't use *_to_cpup() and cpu_to_*w()Peter Maydell2-8/+8
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-06-16migration: rename functions to starting migrationsDaniel P. Berrange6-27/+27
2016-06-16Postcopy: Check for support when setting the capabilityDr. David Alan Gilbert1-0/+14
2016-06-16Postcopy: Add stats on page requestsDr. David Alan Gilbert2-0/+3
2016-06-16Migration: Split out ram part of qmp_query_migrateDr. David Alan Gilbert1-35/+22
2016-06-16Postcopy: Avoid 0 length discardsDr. David Alan Gilbert1-1/+3
2016-06-13Introduce "xen-load-devices-state"Wen Congyang1-0/+37
2016-06-08migration/block: Convert saving to BlockBackendKevin Wolf1-45/+79
2016-06-08migration/block: Convert load to BlockBackendKevin Wolf1-16/+10
2016-06-08block: Switch bdrv_write_zeroes() to byte interfaceEric Blake1-2/+3
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-05-29exec: remove ram_addr argument from qemu_ram_block_from_hostPaolo Bonzini1-2/+1
2016-05-26Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-2' in...Peter Maydell17-1568/+1057
2016-05-26migration: remove qemu_get_fd method from QEMUFileDaniel P. Berrange1-14/+0
2016-05-26migration: remove support for non-iovec based write handlersDaniel P. Berrange2-36/+8
2016-05-26migration: add support for encrypting data with TLSDaniel P. Berrange6-15/+225
2016-05-26migration: define 'tls-creds' and 'tls-hostname' migration parametersDaniel P. Berrange1-0/+14
2016-05-26migration: don't use an array for storing migrate parametersDaniel P. Berrange2-36/+25
2016-05-26migration: move definition of struct QEMUFile back into qemu-file.cDaniel P. Berrange2-55/+23
2016-05-26migration: delete QEMUFile stdio implementationDaniel P. Berrange2-197/+1
2016-05-26migration: delete QEMUFile sockets implementationDaniel P. Berrange2-324/+1
2016-05-26migration: delete QEMUSizedBuffer structDaniel P. Berrange2-369/+1
2016-05-26migration: delete QEMUFile buffer implementationDaniel P. Berrange1-96/+0
2016-05-26migration: convert savevm to use QIOChannel for writing to filesDaniel P. Berrange1-3/+5
2016-05-26migration: convert RDMA to use QIOChannel interfaceDaniel P. Berrange1-99/+275
2016-05-26migration: convert exec socket protocol to use QIOChannelDaniel P. Berrange3-36/+33
2016-05-26migration: convert fd socket protocol to use QIOChannelDaniel P. Berrange3-52/+31
2016-05-26migration: convert tcp socket protocol to use QIOChannelDaniel P. Berrange3-103/+32
2016-05-26migration: rename unix.c to socket.cDaniel P. Berrange2-22/+33
2016-05-26migration: convert unix socket protocol to use QIOChannelDaniel P. Berrange3-53/+75
2016-05-26migration: convert post-copy to use QIOChannelBufferDaniel P. Berrange2-39/+23
2016-05-26migration: add reporting of errors for outgoing migrationDaniel P. Berrange4-12/+17