Merge remote-tracking branch 'kwolf/for-anthony' into staging
# By Paolo Bonzini (14) and others # Via Kevin Wolf * kwolf/for-anthony: (24 commits) ide: Add fall through annotations block: Create proper size file for disk mirror ahci: Add migration support ahci: Change data types in preparation for migration ahci: Remove unused AHCIDevice fields hbitmap: add assertion on hbitmap_iter_init mirror: do nothing on zero-sized disk block/vdi: Check for bad signature block/vdi: Improved return values from vdi_open block/vdi: Improve debug output for signature block: Use error code EMEDIUMTYPE for wrong format in some block drivers block: Add special error code for wrong format mirror: support arbitrarily-sized iterations mirror: support more than one in-flight AIO operation mirror: add buf-size argument to drive-mirror mirror: switch mirror_iteration to AIO mirror: allow customizing the granularity block: allow customizing the granularity of the dirty bitmap block: return count of dirty sectors, not chunks mirror: perform COW if the cluster size is bigger than the granularity ...
Showing
- block-migration.c 4 additions, 3 deletionsblock-migration.c
- block.c 31 additions, 93 deletionsblock.c
- block/bochs.c 1 addition, 1 deletionblock/bochs.c
- block/cow.c 1 addition, 1 deletionblock/cow.c
- block/mirror.c 322 additions, 60 deletionsblock/mirror.c
- block/qcow.c 1 addition, 1 deletionblock/qcow.c
- block/qcow2.c 1 addition, 1 deletionblock/qcow2.c
- block/qed.c 1 addition, 1 deletionblock/qed.c
- block/vdi.c 20 additions, 5 deletionsblock/vdi.c
- block/vmdk.c 2 additions, 2 deletionsblock/vmdk.c
- blockdev.c 34 additions, 18 deletionsblockdev.c
- hmp.c 1 addition, 1 deletionhmp.c
- hw/ide/ahci.c 87 additions, 11 deletionshw/ide/ahci.c
- hw/ide/ahci.h 14 additions, 6 deletionshw/ide/ahci.h
- hw/ide/core.c 25 additions, 8 deletionshw/ide/core.c
- hw/ide/ich.c 10 additions, 4 deletionshw/ide/ich.c
- include/block/block.h 7 additions, 4 deletionsinclude/block/block.h
- include/block/block_int.h 6 additions, 4 deletionsinclude/block/block_int.h
- include/qemu-common.h 3 additions, 0 deletionsinclude/qemu-common.h
- include/qemu/hbitmap.h 208 additions, 0 deletionsinclude/qemu/hbitmap.h
Loading
Please register or sign in to comment