Re: [Qemu-devel] [PATCH v2 2/4] qapi: Add qobject_is_equal()

2017-06-22 Thread Markus Armbruster
Max Reitz writes: > On 2017-06-21 18:43, Markus Armbruster wrote: >> Max Reitz writes: >> >>> This generic function (along with its implementations for different >>> types) determines whether two QObjects are equal. >>> >>> Signed-off-by: Max Reitz >>> --- >>> include/qapi/qmp/qbool.h | 1

Re: [Qemu-devel] [PATCH v2 2/4] qapi: Add qobject_is_equal()

2017-06-21 Thread Max Reitz
On 2017-06-21 18:43, Markus Armbruster wrote: > Max Reitz writes: > >> This generic function (along with its implementations for different >> types) determines whether two QObjects are equal. >> >> Signed-off-by: Max Reitz >> --- >> include/qapi/qmp/qbool.h | 1 + >> include/qapi/qmp/qdict.h

Re: [Qemu-devel] [PATCH v2 2/4] qapi: Add qobject_is_equal()

2017-06-21 Thread Markus Armbruster
Max Reitz writes: > This generic function (along with its implementations for different > types) determines whether two QObjects are equal. > > Signed-off-by: Max Reitz > --- > include/qapi/qmp/qbool.h | 1 + > include/qapi/qmp/qdict.h | 1 + > include/qapi/qmp/qfloat.h | 1 + > include

[Qemu-devel] [PATCH v2 2/4] qapi: Add qobject_is_equal()

2017-06-21 Thread Max Reitz
This generic function (along with its implementations for different types) determines whether two QObjects are equal. Signed-off-by: Max Reitz --- include/qapi/qmp/qbool.h | 1 + include/qapi/qmp/qdict.h | 1 + include/qapi/qmp/qfloat.h | 1 + include/qapi/qmp/qint.h| 1 + include/q