Files
libvirt/tests/xmconfigdata/test-paravirt-net-vifname.xml
T

42 lines
1.3 KiB
XML
Raw Normal View History

2009-04-01 10:16:05 +00:00
<domain type='xen'>
<name>XenGuest1</name>
<uuid>c7a5fdb0-cdaf-9455-926a-d65c16db1809</uuid>
2012-02-22 17:48:38 -07:00
<memory unit='KiB'>592896</memory>
<currentMemory unit='KiB'>403456</currentMemory>
2012-05-09 00:04:36 +08:00
<vcpu placement='static'>1</vcpu>
2009-04-01 10:16:05 +00:00
<bootloader>/usr/bin/pygrub</bootloader>
<os>
<type arch='i686' machine='xenpv'>linux</type>
</os>
2012-02-08 17:32:34 +01:00
<clock offset='utc' adjustment='reset'/>
2009-04-01 10:16:05 +00:00
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>
<devices>
<disk type='block' device='disk'>
<driver name='phy'/>
<source dev='/dev/HostVG/XenGuest1'/>
<target dev='xvda' bus='xen'/>
</disk>
<interface type='bridge'>
<mac address='00:16:3e:66:94:9c'/>
<source bridge='br0'/>
2009-04-24 12:17:50 +00:00
<script path='vif-bridge'/>
2009-04-01 10:16:05 +00:00
<target dev='net0'/>
<model type='e1000'/>
</interface>
<console type='pty'>
2010-07-22 13:56:21 -04:00
<target type='xen' port='0'/>
2009-04-01 10:16:05 +00:00
</console>
<input type='mouse' bus='xen'/>
2014-02-17 18:17:53 +08:00
<input type='keyboard' bus='xen'/>
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
<listen type='address' address='127.0.0.1'/>
</graphics>
2016-04-12 14:58:43 +02:00
<video>
2016-05-12 14:19:52 +02:00
<model type='xen' vram='4096' heads='1' primary='yes'/>
2016-04-12 14:58:43 +02:00
</video>
<memballoon model='xen'/>
2009-04-01 10:16:05 +00:00
</devices>
</domain>