commit | b48c1a45a190898103cec28771efc399fd65a05a | [log] [tgz] |
---|---|---|
author | Steven Price <steven.price@arm.com> | Mon Oct 21 16:28:16 2019 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Mon Oct 21 19:20:27 2019 +0100 |
tree | aeaa6b765b8d6a0c12de852832a0d73a51b1ac1f | |
parent | 55009c6ed2d24fc0f5521ab2482f145d269389ea [diff] |
KVM: arm64: Implement PV_TIME_FEATURES call This provides a mechanism for querying which paravirtualized time features are available in this hypervisor. Also add the header file which defines the ABI for the paravirtualized time features we're about to add. Signed-off-by: Steven Price <steven.price@arm.com> Signed-off-by: Marc Zyngier <maz@kernel.org>