Please enable JavaScript.
Coggle requires JavaScript to display documents.
KVM - Coggle Diagram
KVM
Study
AMD SVM
-
VMRUN
- Save host state in VM_HSAVE_PA
-
- Once a VM exit, VMRUN returns.
- only RIP, RSP, RAX are restored to previous host values
others still contain the guest values.
- Full context switch require a manual execution of VMSAVE/VMLOAD from memory
-
-
-
-