summaryrefslogtreecommitdiff
path: root/tests/data/cli/compare/virt-install-many-devices.xml
diff options
context:
space:
mode:
authorHugues Fafard <fafardh@posteo.de>2021-07-26 18:44:45 +0200
committerCole Robinson <crobinso@redhat.com>2021-07-27 08:38:09 -0400
commitddcca8f585057737baf23f4057ee03cec550c1fb (patch)
treea8031fea0746555114392fc56129bbebf47e5a2f /tests/data/cli/compare/virt-install-many-devices.xml
parentc2f629fc037356528be4ee68ac528336fd103576 (diff)
downloadvirt-manager-ddcca8f585057737baf23f4057ee03cec550c1fb.tar.gz
cli: --disk: add support for driver.queues config
Diffstat (limited to 'tests/data/cli/compare/virt-install-many-devices.xml')
-rw-r--r--tests/data/cli/compare/virt-install-many-devices.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/cli/compare/virt-install-many-devices.xml b/tests/data/cli/compare/virt-install-many-devices.xml
index 1c22083f..871034c6 100644
--- a/tests/data/cli/compare/virt-install-many-devices.xml
+++ b/tests/data/cli/compare/virt-install-many-devices.xml
@@ -39,7 +39,7 @@
<devices>
<emulator>/usr/bin/qemu-kvm</emulator>
<disk type="block" device="disk">
- <driver name="qemu" type="raw" cache="writeback" io="threads" iothread="3"/>
+ <driver name="qemu" type="raw" cache="writeback" io="threads" iothread="3" queues="8"/>
<source dev="/dev/default-pool/UPPER"/>
<target dev="vda" bus="virtio"/>
<serial>WD-WMAP9A966149</serial>