diff options
author | Andrew Jones <drjones@redhat.com> | 2017-06-04 15:44:00 +0300 |
---|---|---|
committer | Christoffer Dall <cdall@linaro.org> | 2017-06-04 17:53:56 +0300 |
commit | b7484931e4a8b06fe734ac2b5134f09204bad11a (patch) | |
tree | 0606976263fb79133196e43387cc26bd40542fb8 /virt/kvm/arm/arch_timer.c | |
parent | 325f9c649c8a4e447e4d3babacc7a60b75012d5d (diff) | |
download | linux-b7484931e4a8b06fe734ac2b5134f09204bad11a.tar.xz |
KVM: arm/arm64: PMU: remove request-less vcpu kick
Refactor PMU overflow handling in order to remove the request-less
vcpu kick. Now, since kvm_vgic_inject_irq() uses vcpu requests,
there should be no chance that a kick sent at just the wrong time
(between the VCPU's call to kvm_pmu_flush_hwstate() and before it
enters guest mode) results in a failure for the guest to see updated
GIC state until its next exit some time later for some other reason.
Signed-off-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: Christoffer Dall <cdall@linaro.org>
Signed-off-by: Christoffer Dall <cdall@linaro.org>
Diffstat (limited to 'virt/kvm/arm/arch_timer.c')
0 files changed, 0 insertions, 0 deletions