On Tue, Apr 23, 2013 at 10:24:24AM -0400, Jeff Cody wrote: > 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. > > To enable/disable VHDX: --enable-vhdx, --disable-vhdx > > Signed-off-by: Jeff Cody <jc...@redhat.com> > --- > block/Makefile.objs | 2 +- > block/vhdx.c | 157 > +++++++++++++++++++++++++++++++++++++++++++++++++++- > configure | 13 +++++ > 3 files changed, 169 insertions(+), 3 deletions(-)
Why is this part of the series? Stefan