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

2016-08-05 Thread Fam Zheng
On Fri, 08/05 08:31, Markus Armbruster wrote: > Eric Blake writes: > > > On 08/04/2016 12:58 PM, Stefan Weil wrote: > >> Hi, > >> > >> On 08/02/16 11:18, Fam Zheng wrote: > >>> The QEMU UUID api, including the data structure (qemu_uuid_t), is fully > >>> compatible with libuuid. Use it, and rem

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

2016-08-04 Thread Markus Armbruster
Eric Blake writes: > On 08/04/2016 12:58 PM, Stefan Weil wrote: >> Hi, >> >> On 08/02/16 11:18, Fam Zheng wrote: >>> The QEMU UUID api, including the data structure (qemu_uuid_t), is fully >>> compatible with libuuid. Use it, and remove the unused code. >>> >>> Signed-off-by: Fam Zheng >>> ---

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

2016-08-04 Thread Eric Blake
On 08/04/2016 12:58 PM, Stefan Weil wrote: > Hi, > > On 08/02/16 11:18, Fam Zheng wrote: >> The QEMU UUID api, including the data structure (qemu_uuid_t), is fully >> compatible with libuuid. Use it, and remove the unused code. >> >> Signed-off-by: Fam Zheng >> --- >> block/vdi.c | 49 +

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

2016-08-04 Thread Stefan Weil
Hi, On 08/02/16 11:18, Fam Zheng wrote: > The QEMU UUID api, including the data structure (qemu_uuid_t), is fully > compatible with libuuid. Use it, and remove the unused code. > > Signed-off-by: Fam Zheng > --- > block/vdi.c | 49 ++--- > 1 file cha

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

2016-08-02 Thread Fam Zheng
The QEMU UUID api, including the data structure (qemu_uuid_t), is fully compatible with libuuid. Use it, and remove the unused code. Signed-off-by: Fam Zheng --- block/vdi.c | 49 ++--- 1 file changed, 10 insertions(+), 39 deletions(-) diff --git a/b