]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Enable 'host-passthrough' cpu mode for aarch64
authorOleg Strikov <oleg.strikov@canonical.com>
Thu, 23 Jan 2014 15:19:44 +0000 (19:19 +0400)
committerCole Robinson <crobinso@redhat.com>
Sat, 25 Jan 2014 17:10:02 +0000 (12:10 -0500)
commit29ea437e408e441bad67e4ffae731286d356ca4a
treec27ca4dcd5a0608f6c82a6dec723ac6ef1b80d64
parent96f274a989aa75b77014ce2bfb9b1f4ea474a250
qemu: Enable 'host-passthrough' cpu mode for aarch64

This patch allows libvirt user to specify 'host-passthrough'
cpu mode while using qemu/kvm backend on aarch64.
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>
(crobinso: fix some indentation)
src/cpu/cpu_aarch64.c