Patch has been included here:
http://git.qemu.org/?p=qemu.git;a=commitdiff;h=8689907266b649b757c220
... so I think it should be OK to close this bug ticket now.
** Changed in: qemu
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of qemu-
reformatted patch and submitted upstream:
http://lists.gnu.org/archive/html/qemu-devel/2013-01/msg04584.html
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1103903
Title:
drive_mirror on a resized
** Changed in: qemu
Status: New => In Progress
** Changed in: qemu
Assignee: (unassigned) => Vish Ishaya (vishvananda)
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1103903
Title:
driv
** Patch added: "0002-Create-proper-size-file-for-full-disk-mirror.patch"
https://bugs.launchpad.net/qemu/+bug/1103903/+attachment/3498142/+files/0002-Create-proper-size-file-for-full-disk-mirror.patch
--
You received this bug notification because you are a member of qemu-
devel-ml, which is
Workaround is to precreate the new file of the proper size and pass -n
qemu-img create -f qcow2 base 32M
qemu-img create -f qcow2 -o backing_file=base disk
qemu-img resize /home/vishvananda/disk 64M
qemu-img create -f qcow2 -o backing_file=base test 64M
qemu-system-x86_64 -drive file=disk,id=vda -