commit | 3e0075094734de122e4cb09f930fa853a3c59f09 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Wed Jun 23 14:26:18 2010 +0300 |
committer | Avi Kivity <avi@redhat.com> | Sun Aug 01 10:47:19 2010 +0300 |
tree | 85ba16913603edba8913f31825dff9f13ea0cb4b | |
parent | 529df65e394e30a78f2633b575fd81fa5b973e30 [diff] |
KVM: Simplify vcpu_enter_guest() mmu reload logic slightly No need to reload the mmu in between two different vcpu->requests checks. kvm_mmu_reload() may trigger KVM_REQ_TRIPLE_FAULT, but that will be caught during atomic guest entry later. Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>