summaryrefslogtreecommitdiffstats
path: root/tests/usb-hcd-xhci-test.c
diff options
context:
space:
mode:
authorKevin Wolf2014-11-20 16:27:09 +0100
committerKevin Wolf2014-12-10 10:31:12 +0100
commitb8e665e4d8c6aece216e373da062ee60c82e0b6f (patch)
tree048eab9b1b86648cd56ec5e43127418ef46d4253 /tests/usb-hcd-xhci-test.c
parentqemu-iotests: Add qemu-io format option in Python tests (diff)
downloadqemu-b8e665e4d8c6aece216e373da062ee60c82e0b6f.tar.gz
qemu-b8e665e4d8c6aece216e373da062ee60c82e0b6f.tar.xz
qemu-b8e665e4d8c6aece216e373da062ee60c82e0b6f.zip
qtests: Specify image format explicitly
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Message-id: 1416497234-29880-5-git-send-email-kwolf@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/usb-hcd-xhci-test.c')
-rw-r--r--tests/usb-hcd-xhci-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/usb-hcd-xhci-test.c b/tests/usb-hcd-xhci-test.c
index b1a7dec5bb..adf261e963 100644
--- a/tests/usb-hcd-xhci-test.c
+++ b/tests/usb-hcd-xhci-test.c
@@ -91,7 +91,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");
+ " -drive id=drive0,if=none,file=/dev/null,format=raw");
ret = g_test_run();
qtest_end();