Il 08/05/2012 17:51, Kevin Wolf ha scritto: > Kevin Wolf (2): > qtest: Add function to send QMP commands > qtest: Add floppy test > > tests/Makefile | 2 + > tests/fdc-test.c | 186 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++ > tests/libqtest.c | 123 ++++++++++++++++++++++++++++-------- > tests/libqtest.h | 17 +++++ > 4 files changed, 301 insertions(+), 27 deletions(-) > create mode 100644 tests/fdc-test.c >
Thanks for the QMP bits especially! Reviewed-by: Paolo Bonzini <pbonz...@redhat.com>