Re: [Qemu-devel] [PATCH 03/21] qmp-test: New, covering basic QMP protocol

2017-02-23 Thread Markus Armbruster
Eric Blake writes: > On 02/23/2017 03:44 PM, Markus Armbruster wrote: >> Signed-off-by: Markus Armbruster >> --- >> tests/Makefile.include | 5 +- >> tests/libqtest.c | 17 -- >> tests/libqtest.h | 8 +++ >> tests/qmp-test.c | 139 >> +

Re: [Qemu-devel] [PATCH 03/21] qmp-test: New, covering basic QMP protocol

2017-02-23 Thread Eric Blake
On 02/23/2017 03:44 PM, Markus Armbruster wrote: > Signed-off-by: Markus Armbruster > --- > tests/Makefile.include | 5 +- > tests/libqtest.c | 17 -- > tests/libqtest.h | 8 +++ > tests/qmp-test.c | 139 > + > 4 files ch

[Qemu-devel] [PATCH 03/21] qmp-test: New, covering basic QMP protocol

2017-02-23 Thread Markus Armbruster
Signed-off-by: Markus Armbruster --- tests/Makefile.include | 5 +- tests/libqtest.c | 17 -- tests/libqtest.h | 8 +++ tests/qmp-test.c | 139 + 4 files changed, 163 insertions(+), 6 deletions(-) create mode 100644 tests