]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: Implement a stub cpuArchDriver.baseline() handler for aarch64
authorOleg Strikov <oleg.strikov@canonical.com>
Tue, 11 Feb 2014 15:51:41 +0000 (19:51 +0400)
committerCole Robinson <crobinso@redhat.com>
Tue, 11 Feb 2014 22:34:55 +0000 (17:34 -0500)
commit69fba97f631c26a322bf9f2949d05c4b7c60c58a
treecc7c7fd9f9e6d6b17cbb4ca44f4e303e7208907d
parent2fbfedeb0d6a0a102e1ba30ac83aedfb96e91c13
qemu: Implement a stub cpuArchDriver.baseline() handler for aarch64

Openstack Nova calls virConnectBaselineCPU() during initialization
of the instance to get a full list of CPU features.
This patch adds a stub to aarch64-specific code to handle
this request (no actual work is done). That's enough to have
this stub with limited functionality because qemu/kvm backend
supports only 'host-passthrough' cpu mode on aarch64.

Signed-off-by: Oleg Strikov <oleg.strikov@canonical.com>
src/cpu/cpu_aarch64.c