index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block-migration.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-13
prepare for future GPLv2+ relicensing
Paolo Bonzini
1
-0
/
+2
2011-12-15
block: bdrv_aio_* do not return NULL
Paolo Bonzini
1
-13
/
+0
2011-12-05
block: convert qemu_aio_flush() calls to bdrv_drain_all()
Stefan Hajnoczi
1
-1
/
+1
2011-11-17
Fix some spelling bugs in documentation and comments
Stefan Weil
1
-1
/
+1
2011-10-20
migration: make *save_live return errors
Juan Quintela
1
-6
/
+11
2011-10-20
migration: use qemu_file_get_error() return value when possible
Juan Quintela
1
-3
/
+4
2011-10-20
migration: rename qemu_file_has_error to qemu_file_get_error
Juan Quintela
1
-4
/
+4
2011-10-20
migration: change has_error to contain errno values
Juan Quintela
1
-5
/
+6
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-20
/
+20
2011-06-24
Strip trailing '\n' from error_report()'s first argument
Markus Armbruster
1
-1
/
+1
2011-04-27
Improve accuracy of block migration bandwidth calculation
Avishay Traeger
1
-12
/
+11
2011-04-07
Fix integer overflow in block migration bandwidth calculation
Avishay Traeger
1
-1
/
+1
2011-02-07
block: enable in_use flag
Marcelo Tosatti
1
-0
/
+2
2011-02-07
block-migration: add reference to target DriveInfo
Marcelo Tosatti
1
-0
/
+3
2011-02-07
block-migration: actually disable dirty tracking on cleanup
Marcelo Tosatti
1
-2
/
+2
2011-01-24
Fix block migration when the device size is not a multiple of 1 MB
Pierre Riteau
1
-2
/
+20
2011-01-24
Avoid divide by zero when there is no block device to migrate
Pierre Riteau
1
-1
/
+6
2010-11-24
block migration: do not submit multiple AIOs for same sector (v2)
Marcelo Tosatti
1
-9
/
+5
2010-11-21
block migration: do not submit multiple AIOs for same sector
Marcelo Tosatti
1
-0
/
+61
2010-08-03
block migration: replace tabs by spaces.
Yoshiaki Tamura
1
-6
/
+6
2010-07-26
block migration: propagate return value when bdrv_write() returns < 0
Yoshiaki Tamura
1
-1
/
+5
2010-07-13
Block migration fail, ignore error from bdrv_getlength
Shahar Havivi
1
-1
/
+1
2010-07-06
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-1
/
+1
2010-07-06
savevm: Add DeviceState param
Alex Williamson
1
-2
/
+2
2010-07-06
block migration: Fix test for read-only drive
Markus Armbruster
1
-1
/
+1
2010-04-23
block: Do not export bdrv_first
Stefan Hajnoczi
1
-30
/
+33
2010-02-09
Try not to exceed max downtime on stage3
Liran Schour
1
-9
/
+70
2010-02-09
Tranfer dirty blocks during iterative phase
Liran Schour
1
-36
/
+99
2010-02-09
Remove unused code
Liran Schour
1
-43
/
+18
2010-02-07
Do not use dprintf
malc
1
-5
/
+5
2009-12-03
block migration: Skip zero-sized disks
Jan Kiszka
1
-2
/
+8
2009-12-03
block migration: Add support for restore progress reporting
Jan Kiszka
1
-8
/
+22
2009-12-03
block migration: Report progress also via info migration
Jan Kiszka
1
-0
/
+32
2009-12-03
block migration: Fix outgoing progress output
Jan Kiszka
1
-24
/
+30
2009-12-03
live migration: Propagate output monitor to callback handler
Jan Kiszka
1
-1
/
+1
2009-12-03
block migration: Report overall migration progress
Jan Kiszka
1
-16
/
+30
2009-12-03
live migration: Allow cleanup after cancellation or error
Jan Kiszka
1
-6
/
+30
2009-12-03
block migration: Add error handling/propagation
Jan Kiszka
1
-16
/
+41
2009-12-03
block migration: Consolidate block transmission
Jan Kiszka
1
-65
/
+39
2009-12-03
block migration: Consolidate mig_read_device_bulk into mig_save_device_bulk
Jan Kiszka
1
-99
/
+50
2009-12-03
block migration: Clean up use of total_sectors
Jan Kiszka
1
-3
/
+3
2009-12-03
block migration: Initialize remaining BlkMigState fields
Jan Kiszka
1
-0
/
+5
2009-12-03
block migration: Switch device and block lists to QSIMPLEQ
Jan Kiszka
1
-35
/
+22
2009-12-03
block migration: Drop dead code
Jan Kiszka
1
-24
/
+0
2009-12-03
block migration: Avoid indirection of block_mig_state
Jan Kiszka
1
-47
/
+44
2009-12-03
block migration: Avoid large stack buffer
Jan Kiszka
1
-5
/
+9
2009-12-03
block migration: Rework constants API
Jan Kiszka
1
-36
/
+27
2009-12-03
block migration: Fix coding style and whitespaces
Jan Kiszka
1
-206
/
+184
2009-11-17
Fix mingw32 build
Blue Swirl
1
-1
/
+0
2009-11-17
Block live migration
lirans@il.ibm.com
1
-0
/
+558