Re: [Qemu-devel] [PATCH 1/2] qtest: add a few fd-level qmp helpers

2015-09-09 Thread Michael Roth
Quoting marcandre.lur...@redhat.com (2015-08-27 05:52:06) > From: Marc-André Lureau > > Add a few functions to interact with qmp via a simple fd. > > Signed-off-by: Marc-André Lureau Reviewed-by: Michael Roth > --- > tests/libqtest.c | 45 + > tes

[Qemu-devel] [PATCH 1/2] qtest: add a few fd-level qmp helpers

2015-08-27 Thread marcandre . lureau
From: Marc-André Lureau Add a few functions to interact with qmp via a simple fd. Signed-off-by: Marc-André Lureau --- tests/libqtest.c | 45 + tests/libqtest.h | 7 +++ 2 files changed, 48 insertions(+), 4 deletions(-) diff --git a/tests/libqt