[dts][PATCH V1] conf/kernelpf_iavf: add kernelpf_iavf suite configuration file

Weiyuan Li weiyuanx.li at intel.com
Thu Jun 23 10:55:43 CEST 2022


Add kernelpf_iavf configuration file.

Signed-off-by: Weiyuan Li <weiyuanx.li at intel.com>
---
 conf/kernelpf_iavf.cfg | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 conf/kernelpf_iavf.cfg

diff --git a/conf/kernelpf_iavf.cfg b/conf/kernelpf_iavf.cfg
new file mode 100644
index 00000000..2820ffed
--- /dev/null
+++ b/conf/kernelpf_iavf.cfg
@@ -0,0 +1,22 @@
+# Configuration sample: kernelpf_iavf.cfg
+
+[vm0]
+cpu =
+    model=host,number=8,cpupin=5 6 7 8 9 10 11 12 ;
+disk =
+    file=/home/image/fedora23-ok.img;
+login =
+    user=root,password=tester;
+# net option is not necessary for libvirt, comment out below 2 lines if using libvirt
+net = 
+   type=nic,opt_vlan=0;
+   type=user,opt_vlan=0; 
+# monitor option is not supported by libvirt yet, comment out below 2 lines if using libvirt
+monitor = 
+    port=;
+# vnc option is not supported by libvirt yet, comment out below 2 lines if using libvirt
+vnc = 
+    displayNum=1;
+# daemon option is not supported by libvirt yet, comment out below 2 lines if using libvirt
+daemon =
+    enable=yes;
-- 
2.27.0



More information about the dts mailing list