Re: [Qemu-block] [PATCH v2 5/8] vpc: Use QEMU UUID API

2016-08-08 Thread Fam Zheng
On Mon, 08/08 16:49, Jeff Cody wrote: > On Mon, Aug 08, 2016 at 02:09:25PM +0800, Fam Zheng wrote: > > Previously we conditionally generate if footer->uuid, when libuuid is > > s/generate if/generated/ > > s/is/was/ Fixing, thanks! Fam

Re: [Qemu-block] [PATCH v2 5/8] vpc: Use QEMU UUID API

2016-08-08 Thread Jeff Cody
On Mon, Aug 08, 2016 at 02:09:25PM +0800, Fam Zheng wrote: > Previously we conditionally generate if footer->uuid, when libuuid is s/generate if/generated/ s/is/was/ > available. Now that we have a built-in implementation, we can switch to > it. > > Signed-off-by: Fam Zheng >

[Qemu-block] [PATCH v2 5/8] vpc: Use QEMU UUID API

2016-08-08 Thread Fam Zheng
Previously we conditionally generate if footer->uuid, when libuuid is available. Now that we have a built-in implementation, we can switch to it. Signed-off-by: Fam Zheng --- block/vpc.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/block/vpc.c