]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/usb-hcd-xhci-test.c
tests: Set read-zeroes on for null-co driver
[mirror_qemu.git] / tests / usb-hcd-xhci-test.c
index 9eb24b00e4f6883da2bef52a39f161b49953ec2f..b15a51123fc9418a454a72f155ffeb8791669743 100644 (file)
@@ -56,7 +56,8 @@ int main(int argc, char **argv)
     qtest_add_func("/xhci/pci/hotplug/usb-ccid", test_usb_ccid_hotplug);
 
     qtest_start("-device nec-usb-xhci,id=xhci"
-                " -drive id=drive0,if=none,file=null-co://,format=raw");
+                " -drive id=drive0,if=none,file=null-co://,"
+                "file.read-zeroes=on,format=raw");
     ret = g_test_run();
     qtest_end();