]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Implement a stub cpuArchDriver.baseline() handler for arm
authorOleg Strikov <oleg.strikov@canonical.com>
Mon, 3 Mar 2014 13:41:03 +0000 (17:41 +0400)
committerCole Robinson <crobinso@redhat.com>
Mon, 3 Mar 2014 16:06:25 +0000 (11:06 -0500)
commit72bddd5f2fb097013b4d97470ed6a472a4c15db3
tree31b3e2d5027aa880fac6f36432be8f97755e88ea
parentda78406e64bdc126056a8718658323eebb1c937b
qemu: Implement a stub cpuArchDriver.baseline() handler for arm

Openstack Nova calls virConnectBaselineCPU() during initialization
of the instance to get a full list of CPU features.
This patch adds a stub to arm-specific code to handle
this request (no actual work is done).

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