Re: [Qemu-devel] [PATCH v4 06/10] tests: add qmp/object-add-without-props test

2018-08-30 Thread Markus Armbruster
Marc-André Lureau writes: > Hi > On Thu, Aug 30, 2018 at 3:01 PM Markus Armbruster wrote: >> >> Marc-André Lureau writes: >> >> > test_object_add_without_props() tests a bug in qmp_object_add() we >> > fixed in commit e64c75a975. Sadly, we don't have systematic >> > object-add tests. This lon

Re: [Qemu-devel] [PATCH v4 06/10] tests: add qmp/object-add-without-props test

2018-08-30 Thread Marc-André Lureau
Hi On Thu, Aug 30, 2018 at 3:01 PM Markus Armbruster wrote: > > Marc-André Lureau writes: > > > test_object_add_without_props() tests a bug in qmp_object_add() we > > fixed in commit e64c75a975. Sadly, we don't have systematic > > object-add tests. This lone test can go into qmp-cmd-test for wa

Re: [Qemu-devel] [PATCH v4 06/10] tests: add qmp/object-add-without-props test

2018-08-30 Thread Markus Armbruster
Marc-André Lureau writes: > test_object_add_without_props() tests a bug in qmp_object_add() we > fixed in commit e64c75a975. Sadly, we don't have systematic > object-add tests. This lone test can go into qmp-cmd-test for want of > a better home. > > Signed-off-by: Marc-André Lureau > --- > te

[Qemu-devel] [PATCH v4 06/10] tests: add qmp/object-add-without-props test

2018-08-29 Thread Marc-André Lureau
test_object_add_without_props() tests a bug in qmp_object_add() we fixed in commit e64c75a975. Sadly, we don't have systematic object-add tests. This lone test can go into qmp-cmd-test for want of a better home. Signed-off-by: Marc-André Lureau --- tests/qmp-cmd-test.c | 31 +++