]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Enable 'host-passthrough' cpu mode for arm
authorOleg Strikov <oleg.strikov@canonical.com>
Wed, 26 Feb 2014 16:40:12 +0000 (20:40 +0400)
committerCole Robinson <crobinso@redhat.com>
Fri, 28 Feb 2014 16:31:00 +0000 (11:31 -0500)
commit97962616c1026d81a5ac9e70ede2e9b1fa807013
treefeaf28146fad00b868103ee2b622cc98d4ca81c6
parent9c439e9bb2683791a116444cf9c46bc22517c763
qemu: Enable 'host-passthrough' cpu mode for arm

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>
src/cpu/cpu_arm.c