commit | e075c0e9faa46ce9b1e14d03df919b5efdcae85f | [log] [tgz] |
---|---|---|
author | Sebastian Ene <sebastianene@google.com> | Wed Nov 22 14:33:33 2023 +0000 |
committer | Sebastian Ene <sebastianene@google.com> | Wed Nov 22 17:11:20 2023 +0000 |
tree | 4bd47c834e955ff57bd89056ddfcbb89de600484 | |
parent | b60ed77b32011d4671b64ca15fbf0c4676bf4d73 [diff] |
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 on the vCPU. When the host raises this interrupt, the guest is expected to abort the execution and panic. Signed-off-by: Sebastian Ene <sebastianene@google.com>