Files
libvirt/tests/qemuxml2argvdata/boot-cdrom.xml
T

32 lines
1009 B
XML
Raw Normal View History

2007-07-18 21:34:22 +00:00
<domain type='qemu'>
<name>QEMUGuest1</name>
<uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
2012-02-22 17:48:38 -07:00
<memory unit='KiB'>219100</memory>
<currentMemory unit='KiB'>219100</currentMemory>
2012-05-09 00:04:36 +08:00
<vcpu placement='static'>1</vcpu>
2007-07-18 21:34:22 +00:00
<os>
<type arch='i686' machine='pc'>hvm</type>
<boot dev='cdrom'/>
</os>
<clock offset='utc'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>destroy</on_crash>
<devices>
2019-11-29 16:33:37 +00:00
<emulator>/usr/bin/qemu-system-i386</emulator>
2007-07-18 21:34:22 +00:00
<disk type='block' device='cdrom'>
<driver name='qemu' type='raw'/>
2007-07-18 21:34:22 +00:00
<source dev='/dev/cdrom'/>
<target dev='hdc' bus='ide'/>
2007-07-18 21:34:22 +00:00
<readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/>
2007-07-18 21:34:22 +00:00
</disk>
2012-02-08 01:48:25 +01:00
<controller type='usb' index='0'/>
<controller type='ide' index='0'/>
<controller type='pci' index='0' model='pci-root'/>
2016-01-11 12:40:32 +01:00
<input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/>
2014-06-09 11:11:25 +03:00
<memballoon model='none'/>
2007-07-18 21:34:22 +00:00
</devices>
</domain>