mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-07 14:00:09 +00:00
f7a48c19f1
docs/examples/index.py docs/examples/python/*: integrated examples for Python from David Lutterkort Daniel
23 lines
626 B
XML
23 lines
626 B
XML
<domain type='xen'>
|
|
<name>guava</name>
|
|
<os>
|
|
<type>linux</type>
|
|
<kernel>/var/xen/boot/vmlinuz-2.6.15-1.33_FC5guest</kernel>
|
|
<initrd>/var/xen/boot/initrd-2.6.15-1.33_FC5guest.img</initrd>
|
|
<cmdline>ro root=/dev/VolGroup00/LogVol00 rhgb quiet</cmdline>
|
|
</os>
|
|
<memory>262144</memory>
|
|
<vcpu>1</vcpu>
|
|
<devices>
|
|
<disk type='file'>
|
|
<source file='/var/xen/guava'/>
|
|
<target dev='xvda'/>
|
|
</disk>
|
|
<interface type='bridge'>
|
|
<source bridge='xenbr0'/>
|
|
<mac address='00:16:3e:78:a2:42'/>
|
|
<script path='/etc/xen/scripts/vif-bridge'/>
|
|
</interface>
|
|
</devices>
|
|
</domain>
|