forked from torvalds/linux
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
KVM: arm64: Get SDEI event and state by firmware registers
This introduces firmware registers to get SDEI information.
* KVM_REG_ARM_SDEI_EVENT
Events which are visible on one specific vcpu.
* KVM_REG_ARM_SDEI_STATE
PE mask state on the specific vcpu.
* KVM_REG_ARM_SDEI_CRITICAL_CONTEXT
The interrupted or preempted context by event with critical priority.
* KVM_REG_ARM_SDEI_NORMAL_CONTEXT
The interrupted or preempted context by event with normal priority.
Signed-off-by: Gavin Shan <gshan@redhat.com>- Loading branch information
Gavin Shan
committed
Apr 5, 2022
1 parent
99beb6d
commit c2e5de5
Showing
4 changed files
with
138 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters