commit | 06a5524f091b6b41b0007810c74cc9315923a145 | [log] [tgz] |
---|---|---|
author | Wincy Van <fanwenyi0529@gmail.com> | Fri Apr 28 13:13:59 2017 +0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Jul 26 18:57:46 2017 +0200 |
tree | beef772584e0160c660697174fd846669b467609 | |
parent | 210f84b0ca7743f3b2a9acfae81df668dbbb6a12 [diff] |
KVM: nVMX: Fix posted intr delivery when vcpu is in guest mode The PI vector for L0 and L1 must be different. If dest vcpu0 is in guest mode while vcpu1 is delivering a non-nested PI to vcpu0, there wont't be any vmexit so that the non-nested interrupt will be delayed. Signed-off-by: Wincy Van <fanwenyi0529@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>