mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 23:10:08 +00:00
22 lines
568 B
XML
22 lines
568 B
XML
|
<domain type='xen' id='15'>
|
||
|
<name>pvtest</name>
|
||
|
<uuid>596a5d2171f48fb2e068e2386a5c413e</uuid>
|
||
|
<os>
|
||
|
<type>linux</type>
|
||
|
<kernel>/usr/lib/xen/boot/pv-grub-x86_64.gz</kernel>
|
||
|
<cmdline>(hd0,0)/grub/menu.lst</cmdline>
|
||
|
</os>
|
||
|
<memory>430080</memory>
|
||
|
<vcpu>2</vcpu>
|
||
|
<on_poweroff>destroy</on_poweroff>
|
||
|
<on_reboot>destroy</on_reboot>
|
||
|
<on_crash>destroy</on_crash>
|
||
|
<devices>
|
||
|
<disk type='block' device='disk'>
|
||
|
<source dev='/dev/MainVG/GuestLV'/>
|
||
|
<target dev='xvda'/>
|
||
|
</disk>
|
||
|
<console tty='/dev/pts/4'/>
|
||
|
</devices>
|
||
|
</domain>
|