2006-11-10 11:13:01 +00:00
|
|
|
<domain type='xen' id='5'>
|
|
|
|
<name>rhel5</name>
|
2007-08-09 20:19:12 +00:00
|
|
|
<uuid>4f77abd2-3019-58e8-3bab-6fbf2118f880</uuid>
|
2008-07-25 10:49:33 +00:00
|
|
|
<memory>394240</memory>
|
|
|
|
<currentMemory>179200</currentMemory>
|
|
|
|
<vcpu>1</vcpu>
|
2006-11-10 11:13:01 +00:00
|
|
|
<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>
|
2008-07-25 10:49:33 +00:00
|
|
|
<clock offset='utc'/>
|
2006-11-10 11:13:01 +00:00
|
|
|
<on_poweroff>destroy</on_poweroff>
|
|
|
|
<on_reboot>restart</on_reboot>
|
|
|
|
<on_crash>restart</on_crash>
|
|
|
|
<devices>
|
virDomainBlockPeek call
* 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.
2008-06-05 13:17:45 +00:00
|
|
|
<disk type='file' device='disk'>
|
|
|
|
<driver name='tap' type='aio'/>
|
|
|
|
<source file='/xen/rhel5.img'/>
|
|
|
|
<target dev='xvda' bus='xen'/>
|
|
|
|
</disk>
|
2006-11-10 11:13:01 +00:00
|
|
|
<interface type='bridge'>
|
2008-07-25 10:49:33 +00:00
|
|
|
<mac address='00:16:3e:1d:06:15'/>
|
2006-11-10 11:13:01 +00:00
|
|
|
<source bridge='xenbr0'/>
|
2009-01-22 18:29:13 +00:00
|
|
|
<script path='vif-bridge'/>
|
2007-08-21 08:54:07 +00:00
|
|
|
<target dev='vif5.0'/>
|
2006-11-10 11:13:01 +00:00
|
|
|
</interface>
|
2008-04-26 14:22:02 +00:00
|
|
|
<console type='pty'>
|
2010-07-22 17:56:21 +00:00
|
|
|
<target type='xen' port='0'/>
|
2008-04-26 14:22:02 +00:00
|
|
|
</console>
|
2008-07-25 10:49:33 +00:00
|
|
|
<input type='mouse' bus='xen'/>
|
|
|
|
<graphics type='vnc' port='-1' autoport='yes'/>
|
2006-11-10 11:13:01 +00:00
|
|
|
</devices>
|
|
|
|
</domain>
|