[Qemu-devel] [PATCH 0/4] Don't write headers if BDS is INACTIVE

Jeff Cody posted 4 patches 8 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1509094209.git.jcody@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
There is a newer version of this series
block/parallels.c      | 49 ++++++++++++++++++++++++++++++++-----------------
block/vhdx.c           |  7 -------
tests/qemu-iotests/194 |  2 +-
3 files changed, 33 insertions(+), 25 deletions(-)
[Qemu-devel] [PATCH 0/4] Don't write headers if BDS is INACTIVE
Posted by Jeff Cody 8 years ago
VHDX and Parallels both blindly write headers to the image file
if the images are opened R/W.  This causes an assert if the QEMU run
state is INMIGRATE.  Rather than blindly write on open, latch the first
write to the image, and update the header then.

Jeff Cody (4):
  block/vhdx.c: Don't blindly update the header
  block/parallels: code movement
  block/parallels: Don't update header until the first actual write
  qemu-iotests: update unsupported image formats in 194

 block/parallels.c      | 49 ++++++++++++++++++++++++++++++++-----------------
 block/vhdx.c           |  7 -------
 tests/qemu-iotests/194 |  2 +-
 3 files changed, 33 insertions(+), 25 deletions(-)

-- 
2.13.6