]> Git Repo - qemu.git/blobdiff - tests/usb-hcd-uhci-test.c
pc-bios/s390-ccw: Move virtio-block related functions into a separate file
[qemu.git] / tests / usb-hcd-uhci-test.c
index f25bae5e6c1e1f7b6837e4924e34c98420619112..5b500fedb01b2e3ada18d708737253246f5411c9 100644 (file)
@@ -79,7 +79,7 @@ int main(int argc, char **argv)
 {
     const char *arch = qtest_get_arch();
     const char *cmd = "-device piix3-usb-uhci,id=uhci,addr=1d.0"
-                      " -drive id=drive0,if=none,file=/dev/null,format=raw"
+                      " -drive id=drive0,if=none,file=null-co://,format=raw"
                       " -device usb-tablet,bus=uhci.0,port=1";
     int ret;
 
This page took 0.031677 seconds and 4 git commands to generate.