index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block-migration.c
Age
Commit message (
Expand
)
Author
2012-12-20
savevm: New save live migration method: pending
Juan Quintela
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
migration: move include files to include/migration/
Paolo Bonzini
2012-12-19
block: move include files to include/block/
Paolo Bonzini
2012-10-17
block-migration: handle errors with the return codes correctly
Juan Quintela
2012-10-17
block-migration: Switch meaning of return value
Juan Quintela
2012-10-17
block-migration: make flush_blks() return errors
Juan Quintela
2012-09-28
block-migration: Flush requests in blk_mig_cleanup
Kevin Wolf
2012-07-20
savevm: split save_live into stage2 and stage3
Juan Quintela
2012-07-20
savevm: split save_live_setup from save_live_state
Juan Quintela
2012-07-20
savevm: introduce is_active method
Juan Quintela
2012-07-20
savevm: Refactor cancel operation in its own operation
Juan Quintela
2012-07-20
savevm: Live migration handlers register the struct directly
Juan Quintela
2012-06-29
Add MigrationParams structure
Isaku Yamahata
2012-03-15
Purge migration of (almost) everything to do with monitors
Luiz Capitulino
2012-01-13
prepare for future GPLv2+ relicensing
Paolo Bonzini
2011-12-15
block: bdrv_aio_* do not return NULL
Paolo Bonzini
2011-12-05
block: convert qemu_aio_flush() calls to bdrv_drain_all()
Stefan Hajnoczi
2011-11-17
Fix some spelling bugs in documentation and comments
Stefan Weil
2011-10-20
migration: make *save_live return errors
Juan Quintela
2011-10-20
migration: use qemu_file_get_error() return value when possible
Juan Quintela
2011-10-20
migration: rename qemu_file_has_error to qemu_file_get_error
Juan Quintela
2011-10-20
migration: change has_error to contain errno values
Juan Quintela
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-06-24
Strip trailing '\n' from error_report()'s first argument
Markus Armbruster
2011-04-27
Improve accuracy of block migration bandwidth calculation
Avishay Traeger
2011-04-07
Fix integer overflow in block migration bandwidth calculation
Avishay Traeger
2011-02-07
block: enable in_use flag
Marcelo Tosatti
2011-02-07
block-migration: add reference to target DriveInfo
Marcelo Tosatti
2011-02-07
block-migration: actually disable dirty tracking on cleanup
Marcelo Tosatti
2011-01-24
Fix block migration when the device size is not a multiple of 1 MB
Pierre Riteau
2011-01-24
Avoid divide by zero when there is no block device to migrate
Pierre Riteau
2010-11-24
block migration: do not submit multiple AIOs for same sector (v2)
Marcelo Tosatti
2010-11-21
block migration: do not submit multiple AIOs for same sector
Marcelo Tosatti
2010-08-03
block migration: replace tabs by spaces.
Yoshiaki Tamura
2010-07-26
block migration: propagate return value when bdrv_write() returns < 0
Yoshiaki Tamura
2010-07-13
Block migration fail, ignore error from bdrv_getlength
Shahar Havivi
2010-07-06
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
2010-07-06
savevm: Add DeviceState param
Alex Williamson
2010-07-06
block migration: Fix test for read-only drive
Markus Armbruster
2010-04-23
block: Do not export bdrv_first
Stefan Hajnoczi
2010-02-09
Try not to exceed max downtime on stage3
Liran Schour
2010-02-09
Tranfer dirty blocks during iterative phase
Liran Schour
2010-02-09
Remove unused code
Liran Schour
2010-02-07
Do not use dprintf
malc
2009-12-03
block migration: Skip zero-sized disks
Jan Kiszka
2009-12-03
block migration: Add support for restore progress reporting
Jan Kiszka
2009-12-03
block migration: Report progress also via info migration
Jan Kiszka
2009-12-03
block migration: Fix outgoing progress output
Jan Kiszka
[next]