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
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
>>> ---
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 +
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
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