Re: [Qemu-devel] [PATCH v2] util: add is_equal to UUID API

2017-12-21 Thread Fam Zheng
On Wed, 12/20 16:54, Roman Kagan wrote: > > Thanks, queued. Will send a pull request once next release dev window opens. > > Ping? In master now. Fam

Re: [Qemu-devel] [PATCH v2] util: add is_equal to UUID API

2017-12-20 Thread Roman Kagan
On Tue, Nov 28, 2017 at 03:49:46PM +0800, Fam Zheng wrote: > On Mon, 11/27 15:43, Roman Kagan wrote: > > It's going to be useful, in particular, in VMBus code massively using > > uuids aka GUIDs. > > > > Signed-off-by: Roman Kagan > > --- > > v1 -> v2: > > - drop dedicated testcase (for it was o

Re: [Qemu-devel] [PATCH v2] util: add is_equal to UUID API

2017-11-27 Thread Fam Zheng
On Mon, 11/27 15:43, Roman Kagan wrote: > It's going to be useful, in particular, in VMBus code massively using > uuids aka GUIDs. > > Signed-off-by: Roman Kagan > --- > v1 -> v2: > - drop dedicated testcase (for it was of no value) and incorporate >is_null and is_equal assertions into uuid_

[Qemu-devel] [PATCH v2] util: add is_equal to UUID API

2017-11-27 Thread Roman Kagan
It's going to be useful, in particular, in VMBus code massively using uuids aka GUIDs. Signed-off-by: Roman Kagan --- v1 -> v2: - drop dedicated testcase (for it was of no value) and incorporate is_null and is_equal assertions into uuid_generate testcase include/qemu/uuid.h | 2 ++ tests/te