Files
libvirt/tests/xmconfigdata/test-no-source-cdrom.xml
T

60 lines
1.8 KiB
XML
Raw Normal View History

2008-11-28 11:23:34 +00:00
<domain type='xen'>
<name>test</name>
<uuid>cc2315e7-d26a-307a-438c-6d188ec4c09c</uuid>
2012-02-22 17:48:38 -07:00
<memory unit='KiB'>391168</memory>
<currentMemory unit='KiB'>358400</currentMemory>
2012-05-09 00:04:36 +08:00
<vcpu placement='static'>1</vcpu>
2008-11-28 11:23:34 +00:00
<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>
2008-11-28 11:23:34 +00:00
<boot dev='hd'/>
</os>
<features>
<acpi/>
<apic/>
<pae/>
</features>
<clock offset='variable' adjustment='0' basis='utc'/>
2008-11-28 11:23:34 +00:00
<on_poweroff>destroy</on_poweroff>
<on_reboot>destroy</on_reboot>
<on_crash>destroy</on_crash>
<devices>
<emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
2008-11-28 11:23:34 +00:00
<disk type='block' device='disk'>
2016-12-30 14:43:43 -07:00
<driver name='phy' type='raw'/>
2008-11-28 11:23:34 +00:00
<source dev='/dev/sda8'/>
<target dev='hda' bus='ide'/>
<address type='drive' controller='0' bus='0' target='0' unit='0'/>
2008-11-28 11:23:34 +00:00
</disk>
<disk type='block' device='cdrom'>
2016-12-30 14:43:43 -07:00
<driver name='phy' type='raw'/>
2008-11-28 11:23:34 +00:00
<target dev='hdc' bus='ide'/>
<readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/>
2008-11-28 11:23:34 +00:00
</disk>
2019-03-06 17:43:21 -07:00
<controller type='xenbus' index='0'/>
<controller type='ide' index='0'/>
2008-11-28 11:23:34 +00:00
<interface type='bridge'>
<mac address='00:16:3e:0a:7b:39'/>
<source bridge='xenbr0'/>
2009-04-24 12:17:50 +00:00
<script path='vif-bridge'/>
<model type='e1000'/>
2008-11-28 11:23:34 +00:00
</interface>
<serial type='pty'>
<target port='0'/>
</serial>
<console type='pty'>
2010-07-22 13:56:21 -04:00
<target type='serial' port='0'/>
2008-11-28 11:23:34 +00:00
</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 type='address'/>
</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'/>
2008-11-28 11:23:34 +00:00
</devices>
</domain>