qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [Bug 1367365] [NEW] qemu-img fixed vhd issues


From: Petrut Lucian
Subject: [Qemu-devel] [Bug 1367365] [NEW] qemu-img fixed vhd issues
Date: Tue, 09 Sep 2014 16:37:14 -0000

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

[Prev in Thread] Current Thread [Next in Thread]