misc: Register a PPI for the vcpu stall detection virtual device
authorSebastian Ene <sebastianene@google.com>
Wed, 3 Jul 2024 15:37:32 +0000 (15:37 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 4 Jul 2024 10:31:22 +0000 (12:31 +0200)
commitd2b88700ead3be641d565a359fd522f71b4737e4
treef8dc48e55d1b3a133df827f357e6f33392703c8b
parent173c044752b79949335298a3c2566b19831750c1
misc: Register a PPI for the vcpu stall detection virtual device

Request a PPI for each vCPU during probe which will be used by the host
to communicate a stall detected event on the vCPU. When the host raises
this interrupt from the virtual machine monitor, the guest is expected to
handle the interrupt and panic.

Signed-off-by: Sebastian Ene <sebastianene@google.com>
Link: https://lore.kernel.org/r/20240703153732.3214238-3-sebastianene@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/vcpu_stall_detector.c