qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/7] block-vpc: Improve support for VHD images


From: Kevin Wolf
Subject: [Qemu-devel] [PATCH 0/7] block-vpc: Improve support for VHD images
Date: Mon, 26 Jan 2009 17:59:21 +0100

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(-)





reply via email to

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