Re: [Qemu-devel] [PATCH v8 05/12] vpc: Use QEMU UUID API

2016-09-18 Thread Jeff Cody
On Sun, Sep 18, 2016 at 12:25:25PM +0800, Fam Zheng wrote: > Previously we conditionally generated footer->uuid, when libuuid was > available. Now that we have a built-in implementation, we can switch to > it. > > Signed-off-by: Fam Zheng > Reviewed-by: Eric Blake > --- > block/vpc.c | 10 +++--

[Qemu-devel] [PATCH v8 05/12] vpc: Use QEMU UUID API

2016-09-17 Thread Fam Zheng
Previously we conditionally generated footer->uuid, when libuuid was available. Now that we have a built-in implementation, we can switch to it. Signed-off-by: Fam Zheng Reviewed-by: Eric Blake --- block/vpc.c | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/block/