Re: [Qemu-devel] [PATCH 03/12] qtest: return string from QMP commands

2013-06-20 Thread Anthony Liguori
Andreas Färber writes: > Am 19.06.2013 22:40, schrieb Anthony Liguori: >> Signed-off-by: Anthony Liguori >> --- >> tests/libqtest.c | 16 +--- >> tests/libqtest.h | 14 +++--- >> 2 files changed, 24 insertions(+), 6 deletions(-) >> >> diff --git a/tests/libqtest.c b/tests/l

Re: [Qemu-devel] [PATCH 03/12] qtest: return string from QMP commands

2013-06-20 Thread Andreas Färber
Am 19.06.2013 22:40, schrieb Anthony Liguori: > Signed-off-by: Anthony Liguori > --- > tests/libqtest.c | 16 +--- > tests/libqtest.h | 14 +++--- > 2 files changed, 24 insertions(+), 6 deletions(-) > > diff --git a/tests/libqtest.c b/tests/libqtest.c > index 81107cf..235ec62

[Qemu-devel] [PATCH 03/12] qtest: return string from QMP commands

2013-06-19 Thread Anthony Liguori
Signed-off-by: Anthony Liguori --- tests/libqtest.c | 16 +--- tests/libqtest.h | 14 +++--- 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/tests/libqtest.c b/tests/libqtest.c index 81107cf..235ec62 100644 --- a/tests/libqtest.c +++ b/tests/libqtest.c @@ -287,