]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Adapt to changed ppc64 CPU model names
authorJiri Denemark <jdenemar@redhat.com>
Thu, 17 May 2018 15:08:42 +0000 (17:08 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 9 Oct 2019 07:53:41 +0000 (09:53 +0200)
commitdb873ab3bc5f6fbd7d227727a62ccfee3d1c3e9d
tree679d64476f273a53a259a9bed4d6c8cd33c076cd
parentb979ec355d4e61f89c3a38da9725f9400ca2513d
qemu: Adapt to changed ppc64 CPU model names

QEMU 2.11 for ppc64 changed all CPU model names to lower case. Since
libvirt can't change the model names for compatibility reasons, we need
to translate the matching lower case models to the names known by
libvirt.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_process.c
tests/domaincapsschemadata/qemu_2.12.0.ppc64.xml
tests/qemucapabilitiesdata/caps_2.12.0.ppc64.xml
tests/qemucapabilitiesdata/caps_3.0.0.ppc64.xml
tests/qemucapabilitiesdata/caps_3.1.0.ppc64.xml
tests/qemucapabilitiesdata/caps_4.0.0.ppc64.xml