mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 09:17:52 +03:00
8354895e68
* configure.in: Document AC_SYS_LARGEFILE. * docs/hvsupport.html.in: Document HV support for virDomainBlockPeek. * include/libvirt/libvirt.h.in, src/driver.h, src/libvirt.c, src/libvirt_sym.version: Add virDomainBlockPeek infrastructure. * src/qemu_driver.c, src/test.c: Null versions of this call. * src/xen_unified.c, src/xend_internal.c, src/xend_internal.h, src/xm_internal.c, src/xm_internal.h: Xen implementation. * tests/sexpr2xmldata/sexpr2xml-curmem.xml, tests/sexpr2xmldata/sexpr2xml-no-source-cdrom.xml: XML output has been reordered slightly in the Xen driver, but should be functionally the same.
36 lines
1.0 KiB
XML
36 lines
1.0 KiB
XML
<domain type='xen' id='5'>
|
|
<name>rhel5</name>
|
|
<uuid>4f77abd2-3019-58e8-3bab-6fbf2118f880</uuid>
|
|
<bootloader>/usr/bin/pygrub</bootloader>
|
|
<os>
|
|
<type>linux</type>
|
|
<kernel>/var/lib/xen/vmlinuz.blj7cs</kernel>
|
|
<initrd>/var/lib/xen/initrd.gULTf1</initrd>
|
|
<cmdline>ro root=/dev/VolGroup00/LogVol00 rhgb quiet</cmdline>
|
|
</os>
|
|
<memory>394240</memory>
|
|
<currentMemory>179200</currentMemory>
|
|
<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='/xen/rhel5.img'/>
|
|
<target dev='xvda' bus='xen'/>
|
|
</disk>
|
|
<interface type='bridge'>
|
|
<source bridge='xenbr0'/>
|
|
<target dev='vif5.0'/>
|
|
<mac address='00:16:3e:1d:06:15'/>
|
|
<script path='vif-bridge'/>
|
|
</interface>
|
|
<input type='mouse' bus='xen'/>
|
|
<graphics type='vnc' port='-1'/>
|
|
<console type='pty'>
|
|
<target port='0'/>
|
|
</console>
|
|
</devices>
|
|
</domain>
|