]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386/mshv: Implement mshv_arch_put_registers()
authorMagnus Kulke <magnuskulke@linux.microsoft.com>
Tue, 16 Sep 2025 16:48:36 +0000 (18:48 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Oct 2025 17:17:30 +0000 (19:17 +0200)
commit25a1d871e0f19bbf8fee471af5fefec52465bb09
tree725dc1f54329f2d1aa4b85d71a3ae201495d5ae1
parent0382c2c8544da66619d16988caaab8e3d9e881d4
target/i386/mshv: Implement mshv_arch_put_registers()

Write CPU register state to MSHV vCPUs. Various mapping functions to
prepare the payload for the HV call have been implemented.

Signed-off-by: Magnus Kulke <magnuskulke@linux.microsoft.com>
Link: https://lore.kernel.org/r/20250916164847.77883-17-magnuskulke@linux.microsoft.com
[mshv.h/mshv_int.h split. - Paolo]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/system/mshv_int.h
target/i386/mshv/mshv-cpu.c