Ian Campbell wrote:
On Wed, 2014-06-25 at 09:25 -0600, Jim Fehlig wrote:
> With the fixup, does this work for you? Is <migration_features> omitted
> from the capabilities?
>
Yes, it is omitted. On ARM:
# virsh capabilities
<capabilities>
<host>
<cpu>
<arch>armv7l</arch>
</cpu>
<power_management/>
<topology>
<cells num='1'>
<cell id='0'>
<memory unit='KiB'>4186112</memory>
<cpus num='4'>
<cpu id='0' socket_id='0' core_id='0'
siblings='0-3'/>
<cpu id='1' socket_id='0' core_id='0'
siblings='0-3'/>
<cpu id='2' socket_id='0' core_id='0'
siblings='0-3'/>
<cpu id='3' socket_id='0' core_id='0'
siblings='0-3'/>
</cpus>
</cell>
</cells>
</topology>
</host>
<guest>
<os_type>xen</os_type>
<arch name='armv7l'>
<wordsize>32</wordsize>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator>
<machine>xenpv</machine>
<domain type='xen'>
</domain>
</arch>
</guest>
</capabilities>
Cool. I've squashed in your changes and sent a "v2" (forgot to note that
with --subject-prefix).
Regards,
Jim