[dts] [PATCH V1] conf: add config file of pvp diff qemu version

lihong lihongx.ma at intel.com
Mon Jun 10 01:28:22 CEST 2019


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

diff --git a/conf/pvp_diff_qemu_version.cfg b/conf/pvp_diff_qemu_version.cfg
new file mode 100644
index 0000000..0353c24
--- /dev/null
+++ b/conf/pvp_diff_qemu_version.cfg
@@ -0,0 +1,20 @@
+# Configuration sample: vhost_sample.cfg
+[vm0]
+cpu =
+    model=host,number=4,cpupin=4 5;
+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
+qemu =
+    path=path/qemu-2.5/bin/qemu-system-x86_64;
+    path=path/qemu-2.6/bin/qemu-system-x86_64;
+    path=path/qemu-2.7/bin/qemu-system-x86_64;
+    path=path/qemu-2.8/bin/qemu-system-x86_64;
-- 
2.7.4



More information about the dts mailing list