2007-04-11 16:06:30 +00:00
<domain type= 'xen' id= '6' >
<name > test</name>
2007-08-09 20:19:12 +00:00
<uuid > cc2315e7-d26a-307a-438c-6d188ec4c09c</uuid>
2012-02-22 17:48:38 -07:00
<memory unit= 'KiB' > 391168</memory>
<currentMemory unit= 'KiB' > 358400</currentMemory>
2012-05-09 00:04:36 +08:00
<vcpu placement= 'static' > 1</vcpu>
2007-04-11 16:06:30 +00:00
<os >
<type > hvm</type>
2014-08-06 13:18:53 +02:00
<loader type= 'rom' > /usr/lib/xen/boot/hvmloader</loader>
2007-04-11 16:06:30 +00:00
<boot dev= 'hd' />
</os>
<features >
<acpi />
<apic />
<pae />
</features>
2015-12-09 21:15:07 -07:00
<clock offset= 'variable' adjustment= '0' basis= 'utc' />
2008-07-25 10:49:33 +00:00
<on_poweroff > destroy</on_poweroff>
<on_reboot > destroy</on_reboot>
<on_crash > destroy</on_crash>
2007-04-11 16:06:30 +00:00
<devices >
2018-04-11 10:38:14 -06:00
<emulator > /usr/lib/xen/bin/qemu-system-i386</emulator>
2007-04-11 16:06:30 +00:00
<disk type= 'block' device= 'disk' >
2016-12-27 16:19:43 -07:00
<driver name= 'phy' type= 'raw' />
2007-04-11 16:06:30 +00:00
<source dev= '/dev/sda8' />
2008-05-08 14:41:56 +00:00
<target dev= 'hda' bus= 'ide' />
2015-11-28 05:33:55 +01:00
<address type= 'drive' controller= '0' bus= '0' target= '0' unit= '0' />
2007-04-11 16:06:30 +00:00
</disk>
2008-07-25 10:49:33 +00:00
<disk type= 'file' device= 'cdrom' >
2016-12-27 16:19:43 -07:00
<driver type= 'raw' />
2008-05-08 14:41:56 +00:00
<target dev= 'hdc' bus= 'ide' />
2007-04-11 16:06:30 +00:00
<readonly />
2015-11-28 05:33:55 +01:00
<address type= 'drive' controller= '0' bus= '1' target= '0' unit= '0' />
2007-04-11 16:06:30 +00:00
</disk>
2016-01-07 22:49:57 -05:00
<controller type= 'ide' index= '0' />
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
<interface type= 'bridge' >
2008-07-25 10:49:33 +00:00
<mac address= '00:16:3e:0a:7b:39' />
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
<source bridge= 'xenbr0' />
<target dev= 'vif6.0' />
</interface>
2008-04-26 14:22:02 +00:00
<serial type= 'pty' >
<target port= '0' />
</serial>
<console type= 'pty' >
2010-07-22 13:56:21 -04:00
<target type= 'serial' port= '0' />
2008-04-26 14:22:02 +00:00
</console>
2008-07-25 10:49:33 +00:00
<input type= 'mouse' bus= 'ps2' />
2014-02-17 18:17:53 +08:00
<input type= 'keyboard' bus= 'ps2' />
2016-05-09 15:50:54 +02:00
<graphics type= 'vnc' port= '-1' autoport= 'yes' >
<listen type= 'address' />
</graphics>
2016-04-12 14:58:43 +02:00
<video >
2016-12-27 16:19:43 -07:00
<model type= 'cirrus' vram= '8192' heads= '1' primary= 'yes' />
2016-04-12 14:58:43 +02:00
</video>
2018-04-09 18:15:17 -06:00
<memballoon model= 'xen' />
2007-04-11 16:06:30 +00:00
</devices>
</domain>