From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDax8-0005dr-Nr for qemu-devel@nongnu.org; Thu, 07 Mar 2013 08:33:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDax1-0007N3-OS for qemu-devel@nongnu.org; Thu, 07 Mar 2013 08:33:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:28459) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDafg-000201-Vq for qemu-devel@nongnu.org; Thu, 07 Mar 2013 08:15:45 -0500 Date: Thu, 7 Mar 2013 14:15:42 +0100 From: Stefan Hajnoczi Message-ID: <20130307131542.GB27175@stefanha-thinkpad.redhat.com> References: <62ed7da4f3e2951bac1c4427bd295515a757bbd5.1362580930.git.jcody@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <62ed7da4f3e2951bac1c4427bd295515a757bbd5.1362580930.git.jcody@redhat.com> Subject: Re: [Qemu-devel] [PATCH 3/7] block: vhdx header for the QEMU support of VHDX images List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jeff Cody Cc: kwolf@redhat.com, sw@weilnetz.de, qemu-devel@nongnu.org On Wed, Mar 06, 2013 at 09:47:41AM -0500, Jeff Cody wrote: > +#define VHDX_ZERO_MGIC 0x6F72657A /* 'zero' */ s/MGIC/MAGIC/ > +typedef struct QEMU_PACKED vhdx_log_zero_descriptor { > + uint32_t zero_signature; /* "zero" in ASCII */ > + uint32_t reserver; s/reserver/reserved/ ?