qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/7] block-vpc: Improve support for VHD images
@ 2009-01-26 16:59 Kevin Wolf
  2009-01-26 16:59 ` [Qemu-devel] [PATCH 1/7] block-vpc: Split up struct vpc_subheader Kevin Wolf
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Kevin Wolf @ 2009-01-26 16:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf

This patch series improves the support for Virtual PC images. Until
now, support for this image format is read-only and broken for large
images. With these patches applied, you can create and write to VHD
Dynamic Disks and some bugs in the read support are fixed. They have
been tested with qemu-img convert from and to raw images and a
successful openSUSE installation on a fresh VHD image.

The most important use case is probably qemu-img which can be used to convert
from and to VHD now.

Kevin Wolf (7):
  block-vpc: Split up struct vpc_subheader
  block-vpc: Adapt header structures to official documentation
  block-vpc: Fix disk size
  block-vpc: Fix support for images > 4 GB
  block-vpc: Use the qemu block layer
  block-vpc: Write support
  block-vpc: Create images

 block-vpc.c |  512 ++++++++++++++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 435 insertions(+), 77 deletions(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2009-01-27 14:30 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-26 16:59 [Qemu-devel] [PATCH 0/7] block-vpc: Improve support for VHD images Kevin Wolf
2009-01-26 16:59 ` [Qemu-devel] [PATCH 1/7] block-vpc: Split up struct vpc_subheader Kevin Wolf
2009-01-26 20:27   ` Anthony Liguori
2009-01-26 16:59 ` [Qemu-devel] [PATCH 2/7] block-vpc: Adapt header structures to official documentation Kevin Wolf
2009-01-26 16:59 ` [Qemu-devel] [PATCH 3/7] block-vpc: Fix disk size Kevin Wolf
2009-01-26 16:59 ` [Qemu-devel] [PATCH 4/7] block-vpc: Fix support for images > 4 GB Kevin Wolf
2009-01-27 11:03   ` Kevin Wolf
2009-01-27 14:30     ` Anthony Liguori
2009-01-27 14:29   ` Anthony Liguori
2009-01-26 16:59 ` [Qemu-devel] [PATCH 5/7] block-vpc: Use the qemu block layer Kevin Wolf
2009-01-26 16:59 ` [Qemu-devel] [PATCH 6/7] block-vpc: Write support Kevin Wolf
2009-01-26 16:59 ` [Qemu-devel] [PATCH 7/7] block-vpc: Create images Kevin Wolf
2009-01-26 21:52 ` [Qemu-devel] [PATCH 0/7] block-vpc: Improve support for VHD images Jamie Lokier
2009-01-27  9:20   ` Kevin Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).