mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 13:20:20 +00:00
07613d2020
by running this command: git ls-files -z | xargs -0 perl -pi -0777 -e 's/\n\n+$/\n/' This is in preparation for a more strict make syntax-check rule that will detect trailing blank lines.
33 lines
962 B
XML
33 lines
962 B
XML
<domain type='xen'>
|
|
<name>pvtest</name>
|
|
<uuid>49a0c6ffc066539264983632d093c2e7</uuid>
|
|
<bootloader>/usr/bin/pygrub</bootloader>
|
|
<os>
|
|
<type>linux</type>
|
|
<kernel>/var/lib/xen/boot_kernel.BCkYBN</kernel>
|
|
<initrd>/var/lib/xen/boot_ramdisk.sjOK9_</initrd>
|
|
<cmdline>ro root=/dev/VolGroup00/LogVol00</cmdline>
|
|
</os>
|
|
<currentMemory>393216</currentMemory>
|
|
<memory>524288</memory>
|
|
<vcpu>1</vcpu>
|
|
<on_poweroff>destroy</on_poweroff>
|
|
<on_reboot>restart</on_reboot>
|
|
<on_crash>restart</on_crash>
|
|
<devices>
|
|
<disk type='file' device='disk'>
|
|
<driver name='tap' type='aio'/>
|
|
<source file='/var/lib/xen/images/rhel5pv.img'/>
|
|
<target dev='xvda'/>
|
|
<shareable/>
|
|
</disk>
|
|
<interface type='bridge'>
|
|
<mac address='00:16:3e:23:9e:eb'/>
|
|
<source bridge='xenbr0'/>
|
|
<script path='vif-bridge'/>
|
|
</interface>
|
|
<graphics type='vnc' port='-1' keymap='en-us'/>
|
|
<console/>
|
|
</devices>
|
|
</domain>
|