]> git.proxmox.com Git - mirror_qemu.git/commit
block: vhdx - add header update capability.
authorJeff Cody <jcody@redhat.com>
Wed, 30 Oct 2013 14:44:39 +0000 (10:44 -0400)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 7 Nov 2013 12:58:58 +0000 (13:58 +0100)
commit4f18b7824ab5eda9fe051f5b24e90e5f34d08a23
tree98191a54c95590cb3aceb99145c115d18210fd1f
parent6e9d290bf62406098ca3d7bf3796463681ed3c39
block: vhdx - add header update capability.

This adds the ability to update the headers in a VHDX image, including
generating a new MS-compatible GUID.

As VHDX depends on uuid.h, VHDX is now a configurable build option.  If
VHDX support is enabled, that will also enable uuid as well.  The
default is to have VHDX enabled.

To enable/disable VHDX:  --enable-vhdx, --disable-vhdx

Signed-off-by: Jeff Cody <jcody@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block/Makefile.objs
block/vhdx.c
block/vhdx.h
configure