summaryrefslogtreecommitdiffstats
path: root/migration
Commit message (Expand)AuthorAgeFilesLines
...
| * migration: Remove unneeded NULL check from migrate_fd_error()Peter Maydell2016-10-281-1/+1
* | Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' in...Peter Maydell2016-10-286-0/+15
|\ \ | |/ |/|
| * migration: set name for all I/O channels createdDaniel P. Berrange2016-10-276-0/+15
* | migration/savevm.c: migrate non-default page sizePeter Maydell2016-10-241-0/+49
* | migration: Remove static allocation of xzblre cache bufferVijaya Kumar K2016-10-241-1/+3
|/
* migrate: move max-bandwidth and downtime-limit to migrate_set_parameterAshijeet Acharya2016-10-131-33/+50
* migration: Fix seg with missing portDr. David Alan Gilbert2016-10-131-4/+12
* migration/postcopy: Explicitly disallow huge pagesDr. David Alan Gilbert2016-10-131-0/+24
* Postcopy vs xbzrle: Don't send xbzrle pages once in postcopy [for 2.8]Dr. David Alan Gilbert2016-10-131-1/+3
* migrate: Fix bounds check for migration parameters in migration.cAshijeet Acharya2016-10-131-0/+2
* migrate: Use boxed qapi for migrate-set-parametersEric Blake2016-10-131-38/+27Star
* migrate: Share common MigrationParameters structEric Blake2016-10-131-0/+7
* migration/rdma: Don't flag an error when we've been told about oneDr. David Alan Gilbert2016-10-131-1/+5
* migration: Make failed migration load set file errorDr. David Alan Gilbert2016-10-131-7/+12
* migration/rdma: Pass qemu_file errors across linkDr. David Alan Gilbert2016-10-131-0/+3
* migration: Report values for comparisonsDr. David Alan Gilbert2016-10-131-0/+8
* migration: report an error giving the failed fieldDr. David Alan Gilbert2016-10-131-0/+2
* migration: sync all address spacesPaolo Bonzini2016-09-271-1/+1
* cutils: Export only buffer_is_zeroRichard Henderson2016-09-132-5/+2Star
* trace-events: fix first line comment in trace-eventsLaurent Vivier2016-08-121-1/+1
* migration/socket: fix typo in file headerCao jin2016-08-111-1/+3
* migration: fix live migration failure with compressionLiang Li2016-08-111-0/+1
* migration: mmap error check fixEvgeny Yakovlev2016-08-111-1/+2
* migration/ram: fix typoCao jin2016-08-111-2/+2
* qjson: free strMarc-André Lureau2016-08-071-0/+1
* migration: set state to post-migrate on failureDr. David Alan Gilbert2016-07-221-0/+4
* 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