]> git.proxmox.com Git - mirror_qemu.git/commit
target/i386: Added vVMLOAD and vVMSAVE feature
authorLara Lazier <laramglazier@gmail.com>
Mon, 9 Aug 2021 14:26:28 +0000 (16:26 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 13 Sep 2021 11:56:26 +0000 (13:56 +0200)
commit52fb8ad37aab791640174048b3d90ce9a576af63
treea88ba22409b9373aa111f98eb900dc1748209d55
parent7760bb069f11fb4259c76c05c69a0d254b5d8a10
target/i386: Added vVMLOAD and vVMSAVE feature

The feature allows the VMSAVE and VMLOAD instructions to execute in guest mode without
causing a VMEXIT. (APM2 15.33.1)

Signed-off-by: Lara Lazier <laramglazier@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/cpu.h
target/i386/svm.h
target/i386/tcg/sysemu/excp_helper.c
target/i386/tcg/sysemu/svm_helper.c