From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV0yh-0007TG-S3 for qemu-devel@nongnu.org; Wed, 24 Apr 2013 10:47:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UV0yd-0002ur-8H for qemu-devel@nongnu.org; Wed, 24 Apr 2013 10:47:23 -0400 Received: from mail-ea0-x22e.google.com ([2a00:1450:4013:c01::22e]:48310) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV0yc-0002ue-QL for qemu-devel@nongnu.org; Wed, 24 Apr 2013 10:47:18 -0400 Received: by mail-ea0-f174.google.com with SMTP id z16so772448ead.19 for ; Wed, 24 Apr 2013 07:47:17 -0700 (PDT) Date: Wed, 24 Apr 2013 16:47:15 +0200 From: Stefan Hajnoczi Message-ID: <20130424144715.GF24635@stefanha-thinkpad.redhat.com> References: <4fe304399e0d00138fefcfffaae97ae5a16de552.1366726446.git.jcody@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4fe304399e0d00138fefcfffaae97ae5a16de552.1366726446.git.jcody@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 5/5] block: add header update capability for VHDX images. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jeff Cody Cc: kwolf@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com 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 > --- > 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