index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block-migration.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-20
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
*
Block migration fail, ignore error from bdrv_getlength
Shahar Havivi
2010-07-13
1
-1
/
+1
*
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
2010-07-06
1
-1
/
+1
|
\
|
*
block migration: Fix test for read-only drive
Markus Armbruster
2010-07-06
1
-1
/
+1
*
|
savevm: Add DeviceState param
Alex Williamson
2010-07-06
1
-2
/
+2
|
/
*
block: Do not export bdrv_first
Stefan Hajnoczi
2010-04-23
1
-30
/
+33
*
Try not to exceed max downtime on stage3
Liran Schour
2010-02-09
1
-9
/
+70
*
Tranfer dirty blocks during iterative phase
Liran Schour
2010-02-09
1
-36
/
+99
*
Remove unused code
Liran Schour
2010-02-09
1
-43
/
+18
*
Do not use dprintf
malc
2010-02-07
1
-5
/
+5
*
block migration: Skip zero-sized disks
Jan Kiszka
2009-12-03
1
-2
/
+8
*
block migration: Add support for restore progress reporting
Jan Kiszka
2009-12-03
1
-8
/
+22
*
block migration: Report progress also via info migration
Jan Kiszka
2009-12-03
1
-0
/
+32
*
block migration: Fix outgoing progress output
Jan Kiszka
2009-12-03
1
-24
/
+30
*
live migration: Propagate output monitor to callback handler
Jan Kiszka
2009-12-03
1
-1
/
+1
*
block migration: Report overall migration progress
Jan Kiszka
2009-12-03
1
-16
/
+30
*
live migration: Allow cleanup after cancellation or error
Jan Kiszka
2009-12-03
1
-6
/
+30
*
block migration: Add error handling/propagation
Jan Kiszka
2009-12-03
1
-16
/
+41
*
block migration: Consolidate block transmission
Jan Kiszka
2009-12-03
1
-65
/
+39
*
block migration: Consolidate mig_read_device_bulk into mig_save_device_bulk
Jan Kiszka
2009-12-03
1
-99
/
+50
*
block migration: Clean up use of total_sectors
Jan Kiszka
2009-12-03
1
-3
/
+3
*
block migration: Initialize remaining BlkMigState fields
Jan Kiszka
2009-12-03
1
-0
/
+5
*
block migration: Switch device and block lists to QSIMPLEQ
Jan Kiszka
2009-12-03
1
-35
/
+22
*
block migration: Drop dead code
Jan Kiszka
2009-12-03
1
-24
/
+0
*
block migration: Avoid indirection of block_mig_state
Jan Kiszka
2009-12-03
1
-47
/
+44
*
block migration: Avoid large stack buffer
Jan Kiszka
2009-12-03
1
-5
/
+9
*
block migration: Rework constants API
Jan Kiszka
2009-12-03
1
-36
/
+27
*
block migration: Fix coding style and whitespaces
Jan Kiszka
2009-12-03
1
-206
/
+184
*
Fix mingw32 build
Blue Swirl
2009-11-17
1
-1
/
+0
*
Block live migration
lirans@il.ibm.com
2009-11-17
1
-0
/
+558