Commit 313dbd49 authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: VMX: Avoid vmwrite(HOST_RSP) when possible



Usually HOST_RSP retains its value across guest entries.  Take advantage
of this and avoid a vmwrite() when this is so.

Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
parent 3b4bd796
Supports Markdown
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