Skip to content
Commit b3dbf89e authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: SVM: Don't save/restore host cr2



The host never reads cr2 in process context, so are free to clobber it.  The
vmx code does this, so we can safely remove the save/restore code.

Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent d3edefc0
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