| commit | dbd2861832dfc4c8a3103214b3c212ee7ace1c44 | [log] [tgz] |
|---|---|---|
| author | Will Deacon <will@kernel.org> | Thu Nov 25 11:37:55 2021 +0000 |
| committer | Will Deacon <willdeacon@google.com> | Tue Mar 22 14:40:48 2022 +0000 |
| tree | c170c255ba38134bfe3859b73f36a022bad94300 | |
| parent | 22ad228e01f23c1793078167b24d0bf7054b02c1 [diff] |
KVM: arm64: Add initial support for KVM_CAP_EXIT_HYPERCALL Allow the VMM to hook into and handle a subset of guest hypercalls advertised by the host. For now, no such hypercalls exist, and so the new capability returns 0 when queried. Signed-off-by: Will Deacon <will@kernel.org>