
28 Feb
2014
28 Feb
'14
11:33 a.m.
On 02/26/2014 11:40 AM, Oleg Strikov wrote:
This patch allows libvirt user to specify 'host-passthrough' cpu mode while using qemu/kvm backend on arm (arm32). It uses 'host' as a CPU model name instead of some other stub (correct CPU detection is not implemented yet) to allow libvirt user to specify 'host-model' cpu mode as well.
Signed-off-by: Oleg Strikov <oleg.strikov@canonical.com> ---
This is a port of the following aarch64-specific change: http://libvirt.org/git/?p=libvirt.git;a=commit;h=29ea437e408e441bad67e4ffae7... Only function names were changed.
ACK and pushed. Thanks, Cole