commit | 530bf353e4eb06bcba5078390c949650cd26a7c7 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <[email protected]> | Wed Aug 26 17:00:43 2015 +0100 |
committer | Thomas Gleixner <[email protected]> | Thu Aug 27 17:13:49 2015 +0200 |
tree | d18dd4acfce81aa7b67c9c65cd8c0d5c8645e0b6 | |
parent | 0b6a3da9617a08e13afc09cb7e148470ed0eb280 [diff] |
irqchip/GICv3: Don't deactivate interrupts forwarded to a guest Commit 0a4377de3056 ("genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPU") added just what we needed at the lowest level to allow an interrupt to be deactivated by a guest. When such a request reaches the GIC, it knows it doesn't need to perform the deactivation anymore, and can safely leave the guest do its magic. This of course requires additional support in both VFIO and KVM. Signed-off-by: Marc Zyngier <[email protected]> Reviewed-and-tested-by: Eric Auger <[email protected]> Cc: Christoffer Dall <[email protected]> Cc: Jiang Liu <[email protected]> Cc: <[email protected]> Cc: [email protected] Cc: Jason Cooper <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]>