Re: [Qemu-devel] [PATCH v2 05/60] qmp-test: Cover syntax and lexical errors

2018-08-20 Thread Markus Armbruster
Eric Blake writes: > On 08/17/2018 10:05 AM, Markus Armbruster wrote: >> Signed-off-by: Markus Armbruster >> --- > > Might be worth mentioning the addition of qtest_qmp_send_raw() in the > commit message body. I'm adding: qmp-test neglects to cover QMP input that isn't valid JSON. libqtes

Re: [Qemu-devel] [PATCH v2 05/60] qmp-test: Cover syntax and lexical errors

2018-08-17 Thread Eric Blake
On 08/17/2018 10:05 AM, Markus Armbruster wrote: Signed-off-by: Markus Armbruster --- Might be worth mentioning the addition of qtest_qmp_send_raw() in the commit message body. tests/libqtest.c | 17 + tests/libqtest.h | 11 +++ tests/qmp-test.c | 41 +++