]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu_arm: Don't implement virCPUGetVendorForModel
authorJiri Denemark <jdenemar@redhat.com>
Thu, 29 Sep 2022 19:54:34 +0000 (21:54 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 10 Oct 2022 12:31:43 +0000 (14:31 +0200)
commited51d2b60656116d640db20f5ec0009d2aa27ec5
tree43cc23dbed82d95790612602d2e4cc16eac9ec75
parente8efe42409031959903ef02fafd2c1026bc227fb
cpu_arm: Don't implement virCPUGetVendorForModel

This patch is effectively a no-op, but I wanted to initialize
.getVendorForModel explicitly as implementing this function does not
even make sense on ARM. The CPU models in our CPU map are only used for
describing host CPU in capabilities XML and cannot be used for guest CPU
definition in domain XML anyway. The CPU models listed as supported in
domain capabilities XML are just passed through from QEMU.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/cpu/cpu_arm.c