• A
    KVM: Lazy guest cr3 switching · 17c3ba9d
    Avi Kivity 提交于
    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: NAvi Kivity <avi@qumranet.com>
    17c3ba9d
kvm.h 17.7 KB