summaryrefslogtreecommitdiff
path: root/block-migration.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-17block-migration: handle errors with the return codes correctlyJuan Quintela1-12/+14
2012-10-17block-migration: Switch meaning of return valueJuan Quintela1-5/+9
2012-10-17block-migration: make flush_blks() return errorsJuan Quintela1-14/+8
2012-09-28block-migration: Flush requests in blk_mig_cleanupKevin Wolf1-0/+2
2012-07-20savevm: split save_live into stage2 and stage3Juan Quintela1-39/+60
2012-07-20savevm: split save_live_setup from save_live_stateJuan Quintela1-7/+28
2012-07-20savevm: introduce is_active methodJuan Quintela1-7/+6
2012-07-20savevm: Refactor cancel operation in its own operationJuan Quintela1-4/+6
2012-07-20savevm: Live migration handlers register the struct directlyJuan Quintela1-2/+8
2012-06-29Add MigrationParams structureIsaku Yamahata1-4/+4
2012-03-15Purge migration of (almost) everything to do with monitorsLuiz Capitulino1-33/+25
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini1-0/+2
2011-12-15block: bdrv_aio_* do not return NULLPaolo Bonzini1-13/+0
2011-12-05block: convert qemu_aio_flush() calls to bdrv_drain_all()Stefan Hajnoczi1-1/+1
2011-11-17Fix some spelling bugs in documentation and commentsStefan Weil1-1/+1
2011-10-20migration: make *save_live return errorsJuan Quintela1-6/+11
2011-10-20migration: use qemu_file_get_error() return value when possibleJuan Quintela1-3/+4
2011-10-20migration: rename qemu_file_has_error to qemu_file_get_errorJuan Quintela1-4/+4
2011-10-20migration: change has_error to contain errno valuesJuan Quintela1-5/+6
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-20/+20
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster1-1/+1
2011-04-27Improve accuracy of block migration bandwidth calculationAvishay Traeger1-12/+11
2011-04-07Fix integer overflow in block migration bandwidth calculationAvishay Traeger1-1/+1
2011-02-07block: enable in_use flagMarcelo Tosatti1-0/+2
2011-02-07block-migration: add reference to target DriveInfoMarcelo Tosatti1-0/+3
2011-02-07block-migration: actually disable dirty tracking on cleanupMarcelo Tosatti1-2/+2
2011-01-24Fix block migration when the device size is not a multiple of 1 MBPierre Riteau1-2/+20
2011-01-24Avoid divide by zero when there is no block device to migratePierre Riteau1-1/+6
2010-11-24block migration: do not submit multiple AIOs for same sector (v2)Marcelo Tosatti1-9/+5
2010-11-21block migration: do not submit multiple AIOs for same sectorMarcelo Tosatti1-0/+61
2010-08-03block migration: replace tabs by spaces.Yoshiaki Tamura1-6/+6
2010-07-26block migration: propagate return value when bdrv_write() returns < 0Yoshiaki Tamura1-1/+5
2010-07-13Block migration fail, ignore error from bdrv_getlengthShahar Havivi1-1/+1
2010-07-06Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori1-1/+1
2010-07-06savevm: Add DeviceState paramAlex Williamson1-2/+2
2010-07-06block migration: Fix test for read-only driveMarkus Armbruster1-1/+1
2010-04-23block: Do not export bdrv_firstStefan Hajnoczi1-30/+33
2010-02-09Try not to exceed max downtime on stage3Liran Schour1-9/+70
2010-02-09Tranfer dirty blocks during iterative phaseLiran Schour1-36/+99
2010-02-09Remove unused codeLiran Schour1-43/+18
2010-02-07Do not use dprintfmalc1-5/+5
2009-12-03block migration: Skip zero-sized disksJan Kiszka1-2/+8
2009-12-03block migration: Add support for restore progress reportingJan Kiszka1-8/+22
2009-12-03block migration: Report progress also via info migrationJan Kiszka1-0/+32
2009-12-03block migration: Fix outgoing progress outputJan Kiszka1-24/+30
2009-12-03live migration: Propagate output monitor to callback handlerJan Kiszka1-1/+1
2009-12-03block migration: Report overall migration progressJan Kiszka1-16/+30
2009-12-03live migration: Allow cleanup after cancellation or errorJan Kiszka1-6/+30
2009-12-03block migration: Add error handling/propagationJan Kiszka1-16/+41
2009-12-03block migration: Consolidate block transmissionJan Kiszka1-65/+39