]> Git Repo - qemu.git/blobdiff - tests/usb-hcd-xhci-test.c
iotests: Add preallocated growth test for qcow2
[qemu.git] / tests / usb-hcd-xhci-test.c
index 56ab367316dbe233996ebc52e30713afadcc686a..031764da6d04d2f975e7735d08b23983235dd5cd 100644 (file)
@@ -7,10 +7,8 @@
  * See the COPYING file in the top-level directory.
  */
 
-#include <glib.h>
-#include <string.h>
-#include "libqtest.h"
 #include "qemu/osdep.h"
+#include "libqtest.h"
 #include "libqos/usb.h"
 
 
@@ -91,7 +89,7 @@ int main(int argc, char **argv)
     qtest_add_func("/xhci/pci/hotplug/usb-uas", test_usb_uas_hotplug);
 
     qtest_start("-device nec-usb-xhci,id=xhci"
-                " -drive id=drive0,if=none,file=/dev/null,format=raw");
+                " -drive id=drive0,if=none,file=null-co://,format=raw");
     ret = g_test_run();
     qtest_end();
 
This page took 0.018766 seconds and 4 git commands to generate.