[dts] [PATCH V1 1/2][virtio regression] conf: add cfg file for virtio pvp regression

lihong lihongx.ma at intel.com
Thu Aug 22 00:54:01 CEST 2019


Signed-off-by: lihong <lihongx.ma at intel.com>
---
 conf/virtio_pvp_regression.cfg | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 conf/virtio_pvp_regression.cfg

diff --git a/conf/virtio_pvp_regression.cfg b/conf/virtio_pvp_regression.cfg
new file mode 100644
index 0000000..c51acf6
--- /dev/null
+++ b/conf/virtio_pvp_regression.cfg
@@ -0,0 +1,20 @@
+# Configuration sample: vhost_sample.cfg
+[vm0]
+cpu =
+    model=host,number=4,cpupin=24 25;
+mem =
+    size=4096,hugepage=yes;
+disk =
+    file=/home/img/vm.img;
+login =
+    user=root,password=tester;
+vnc =
+    displayNum=4;
+daemon =
+    enable=yes;
+# config all the path of qemu version you want to tested
+# and the qemu version should greater or equal to 2.7
+qemu =
+    path=path/qemu-2.7/bin/qemu-system-x86_64;
+    path=path/qemu-2.8/bin/qemu-system-x86_64;
+    path=path/qemu-2.9/bin/qemu-system-x86_64;
-- 
2.7.4



More information about the dts mailing list