Created
January 16, 2018 14:15
-
-
Save marmarek/05a64b2d3dd23b6d6d35b87d2d008708 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<capabilities> | |
<host> | |
<cpu> | |
<arch>x86_64</arch> | |
<features> | |
<pae/> | |
</features> | |
</cpu> | |
<power_management/> | |
<migration_features> | |
<live/> | |
</migration_features> | |
<topology> | |
<cells num='1'> | |
<cell id='0'> | |
<memory unit='KiB'>9371648</memory> | |
<cpus num='2'> | |
<cpu id='0' socket_id='0' core_id='0' siblings='0'/> | |
<cpu id='1' socket_id='0' core_id='1' siblings='1'/> | |
</cpus> | |
</cell> | |
</cells> | |
</topology> | |
</host> | |
<guest> | |
<os_type>xen</os_type> | |
<arch name='x86_64'> | |
<wordsize>64</wordsize> | |
<emulator>/usr/lib/xen/bin/qemu-system-i386</emulator> | |
<machine>xenpv</machine> | |
<domain type='xen'/> | |
</arch> | |
</guest> | |
<guest> | |
<os_type>xen</os_type> | |
<arch name='i686'> | |
<wordsize>32</wordsize> | |
<emulator>/usr/lib/xen/bin/qemu-system-i386</emulator> | |
<machine>xenpv</machine> | |
<domain type='xen'/> | |
</arch> | |
<features> | |
<pae/> | |
</features> | |
</guest> | |
<guest> | |
<os_type>hvm</os_type> | |
<arch name='i686'> | |
<wordsize>32</wordsize> | |
<emulator>/usr/lib/xen/bin/qemu-system-i386</emulator> | |
<loader>/usr/lib/xen/boot/hvmloader</loader> | |
<machine>xenfv</machine> | |
<domain type='xen'/> | |
</arch> | |
<features> | |
<pae/> | |
<nonpae/> | |
<acpi default='on' toggle='yes'/> | |
<apic default='on' toggle='no'/> | |
<hap default='off' toggle='yes'/> | |
</features> | |
</guest> | |
<guest> | |
<os_type>hvm</os_type> | |
<arch name='x86_64'> | |
<wordsize>64</wordsize> | |
<emulator>/usr/lib/xen/bin/qemu-system-i386</emulator> | |
<loader>/usr/lib/xen/boot/hvmloader</loader> | |
<machine>xenfv</machine> | |
<domain type='xen'/> | |
</arch> | |
<features> | |
<acpi default='on' toggle='yes'/> | |
<apic default='on' toggle='no'/> | |
<hap default='off' toggle='yes'/> | |
</features> | |
</guest> | |
</capabilities> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment