Re: [libvirt] [PATCHv2] Generate RFC4122 compliant UUIDs

2013-04-08 Thread Eric Blake
On 04/08/2013 12:10 PM, Milos Vyletel wrote: > Even though http://libvirt.org/formatdomain.html#elementsMetadata > states that it requires RFC4122 compliance UUIDs that are generated > by virUUIDGenerate() are not. Following patch modifies generated > UUIDs to conform to rules described in RFC. >

[libvirt] [PATCHv2] Generate RFC4122 compliant UUIDs

2013-04-08 Thread Milos Vyletel
Even though http://libvirt.org/formatdomain.html#elementsMetadata states that it requires RFC4122 compliance UUIDs that are generated by virUUIDGenerate() are not. Following patch modifies generated UUIDs to conform to rules described in RFC. Signed-off-by: Milos Vyletel --- src/util/viruuid.c |