diff options
| author | Fam Zheng | 2017-05-02 18:35:49 +0200 |
|---|---|---|
| committer | Kevin Wolf | 2017-05-11 11:08:40 +0200 |
| commit | 2420d369a2c16867ee18fd363b617aa5a66ab933 (patch) | |
| tree | 58aa261a56a0e16b22fcea62c9bbf781f77fb019 /tests/usb-hcd-xhci-test.c | |
| parent | iotests: 172: Use separate images for multiple devices (diff) | |
| download | qemu-2420d369a2c16867ee18fd363b617aa5a66ab933.tar.gz qemu-2420d369a2c16867ee18fd363b617aa5a66ab933.tar.xz qemu-2420d369a2c16867ee18fd363b617aa5a66ab933.zip | |
tests: Use null-co:// instead of /dev/null as the dummy image
Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Max Reitz <mreitz@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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/usb-hcd-xhci-test.c b/tests/usb-hcd-xhci-test.c index 22513e9eb5..031764da6d 100644 --- a/tests/usb-hcd-xhci-test.c +++ b/tests/usb-hcd-xhci-test.c @@ -89,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(); |
