Re: [Qemu-devel] [PATCH v8 04/12] vdi: Use QEMU UUID API

2016-09-18 Thread Jeff Cody
On Sun, Sep 18, 2016 at 12:25:24PM +0800, Fam Zheng wrote: > The UUID operations we need from libuuid are fully supported by QEMU UUID > implementation. Use it, and remove the unused code. > > Signed-off-by: Fam Zheng > Reviewed-by: Eric Blake > --- >

[Qemu-devel] [PATCH v8 04/12] vdi: Use QEMU UUID API

2016-09-17 Thread Fam Zheng
The UUID operations we need from libuuid are fully supported by QEMU UUID implementation. Use it, and remove the unused code. Signed-off-by: Fam Zheng Reviewed-by: Eric Blake --- block/vdi.c | 73 ++---