Sign in
qemu
/
qemu
/
5ac2731cf821a7ecae90786d9052891afb09dfc2
/
block-migration.c
6b620ca
prepare for future GPLv2+ relicensing
by Paolo Bonzini
· 13 years ago
ad54ae8
block: bdrv_aio_* do not return NULL
by Paolo Bonzini
· 13 years ago
922453b
block: convert qemu_aio_flush() calls to bdrv_drain_all()
by Stefan Hajnoczi
· 13 years ago
4238e26
Fix some spelling bugs in documentation and comments
by Stefan Weil
· 13 years ago
2975725
migration: make *save_live return errors
by Juan Quintela
· 13 years ago
42802d4
migration: use qemu_file_get_error() return value when possible
by Juan Quintela
· 13 years ago
624b9cc
migration: rename qemu_file_has_error to qemu_file_get_error
by Juan Quintela
· 13 years ago
dcd1d22
migration: change has_error to contain errno values
by Juan Quintela
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
6daf194
Strip trailing '\n' from error_report()'s first argument
by Markus Armbruster
· 14 years ago
ff5c52a
Improve accuracy of block migration bandwidth calculation
by Avishay Traeger
· 14 years ago
155eb9a
Fix integer overflow in block migration bandwidth calculation
by Avishay Traeger
· 14 years ago
8591675
block: enable in_use flag
by Marcelo Tosatti
· 14 years ago
f48905d
block-migration: add reference to target DriveInfo
by Marcelo Tosatti
· 14 years ago
8f794c5
block-migration: actually disable dirty tracking on cleanup
by Marcelo Tosatti
· 14 years ago
77358b5
Fix block migration when the device size is not a multiple of 1 MB
by Pierre Riteau
· 14 years ago
8b6b2af
Avoid divide by zero when there is no block device to migrate
by Pierre Riteau
· 14 years ago
62155e2
block migration: do not submit multiple AIOs for same sector (v2)
by Marcelo Tosatti
· 14 years ago
33656af
block migration: do not submit multiple AIOs for same sector
by Marcelo Tosatti
· 14 years ago
bd0858b
block migration: replace tabs by spaces.
by Yoshiaki Tamura
· 14 years ago
b02bea3
block migration: propagate return value when bdrv_write() returns < 0
by Yoshiaki Tamura
· 14 years ago
31f54f2
Block migration fail, ignore error from bdrv_getlength
by Shahar Havivi
· 15 years ago
5efb397
Merge remote branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 15 years ago
0be71e3
savevm: Add DeviceState param
by Alex Williamson
· 15 years ago
d246673
block migration: Fix test for read-only drive
by Markus Armbruster
· 15 years ago
b66460e
block: Do not export bdrv_first
by Stefan Hajnoczi
· 15 years ago
889ae39
Try not to exceed max downtime on stage3
by Liran Schour
· 15 years ago
d76cac7
Tranfer dirty blocks during iterative phase
by Liran Schour
· 15 years ago
e970ec0
Remove unused code
by Liran Schour
· 15 years ago
d0f2c4c
Do not use dprintf
by malc
· 15 years ago
792773b
block migration: Skip zero-sized disks
by Jan Kiszka
· 15 years ago
01e61e2
block migration: Add support for restore progress reporting
by Jan Kiszka
· 15 years ago
25f2364
block migration: Report progress also via info migration
by Jan Kiszka
· 15 years ago
7184049
block migration: Fix outgoing progress output
by Jan Kiszka
· 15 years ago
f327aa0
live migration: Propagate output monitor to callback handler
by Jan Kiszka
· 15 years ago
82801d8
block migration: Report overall migration progress
by Jan Kiszka
· 15 years ago
4ec7fcc
live migration: Allow cleanup after cancellation or error
by Jan Kiszka
· 15 years ago
4b64036
block migration: Add error handling/propagation
by Jan Kiszka
· 15 years ago
13f0b67
block migration: Consolidate block transmission
by Jan Kiszka
· 15 years ago
57cce12
block migration: Consolidate mig_read_device_bulk into mig_save_device_bulk
by Jan Kiszka
· 15 years ago
b1d1085
block migration: Clean up use of total_sectors
by Jan Kiszka
· 15 years ago
69d63a9
block migration: Initialize remaining BlkMigState fields
by Jan Kiszka
· 15 years ago
5e5328b
block migration: Switch device and block lists to QSIMPLEQ
by Jan Kiszka
· 15 years ago
3c095c3
block migration: Drop dead code
by Jan Kiszka
· 15 years ago
d11ecd3
block migration: Avoid indirection of block_mig_state
by Jan Kiszka
· 15 years ago
575a58d
block migration: Avoid large stack buffer
by Jan Kiszka
· 15 years ago
6ea4430
block migration: Rework constants API
by Jan Kiszka
· 15 years ago
a55eb92
block migration: Fix coding style and whitespaces
by Jan Kiszka
· 15 years ago
50035d3
Fix mingw32 build
by Blue Swirl
· 15 years ago
c163b5c
Block live migration
by lirans@il.ibm.com
· 15 years ago