Re: [Qemu-devel] [PATCH] block: vpc initialize the uuid footer field

2012-11-19 Thread Stefan Hajnoczi
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

Re: [Qemu-devel] [PATCH] block: vpc initialize the uuid footer field

2012-11-13 Thread Paolo Bonzini
Il 12/11/2012 20:17, Charles Arnold ha scritto: > Ping? > > Is this ok? > > - Charles > On 11/2/2012 at 09:54 AM, in message <50a0e829.5b74.009...@suse.com>, Charles > Arnold wrote: >> block/vpc: Initialize the uuid field in the footer with a generated uuid. >> >> Signed-off-by: Char

Re: [Qemu-devel] [PATCH] block: vpc initialize the uuid footer field

2012-11-12 Thread Charles Arnold
Ping? Is this ok? - Charles >>> On 11/2/2012 at 09:54 AM, in message <50a0e829.5b74.009...@suse.com>, >>> Charles Arnold wrote: > block/vpc: Initialize the uuid field in the footer with a generated uuid. > > Signed-off-by: Charles Arnold > > diff --git a/block/vpc.c b/block/vpc.c > index b6

[Qemu-devel] [PATCH] block: vpc initialize the uuid footer field

2012-11-02 Thread Charles Arnold
block/vpc: Initialize the uuid field in the footer with a generated uuid. Signed-off-by: Charles Arnold diff --git a/block/vpc.c b/block/vpc.c index b6bf52f..f14c6ae 100644 --- a/block/vpc.c +++ b/block/vpc.c @@ -26,6 +26,9 @@ #include "block_int.h" #include "module.h" #include "migration.h"