This is an automated cleanup. This bug report has been moved to QEMU's new bug tracker on gitlab.com and thus gets marked as 'expired' now. Please continue with the discussion here:
https://gitlab.com/qemu-project/qemu/-/issues/107 ** Changed in: qemu Status: Confirmed => Expired ** Bug watch added: gitlab.com/qemu-project/qemu/-/issues #107 https://gitlab.com/qemu-project/qemu/-/issues/107 -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1367365 Title: qemu-img fixed vhd issues Status in QEMU: Expired Bug description: qemu-img returns fixed vhd images file format to be raw. This happens because only the header is seeked for image signatures when getting the image format. In fact, unlike dynamic vhd images, differencing vhds don't have the footer copied in the header. An easy fix would be to just search the last 512B for the 'conectix' signature. Also, the fixed vhds created by qemu-img seem to be corrupted from Powershell POV. To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/1367365/+subscriptions
