summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAlex Yang <yangyang1@zte.com.cn>2017-07-20 19:41:02 +0800
committerAlex Yang <yangyang1@zte.com.cn>2017-07-20 19:41:02 +0800
commitdc420d5d13308110e36313d1b88cbf7fa11b0378 (patch)
tree5fe4483125d880bf973b9767d790a359201f1187 /templates
parent6ea756e7cad324e70fd9546b15a268e910127d46 (diff)
Sync some patches of bash script to python
Change-Id: Ia1eb59e62b1bb98b1871ec591e2c925c1734cc2e Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Diffstat (limited to 'templates')
-rw-r--r--templates/virtual_environment/vms/computer.xml4
-rw-r--r--templates/virtual_environment/vms/controller.xml4
2 files changed, 8 insertions, 0 deletions
diff --git a/templates/virtual_environment/vms/computer.xml b/templates/virtual_environment/vms/computer.xml
index ee038108..0add4367 100644
--- a/templates/virtual_environment/vms/computer.xml
+++ b/templates/virtual_environment/vms/computer.xml
@@ -76,6 +76,10 @@
<source network='daisy2' bridge='daisy2'/>
<model type='rtl8139'/>
</interface>
+ <interface type='network'>
+ <source network='daisy3' bridge='daisy3'/>
+ <model type='rtl8139'/>
+ </interface>
<serial type='pty'>
<source path='/dev/pts/4'/>
<target port='0'/>
diff --git a/templates/virtual_environment/vms/controller.xml b/templates/virtual_environment/vms/controller.xml
index 69424015..22a98f51 100644
--- a/templates/virtual_environment/vms/controller.xml
+++ b/templates/virtual_environment/vms/controller.xml
@@ -76,6 +76,10 @@
<source network='daisy2' bridge='daisy2'/>
<model type='rtl8139'/>
</interface>
+ <interface type='network'>
+ <source network='daisy3' bridge='daisy3'/>
+ <model type='rtl8139'/>
+ </interface>
<serial type='pty'>
<source path='/dev/pts/4'/>
<target port='0'/>