Sean Christopherson 19979fba9b KVM: x86: Remove obsolete disabling of page faults in kvm_arch_vcpu_put()
Remove the disabling of page faults across kvm_steal_time_set_preempted()
as KVM now accesses the steal time struct (shared with the guest) via a
cached mapping (see commit b043138246a4, "x86/KVM: Make sure
KVM_VCPU_FLUSH_TLB flag is not missed".)  The cache lookup is flagged as
atomic, thus it would be a bug if KVM tried to resolve a new pfn, i.e.
we want the splat that would be reached via might_fault().

Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20210123000334.3123628-2-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2021-02-04 05:27:14 -05:00
..
2020-12-19 11:18:38 -08:00
2020-12-14 17:34:12 -08:00
2020-11-05 11:32:03 -08:00
2021-01-08 15:06:02 -08:00
2020-12-14 18:29:11 -08:00
2020-12-16 16:38:41 -08:00
2020-08-09 14:10:26 -07:00