]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Introduce virCPUGetVendorForModel and use it in QEMU driver
authorJiri Denemark <jdenemar@redhat.com>
Thu, 29 Sep 2022 14:32:27 +0000 (16:32 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 10 Oct 2022 12:31:43 +0000 (14:31 +0200)
commitbbd2d9cb4002c7a055aba3689e99068361c8f5c5
tree0326ca786cab2ae13dff05d714d80bd7fde6b96d
parent2784a83907f7412fb18330359c0afeefafeb98f8
Introduce virCPUGetVendorForModel and use it in QEMU driver

So far QEMU driver does not get CPU model vendor from QEMU directly and
it has to ask the CPU driver for the info stored in CPU map.

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