mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-08 06:20:17 +00:00
86d352d4fe
patch from David Lutterkort * tests/xencapsdata/xen-i686-pae-hvm.xml tests/xencapsdata/xen-ia64-be-hvm.xml tests/xencapsdata/xen-ia64-hvm.xml tests/xencapsdata/xen-x86_64-hvm.xml: this also affects a few tests Daniel
40 lines
789 B
XML
40 lines
789 B
XML
<capabilities>
|
|
<host>
|
|
<cpu>
|
|
<arch>i686</arch>
|
|
<features>
|
|
<vmx/>
|
|
</features>
|
|
</cpu>
|
|
</host>
|
|
|
|
<guest>
|
|
<os_type>xen</os_type>
|
|
<arch name="i686">
|
|
<wordsize>32</wordsize>
|
|
<domain type="xen"></domain>
|
|
</arch>
|
|
<features>
|
|
<pae/>
|
|
</features>
|
|
</guest>
|
|
|
|
<guest>
|
|
<os_type>hvm</os_type>
|
|
<arch name="i686">
|
|
<wordsize>32</wordsize>
|
|
<domain type="xen"></domain>
|
|
<emulator>/usr/lib/xen/bin/qemu-dm</emulator>
|
|
<machine>pc</machine>
|
|
<machine>isapc</machine>
|
|
<loader>/usr/lib/xen/boot/hvmloader</loader>
|
|
</arch>
|
|
<features>
|
|
<pae/>
|
|
<nonpae/>
|
|
<acpi default='on' toggle='yes'/>
|
|
<apic default='on' toggle='yes'/>
|
|
</features>
|
|
</guest>
|
|
</capabilities>
|