Re: [Qemu-devel] [PATCH v6 3/9] vdi: Use QEMU UUID API

2016-09-17 Thread Stefan Weil
On 08/17/16 09:28, Fam Zheng wrote: The UUID operations we need from libuuid is fully supported by QEMU UUID implementation. Use it, and remove the unused code. See Eric's annotation. Signed-off-by: Fam Zheng --- block/vdi.c | 73

Re: [Qemu-devel] [PATCH v6 3/9] vdi: Use QEMU UUID API

2016-09-17 Thread Eric Blake
On 08/17/2016 02:28 AM, Fam Zheng wrote: > The UUID operations we need from libuuid is fully supported by QEMU UUID s/is/are/ > implementation. Use it, and remove the unused code. > > Signed-off-by: Fam Zheng > --- > block/vdi.c | 73 >

[Qemu-devel] [PATCH v6 3/9] vdi: Use QEMU UUID API

2016-08-17 Thread Fam Zheng
The UUID operations we need from libuuid is fully supported by QEMU UUID implementation. Use it, and remove the unused code. Signed-off-by: Fam Zheng --- block/vdi.c | 73 ++--- 1 file changed, 17 insertions(+), 56