test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [DTS][PATCH V1 1/3] virt: vf to vf bridge config file
@ 2016-01-08  8:29 Jingguo Fu
  2016-01-08  8:29 ` [dts] [DTS][PATCH V1 2/3] virt: vf to vf nic bridge test plan Jingguo Fu
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Jingguo Fu @ 2016-01-08  8:29 UTC (permalink / raw)
  To: dts; +Cc: lijuanx.tu, Jingguo Fu

Signed-off-by: Jingguo Fu <jingguox.fu@intel.com>
---
 conf/vf_to_vf_bridge.cfg | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 conf/vf_to_vf_bridge.cfg

diff --git a/conf/vf_to_vf_bridge.cfg b/conf/vf_to_vf_bridge.cfg
new file mode 100644
index 0000000..c6d60ce
--- /dev/null
+++ b/conf/vf_to_vf_bridge.cfg
@@ -0,0 +1,32 @@
+# vm configuration for vhost sample case
+[vm0]
+cpu =
+    model=host,number=4,cpupin=20 21 22 23;
+mem =
+    size=6144,hugepage=yes;
+disk =
+    file=/home/img/vm0.img; 
+login =
+    user=root,password=tester;
+vnc = 
+    displayNum=4;
+daemon =
+    enable=yes;
+qemu =
+    path=/usr/local/qemu-2.4.0/x86_64-softmmu/qemu-system-x86_64;
+#
+[vm1]
+cpu =
+    model=host,number=4,cpupin=30 31 32 33;
+mem =
+    size=6144,hugepage=yes;
+disk =
+    file=/home/img/vm1.img;
+login =
+    user=root,password=tester;
+vnc = 
+    displayNum=5;
+daemon =
+    enable=yes;
+qemu =
+    path=/usr/local/qemu-2.4.0/x86_64-softmmu/qemu-system-x86_64;
-- 
2.1.0

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-02-01  6:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-08  8:29 [dts] [DTS][PATCH V1 1/3] virt: vf to vf bridge config file Jingguo Fu
2016-01-08  8:29 ` [dts] [DTS][PATCH V1 2/3] virt: vf to vf nic bridge test plan Jingguo Fu
2016-01-12  8:10   ` Pei, Yulong
2016-01-18  9:49     ` Fu, JingguoX
2016-02-01  6:35     ` Fu, JingguoX
2016-01-08  8:29 ` [dts] [DTS][PATCH V1 3/3] virt: vf to vf nic bridge test suite Jingguo Fu
2016-01-12  7:48 ` [dts] [DTS][PATCH V1 1/3] virt: vf to vf bridge config file Pei, Yulong
2016-01-18  9:49   ` Fu, JingguoX
2016-02-01  6:35   ` Fu, JingguoX

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).