Files
libvirt/tests/xmconfigdata/test-fullvirt-serial-null.xml
T

61 lines
1.9 KiB
XML
Raw Normal View History

<domain type='xen'>
<name>XenGuest2</name>
<uuid>c7a5fdb2-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>
<os>
2016-12-30 14:43:43 -07:00
<type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/>
</os>
<features>
<acpi/>
<apic/>
<pae/>
</features>
<clock offset='variable' adjustment='0' basis='utc'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>
<devices>
<emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='block' device='disk'>
2016-12-30 14:43:43 -07:00
<driver name='phy' type='raw'/>
<source dev='/dev/HostVG/XenGuest2'/>
2008-05-08 14:41:56 +00:00
<target dev='hda' bus='ide'/>
<address type='drive' controller='0' bus='0' target='0' unit='0'/>
</disk>
<disk type='file' device='cdrom'>
2016-12-30 14:43:43 -07:00
<driver name='file' type='raw'/>
<source file='/root/boot.iso'/>
2008-05-08 14:41:56 +00:00
<target dev='hdc' bus='ide'/>
<readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk>
2019-03-06 17:43:21 -07:00
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/>
<interface type='bridge'>
<mac address='00:16:3e:66:92:9c'/>
<source bridge='xenbr1'/>
2009-04-24 12:17:50 +00:00
<script path='vif-bridge'/>
<model type='e1000'/>
</interface>
<serial type='null'>
<target port='0'/>
</serial>
<console type='null'>
2010-07-22 13:56:21 -04:00
<target type='serial' port='0'/>
</console>
<input type='mouse' bus='ps2'/>
2014-02-17 18:17:53 +08:00
<input type='keyboard' bus='ps2'/>
<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-12-30 14:43:43 -07:00
<model type='cirrus' vram='8192' heads='1' primary='yes'/>
2016-04-12 14:58:43 +02:00
</video>
2018-04-09 18:15:17 -06:00
<memballoon model='xen'/>
</devices>
</domain>