| Commit message (Expand) | Author | Age | Files | Lines |
* | migration: run setup callbacks out of big lock | Paolo Bonzini | 2013-03-11 | 1 | -0/+2 |
* | migration: run pending/iterate callbacks out of big lock | Paolo Bonzini | 2013-03-11 | 1 | -2/+35 |
* | block-migration: add lock | Paolo Bonzini | 2013-03-11 | 1 | -3/+51 |
* | block-migration: document usage of state across threads | Paolo Bonzini | 2013-03-11 | 1 | -5/+18 |
* | block-migration: small preparatory changes for locking | Paolo Bonzini | 2013-03-11 | 1 | -11/+15 |
* | block-migration: remove variables that are never read | Paolo Bonzini | 2013-03-11 | 1 | -13/+0 |
* | block-migration: remove useless calls to blk_mig_cleanup | Paolo Bonzini | 2013-03-11 | 1 | -18/+8 |
* | block-migration: fix pending() and iterate() return values | Stefan Hajnoczi | 2013-02-12 | 1 | -9/+13 |
* | block-migration: fix block_save_iterate() return value | Stefan Hajnoczi | 2013-02-11 | 1 | -1/+6 |
* | block-migration: fix blk_mig_save_dirty_block() return value checking | Stefan Hajnoczi | 2013-02-11 | 1 | -2/+2 |
* | block-migration: improve "Unknown flags" error message | Stefan Hajnoczi | 2013-02-11 | 1 | -1/+1 |
* | block: allow customizing the granularity of the dirty bitmap | Paolo Bonzini | 2013-01-25 | 1 | -2/+3 |
* | block: return count of dirty sectors, not chunks | Paolo Bonzini | 2013-01-25 | 1 | -1/+1 |
* | savevm: New save live migration method: pending | Juan Quintela | 2012-12-20 | 1 | -39/+10 |
* | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -2/+2 |
* | migration: move include files to include/migration/ | Paolo Bonzini | 2012-12-19 | 1 | -2/+2 |
* | block: move include files to include/block/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | block-migration: handle errors with the return codes correctly | Juan Quintela | 2012-10-17 | 1 | -12/+14 |
* | block-migration: Switch meaning of return value | Juan Quintela | 2012-10-17 | 1 | -5/+9 |
* | block-migration: make flush_blks() return errors | Juan Quintela | 2012-10-17 | 1 | -14/+8 |
* | block-migration: Flush requests in blk_mig_cleanup | Kevin Wolf | 2012-09-28 | 1 | -0/+2 |
* | savevm: split save_live into stage2 and stage3 | Juan Quintela | 2012-07-20 | 1 | -39/+60 |
* | savevm: split save_live_setup from save_live_state | Juan Quintela | 2012-07-20 | 1 | -7/+28 |
* | savevm: introduce is_active method | Juan Quintela | 2012-07-20 | 1 | -7/+6 |
* | savevm: Refactor cancel operation in its own operation | Juan Quintela | 2012-07-20 | 1 | -4/+6 |
* | savevm: Live migration handlers register the struct directly | Juan Quintela | 2012-07-20 | 1 | -2/+8 |
* | Add MigrationParams structure | Isaku Yamahata | 2012-06-29 | 1 | -4/+4 |
* | Purge migration of (almost) everything to do with monitors | Luiz Capitulino | 2012-03-15 | 1 | -33/+25 |
* | prepare for future GPLv2+ relicensing | Paolo Bonzini | 2012-01-13 | 1 | -0/+2 |
* | block: bdrv_aio_* do not return NULL | Paolo Bonzini | 2011-12-15 | 1 | -13/+0 |
* | block: convert qemu_aio_flush() calls to bdrv_drain_all() | Stefan Hajnoczi | 2011-12-05 | 1 | -1/+1 |
* | Fix some spelling bugs in documentation and comments | Stefan Weil | 2011-11-17 | 1 | -1/+1 |
* | migration: make *save_live return errors | Juan Quintela | 2011-10-20 | 1 | -6/+11 |
* | migration: use qemu_file_get_error() return value when possible | Juan Quintela | 2011-10-20 | 1 | -3/+4 |
* | migration: rename qemu_file_has_error to qemu_file_get_error | Juan Quintela | 2011-10-20 | 1 | -4/+4 |
* | migration: change has_error to contain errno values | Juan Quintela | 2011-10-20 | 1 | -5/+6 |
* | Use glib memory allocation and free functions | Anthony Liguori | 2011-08-21 | 1 | -20/+20 |
* | Strip trailing '\n' from error_report()'s first argument | Markus Armbruster | 2011-06-24 | 1 | -1/+1 |
* | Improve accuracy of block migration bandwidth calculation | Avishay Traeger | 2011-04-27 | 1 | -12/+11 |
* | Fix integer overflow in block migration bandwidth calculation | Avishay Traeger | 2011-04-07 | 1 | -1/+1 |
* | block: enable in_use flag | Marcelo Tosatti | 2011-02-07 | 1 | -0/+2 |
* | block-migration: add reference to target DriveInfo | Marcelo Tosatti | 2011-02-07 | 1 | -0/+3 |
* | block-migration: actually disable dirty tracking on cleanup | Marcelo Tosatti | 2011-02-07 | 1 | -2/+2 |
* | Fix block migration when the device size is not a multiple of 1 MB | Pierre Riteau | 2011-01-24 | 1 | -2/+20 |
* | Avoid divide by zero when there is no block device to migrate | Pierre Riteau | 2011-01-24 | 1 | -1/+6 |
* | block migration: do not submit multiple AIOs for same sector (v2) | Marcelo Tosatti | 2010-11-24 | 1 | -9/+5 |
* | block migration: do not submit multiple AIOs for same sector | Marcelo Tosatti | 2010-11-21 | 1 | -0/+61 |
* | block migration: replace tabs by spaces. | Yoshiaki Tamura | 2010-08-03 | 1 | -6/+6 |
* | block migration: propagate return value when bdrv_write() returns < 0 | Yoshiaki Tamura | 2010-07-26 | 1 | -1/+5 |