mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-27 08:05:24 +00:00
23 lines
590 B
XML
23 lines
590 B
XML
|
<domain type='xen' id='15'>
|
||
|
<name>pvtest</name>
|
||
|
<uuid>596a5d2171f48fb2e068e2386a5c413e</uuid>
|
||
|
<bootloader>/usr/bin/pygrub</bootloader>
|
||
|
<bootloader_args>-q</bootloader_args>
|
||
|
<os>
|
||
|
<type>linux</type>
|
||
|
<cmdline>xenfb.video=8,1280,1024</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='file' device='disk'>
|
||
|
<source file='/root/some.img'/>
|
||
|
<target dev='xvda'/>
|
||
|
</disk>
|
||
|
<console tty='/dev/pts/4'/>
|
||
|
</devices>
|
||
|
</domain>
|