diff options
author | Cole Robinson <crobinso@redhat.com> | 2022-01-26 17:11:56 -0500 |
---|---|---|
committer | Cole Robinson <crobinso@redhat.com> | 2022-01-26 17:11:56 -0500 |
commit | a489d69dc601a0f90ca3bec85b8954d2f1bcf582 (patch) | |
tree | 8703c1a7780b8dec2167074e2b0592f6bfdd9455 /tests/data | |
parent | 01f52fed974671237780917691c1271a10e8cdd3 (diff) | |
download | virt-manager-a489d69dc601a0f90ca3bec85b8954d2f1bcf582.tar.gz |
cli: Add virtio option driver.page_per_vq=on
Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/cli/compare/virt-install-many-devices.xml | 2 |
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 0df75ebd..9ad7e631 100644 --- a/tests/data/cli/compare/virt-install-many-devices.xml +++ b/tests/data/cli/compare/virt-install-many-devices.xml @@ -279,7 +279,7 @@ </target> </controller> <filesystem type="mount" accessmode="mapped"> - <driver ats="on" iommu="off" packed="on"/> + <driver ats="on" iommu="off" packed="on" page_per_vq="off"/> <alias name="testfsalias"/> <source dir="/source"/> <target dir="/target"/> |