]> Git Repo - qemu.git/blobdiff - tests/fdc-test.c
MAINTAINERS: Change my email address to the new domain
[qemu.git] / tests / fdc-test.c
index 325712e0f21b06541ef15f0eb2b3d7611fc6c821..88f1abfa10e256e16ad76184921d7dcfa84696cb 100644 (file)
 
 
 #include "libqtest.h"
+#include "qapi/qmp/qdict.h"
 #include "qemu-common.h"
 
+/* TODO actually test the results and get rid of this */
+#define qmp_discard_response(...) qobject_unref(qmp(__VA_ARGS__))
+
 #define TEST_IMAGE_SIZE 1440 * 1024
 
 #define FLOPPY_BASE 0x3f0
This page took 0.021706 seconds and 4 git commands to generate.