Re: [Qemu-devel] [PATCH v4 07/10] tests: add qmp/qom-set-without-value test

2018-08-30 Thread Markus Armbruster
Marc-André Lureau writes: > Hi > > On Thu, Aug 30, 2018 at 3:05 PM Markus Armbruster wrote: >> >> Marc-André Lureau writes: >> >> > test_qom_set_without_value() is about a bug in infrastructure used by >> > the QMP core, fixed in commit c489780203. We covered the bug in >> > infrastructure uni

Re: [Qemu-devel] [PATCH v4 07/10] tests: add qmp/qom-set-without-value test

2018-08-30 Thread Marc-André Lureau
Hi On Thu, Aug 30, 2018 at 3:05 PM Markus Armbruster wrote: > > Marc-André Lureau writes: > > > test_qom_set_without_value() is about a bug in infrastructure used by > > the QMP core, fixed in commit c489780203. We covered the bug in > > infrastructure unit tests (commit bce3035a44). I wrote t

Re: [Qemu-devel] [PATCH v4 07/10] tests: add qmp/qom-set-without-value test

2018-08-30 Thread Marc-André Lureau
Hi On Thu, Aug 30, 2018 at 3:05 PM, Markus Armbruster wrote: > Marc-André Lureau writes: > >> test_qom_set_without_value() is about a bug in infrastructure used by >> the QMP core, fixed in commit c489780203. We covered the bug in >> infrastructure unit tests (commit bce3035a44). I wrote that

Re: [Qemu-devel] [PATCH v4 07/10] tests: add qmp/qom-set-without-value test

2018-08-30 Thread Markus Armbruster
Marc-André Lureau writes: > test_qom_set_without_value() is about a bug in infrastructure used by > the QMP core, fixed in commit c489780203. We covered the bug in > infrastructure unit tests (commit bce3035a44). I wrote that test > earlier, to cover QMP level as well, the test could go into qm

[Qemu-devel] [PATCH v4 07/10] tests: add qmp/qom-set-without-value test

2018-08-29 Thread Marc-André Lureau
test_qom_set_without_value() is about a bug in infrastructure used by the QMP core, fixed in commit c489780203. We covered the bug in infrastructure unit tests (commit bce3035a44). I wrote that test earlier, to cover QMP level as well, the test could go into qmp-test. Signed-off-by: Marc-André L