[PATCH 2/2] qemumemlocktest: Introduce pc-hostdev-nvme test case

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This basically just demonstrates the limit raised by previous commit.

Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx>
---
 .../qemumemlock-pc-hostdev-nvme.xml           | 24 +++++++++++++++++++
 tests/qemumemlocktest.c                       |  1 +
 2 files changed, 25 insertions(+)
 create mode 100644 tests/qemumemlockdata/qemumemlock-pc-hostdev-nvme.xml

diff --git a/tests/qemumemlockdata/qemumemlock-pc-hostdev-nvme.xml b/tests/qemumemlockdata/qemumemlock-pc-hostdev-nvme.xml
new file mode 100644
index 0000000000..06f1496970
--- /dev/null
+++ b/tests/qemumemlockdata/qemumemlock-pc-hostdev-nvme.xml
@@ -0,0 +1,24 @@
+<domain type='kvm'>
+  <name>guest</name>
+  <memory unit='KiB'>1048576</memory>
+  <vcpu placement='static'>1</vcpu>
+  <os>
+    <type arch='x86_64' machine='pc'>hvm</type>
+  </os>
+  <devices>
+    <emulator>/usr/bin/qemu-system-x86_64</emulator>
+    <disk type='nvme' device='disk'>
+      <driver name='qemu' type='raw'/>
+      <source type='pci' managed='yes' namespace='1'>
+        <address domain='0x0003' bus='0x02' slot='0x00' function='0x0'/>
+      </source>
+      <target dev='vda' bus='virtio'/>
+    </disk>
+    <hostdev mode='subsystem' type='pci' managed='yes'>
+      <driver name='vfio'/>
+      <source>
+        <address domain='0x0001' bus='0x01' slot='0x00' function='0x0'/>
+      </source>
+    </hostdev>
+  </devices>
+</domain>
diff --git a/tests/qemumemlocktest.c b/tests/qemumemlocktest.c
index 61b73e1d79..c53905a7dd 100644
--- a/tests/qemumemlocktest.c
+++ b/tests/qemumemlocktest.c
@@ -97,6 +97,7 @@ mymain(void)
     DO_TEST("pc-hardlimit", 2147483648);
     DO_TEST("pc-locked", VIR_DOMAIN_MEMORY_PARAM_UNLIMITED);
     DO_TEST("pc-hostdev", 2147483648);
+    DO_TEST("pc-hostdev-nvme", 3221225472);
 
     DO_TEST("pc-hardlimit+locked", 2147483648);
     DO_TEST("pc-hardlimit+hostdev", 2147483648);
-- 
2.39.2




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux