]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386/mshv: Register MSRs with MSHV
authorMagnus Kulke <magnuskulke@linux.microsoft.com>
Thu, 2 Oct 2025 16:19:22 +0000 (18:19 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Oct 2025 17:17:31 +0000 (19:17 +0200)
commitf38e2a63e541730e114f6ed09e5f8719e388c8db
treee87eb8bc0afe87dce02a3ff51b531f3a616b1dbe
parent4fa04dd16216e266564606b7da582e5fce07bced
target/i386/mshv: Register MSRs with MSHV

Build and register the guest vCPU's model-specific registers using
the MSHV interface.

Signed-off-by: Magnus Kulke <magnuskulke@linux.microsoft.com>
Link: https://lore.kernel.org/r/20250916164847.77883-20-magnuskulke@linux.microsoft.com
[mshv.h/mshv_int.h split. - Paolo]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
accel/mshv/meson.build
accel/mshv/msr.c [new file with mode: 0644]
include/system/mshv_int.h
target/i386/cpu.h
target/i386/mshv/mshv-cpu.c