Public bug reported:

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.

** Affects: qemu
     Importance: Undecided
         Status: New


** Tags: qemu-img vhd vpc

-- 
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:
  New

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

Reply via email to