]> Git Repo - qemu.git/commit - block/vhdx.h
block: vhdx - add header update capability.
authorJeff Cody <[email protected]>
Wed, 30 Oct 2013 14:44:39 +0000 (10:44 -0400)
committerStefan Hajnoczi <[email protected]>
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 <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
block/Makefile.objs
block/vhdx.c
block/vhdx.h
configure
This page took 0.027671 seconds and 4 git commands to generate.