[dts] [PATCH V1 2/2] add new config file for vhost_event_idx_interrupt

Xiao Qimai qimaix.xiao at intel.com
Thu Feb 27 10:48:00 CET 2020


Signed-off-by: Xiao Qimai <qimaix.xiao at intel.com>
---
 conf/vhost_event_idx_interrupt.cfg | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 conf/vhost_event_idx_interrupt.cfg

diff --git a/conf/vhost_event_idx_interrupt.cfg b/conf/vhost_event_idx_interrupt.cfg
new file mode 100644
index 0000000..39a5f11
--- /dev/null
+++ b/conf/vhost_event_idx_interrupt.cfg
@@ -0,0 +1,36 @@
+[vm0]
+cpu =
+    model=host,number=8,cpupin=52 53 54 55;
+mem =
+    size=4096,hugepage=yes;
+disk =
+    file=/home/image/ubuntu1910.img;
+login =
+    user=root,password=tester;
+vnc =
+    displayNum=4;
+net =
+   type=user,opt_vlan=2;
+   type=nic,opt_vlan=2;
+daemon =
+    enable=yes;
+qemu =
+    path=/usr/local/qemu-2.12.0/bin/qemu-system-x86_64;
+[vm1]
+cpu =
+    model=host,number=8,cpupin=56 57 58 59;
+mem =
+    size=4096,hugepage=yes;
+disk =
+    file=/home/image/ubuntu1910_2.img;
+login =
+    user=root,password=tester;
+net =
+   type=nic,opt_vlan=3;
+   type=user,opt_vlan=3;
+vnc =
+    displayNum=5;
+daemon =
+    enable=yes;
+qemu =
+    path=/usr/local/qemu-2.12.0/bin/qemu-system-x86_64;
-- 
1.8.3.1



More information about the dts mailing list