summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2016-12-19 15:23:54 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2017-02-15 14:54:33 +0100
commit0ad3bed6c5ec6dbb093a26802c85088a85fb9757 (patch)
tree1889f7af427e86b290c5b7b849d6e98b87eaa321 /fs
parent967235d320329e4a7a2bd1a36b04293063e985ae (diff)
downloadop-kernel-dev-0ad3bed6c5ec6dbb093a26802c85088a85fb9757.zip
op-kernel-dev-0ad3bed6c5ec6dbb093a26802c85088a85fb9757.tar.gz
kvm: nVMX: move nested events check to kvm_vcpu_running
vcpu_run calls kvm_vcpu_running, not kvm_arch_vcpu_runnable, and the former does not call check_nested_events. Once KVM_REQ_EVENT is removed from the APICv interrupt injection path, however, this would leave no place to trigger a vmexit from L2 to L1, causing a missed interrupt delivery while in guest mode. This is caught by the "ack interrupt on exit" test in vmx.flat. [This does not change the calls to check_nested_events in inject_pending_event. That is material for a separate cleanup.] Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud