diff options
| author | Kevin Wolf | 2014-11-20 16:27:09 +0100 |
|---|---|---|
| committer | Kevin Wolf | 2014-12-10 10:31:12 +0100 |
| commit | b8e665e4d8c6aece216e373da062ee60c82e0b6f (patch) | |
| tree | 048eab9b1b86648cd56ec5e43127418ef46d4253 /tests/usb-hcd-uhci-test.c | |
| parent | qemu-iotests: Add qemu-io format option in Python tests (diff) | |
| download | qemu-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-uhci-test.c')
| -rw-r--r-- | tests/usb-hcd-uhci-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/usb-hcd-uhci-test.c b/tests/usb-hcd-uhci-test.c index 8cf2c5bcaa..6d631cf366 100644 --- a/tests/usb-hcd-uhci-test.c +++ b/tests/usb-hcd-uhci-test.c @@ -87,7 +87,7 @@ int main(int argc, char **argv) qtest_add_func("/uhci/pci/hotplug/usb-storage", test_usb_storage_hotplug); qtest_start("-device piix3-usb-uhci,id=uhci,addr=1d.0" - " -drive id=drive0,if=none,file=/dev/null" + " -drive id=drive0,if=none,file=/dev/null,format=raw" " -device usb-tablet,bus=uhci.0,port=1"); ret = g_test_run(); qtest_end(); |
