summaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
2016-10-30COLO: Add 'x-colo-lost-heartbeat' command to trigger failoverzhanghailiang4-1/+55
2016-10-30COLO: Synchronize PVM's state to SVM periodicallyzhanghailiang1-0/+12
2016-10-30COLO: Add checkpoint-delay parameter for migrate-set-parameterszhanghailiang1-0/+16
2016-10-30COLO: Load VMState into QIOChannelBuffer before restore itzhanghailiang1-2/+65
2016-10-30COLO: Send PVM state to secondary side when do checkpointzhanghailiang2-17/+105
2016-10-30COLO: Introduce checkpointing protocolzhanghailiang2-2/+201
2016-10-30COLO: Establish a new communicating path for COLOzhanghailiang1-0/+28
2016-10-30migration: Switch to COLO process after finishing loadvmzhanghailiang3-0/+43
2016-10-30migration: Enter into COLO mode after migration if COLO is enabledzhanghailiang3-5/+65
2016-10-30COLO: migrate COLO related info to secondary nodezhanghailiang2-0/+52
2016-10-30migration: Introduce capability 'x-colo' to migrationzhanghailiang3-0/+38
2016-10-28Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' in...Peter Maydell6-0/+15
2016-10-27migration: set name for all I/O channels createdDaniel P. Berrange6-0/+15
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