From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaPkG-0000cE-14 for qemu-devel@nongnu.org; Mon, 19 Nov 2012 06:42:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TaPkC-0001El-Ue for qemu-devel@nongnu.org; Mon, 19 Nov 2012 06:42:31 -0500 Received: from mail-bk0-f45.google.com ([209.85.214.45]:37490) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaPkC-0001Ee-OX for qemu-devel@nongnu.org; Mon, 19 Nov 2012 06:42:28 -0500 Received: by mail-bk0-f45.google.com with SMTP id jk13so871143bkc.4 for ; Mon, 19 Nov 2012 03:42:27 -0800 (PST) Date: Mon, 19 Nov 2012 12:42:24 +0100 From: Stefan Hajnoczi Message-ID: <20121119114224.GB22047@stefanha-thinkpad.redhat.com> References: <5093985002000091000828A4@novprvoes0310.provo.novell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5093985002000091000828A4@novprvoes0310.provo.novell.com> Subject: Re: [Qemu-devel] [PATCH] block: vpc initialize the uuid footer field List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Charles Arnold Cc: Kevin Wolf , qemu-devel@nongnu.org On Fri, Nov 02, 2012 at 09:54:24AM -0600, Charles Arnold wrote: > block/vpc: Initialize the uuid field in the footer with a generated uuid. > > Signed-off-by: Charles Arnold Thanks, applied to the block-next tree: https://github.com/stefanha/qemu/commits/block-next Stefan