]> xenbits.xensource.com Git - libvirt.git/commit
cpu: Introduce virCPUConvertLegacy API
authorJiri Denemark <jdenemar@redhat.com>
Wed, 9 Nov 2016 16:09:48 +0000 (17:09 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 15 Nov 2016 14:49:16 +0000 (15:49 +0100)
commitd73422c1867b938b9fd9411ad68b840e7264b5a1
treef9c4fe9b34f35b30610808a1c4844150d997316e
parent509a4a40f96926e95e809f563e1cfed06d9f2cee
cpu: Introduce virCPUConvertLegacy API

PPC driver needs to convert POWERx_v* legacy CPU model names into POWERx
to maintain backward compatibility with existing domains. This patch
adds a new step into the guest CPU configuration work flow which CPU
drivers can use to convert legacy CPU definitions.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/cpu/cpu.c
src/cpu/cpu.h
src/cpu/cpu_ppc64.c
src/libvirt_private.syms
src/qemu/qemu_process.c
tests/cputest.c