]> Git Repo - qemu.git/blobdiff - tests/ide-test.c
qapi: Plumb in 'boxed' to qapi generator lower levels
[qemu.git] / tests / ide-test.c
index c3aacd2a0ffd2c5f57311090c37dc0f8e4e0bbe1..fed1b2ec2ec11080c70ae7074e7e12b7cf5942fe 100644 (file)
  * THE SOFTWARE.
  */
 
-#include <stdint.h>
-#include <string.h>
-#include <stdio.h>
+#include "qemu/osdep.h"
 
-#include <glib.h>
 
 #include "libqtest.h"
 #include "libqos/libqos.h"
@@ -34,6 +31,7 @@
 #include "libqos/malloc-pc.h"
 
 #include "qemu-common.h"
+#include "qemu/bswap.h"
 #include "hw/pci/pci_ids.h"
 #include "hw/pci/pci_regs.h"
 
@@ -593,12 +591,12 @@ static void test_flush_nodev(void)
     ide_test_quit();
 }
 
-static void test_pci_retry_flush(const char *machine)
+static void test_pci_retry_flush(void)
 {
     test_retry_flush("pc");
 }
 
-static void test_isa_retry_flush(const char *machine)
+static void test_isa_retry_flush(void)
 {
     test_retry_flush("isapc");
 }
This page took 0.023125 seconds and 4 git commands to generate.