Skip to content
Commit fb0c4a4f authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

KVM: SVM: move VMLOAD/VMSAVE to C code



Thanks to the new macros that handle exception handling for SVM
instructions, it is easier to just do the VMLOAD/VMSAVE in C.
This is safe, as shown by the fact that the host reload is
already done outside the assembly source.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent c8781fea
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment