summaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
2016-10-24migration/savevm.c: migrate non-default page sizePeter Maydell1-0/+49
2016-10-24migration: Remove static allocation of xzblre cache bufferVijaya Kumar K1-1/+3
2016-10-13migrate: move max-bandwidth and downtime-limit to migrate_set_parameterAshijeet Acharya1-33/+50
2016-10-13migration: Fix seg with missing portDr. David Alan Gilbert1-4/+12
2016-10-13migration/postcopy: Explicitly disallow huge pagesDr. David Alan Gilbert1-0/+24
2016-10-13Postcopy vs xbzrle: Don't send xbzrle pages once in postcopy [for 2.8]Dr. David Alan Gilbert1-1/+3
2016-10-13migrate: Fix bounds check for migration parameters in migration.cAshijeet Acharya1-0/+2
2016-10-13migrate: Use boxed qapi for migrate-set-parametersEric Blake1-38/+27
2016-10-13migrate: Share common MigrationParameters structEric Blake1-0/+7
2016-10-13migration/rdma: Don't flag an error when we've been told about oneDr. David Alan Gilbert1-1/+5
2016-10-13migration: Make failed migration load set file errorDr. David Alan Gilbert1-7/+12
2016-10-13migration/rdma: Pass qemu_file errors across linkDr. David Alan Gilbert1-0/+3
2016-10-13migration: Report values for comparisonsDr. David Alan Gilbert1-0/+8
2016-10-13migration: report an error giving the failed fieldDr. David Alan Gilbert1-0/+2
2016-09-27migration: sync all address spacesPaolo Bonzini1-1/+1
2016-09-13cutils: Export only buffer_is_zeroRichard Henderson2-5/+2
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
2016-08-11migration/socket: fix typo in file headerCao jin1-1/+3
2016-08-11migration: fix live migration failure with compressionLiang Li1-0/+1
2016-08-11migration: mmap error check fixEvgeny Yakovlev1-1/+2
2016-08-11migration/ram: fix typoCao jin1-2/+2
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