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

KVM: Lazy guest cr3 switching



Switch guest paging context may require us to allocate memory, which
might fail.  Instead of wiring up error paths everywhere, make context
switching lazy and actually do the switch before the next guest entry,
where we can return an error if allocation fails.

Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
parent bd2b2baa
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment