]> asedeno.scripts.mit.edu Git - linux.git/commit
KVM: arm/arm64: Set VCPU affinity for virt timer irq
authorChristoffer Dall <cdall@linaro.org>
Wed, 5 Jul 2017 10:50:27 +0000 (12:50 +0200)
committerChristoffer Dall <christoffer.dall@linaro.org>
Mon, 6 Nov 2017 15:23:13 +0000 (16:23 +0100)
commit40f4cba9a579fe7ad1431269db8aec745c290ba0
tree8237c6dea7ece744f86c56a865002a5494401c33
parent688c50aa72f64ca21767486e5eef876ec23e418c
KVM: arm/arm64: Set VCPU affinity for virt timer irq

As we are about to take physical interrupts for the virtual timer on the
host but want to leave those active while running the VM (and let the VM
deactivate them), we need to set the vtimer PPI affinity accordingly.

Signed-off-by: Christoffer Dall <cdall@linaro.org>
Reviewed-by: Marc Zyngier <marc.zyngier@arm.com>
virt/kvm/arm/arch_timer.c