]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: nvmm, whpx: add accel/CPU class that sets host vendor
authorPaolo Bonzini <pbonzini@redhat.com>
Sat, 5 Jul 2025 12:17:30 +0000 (14:17 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 12 Jul 2025 13:28:19 +0000 (15:28 +0200)
commitd93972d88b0984ed0a2090493f8d62cc188976d2
tree1c4d7dbd74d9f07e736378e8d22eb9cbf878dccd
parentcb2273edf5df57cb270bc19d7e92d8be5870c17a
target/i386: nvmm, whpx: add accel/CPU class that sets host vendor

NVMM and WHPX are virtualizers, and therefore they need to use
(at least by default) the host vendor for the guest CPUID.
Add a cpu_instance_init implementation to these accelerators.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/cpu.c
target/i386/meson.build
target/i386/nvmm/nvmm-all.c
target/i386/whpx/whpx-all.c