]> Git Repo - linux.git/commit
KVM: arm64: Add standard hypervisor firmware register
authorRaghavendra Rao Ananta <[email protected]>
Mon, 2 May 2022 23:38:47 +0000 (23:38 +0000)
committerMarc Zyngier <[email protected]>
Tue, 3 May 2022 20:30:19 +0000 (21:30 +0100)
commit428fd6788d4d0e0d390de9fb4486be3c1187310d
tree0b64d4ac6022a692625b6c49676d780eb08d1b47
parent05714cab7d63b189894235cf310fae7d6ffc2e9b
KVM: arm64: Add standard hypervisor firmware register

Introduce the firmware register to hold the standard hypervisor
service calls (owner value 5) as a bitmap. The bitmap represents
the features that'll be enabled for the guest, as configured by
the user-space. Currently, this includes support only for
Paravirtualized time, represented by bit-0.

Signed-off-by: Raghavendra Rao Ananta <[email protected]>
Reviewed-by: Gavin Shan <[email protected]>
[maz: tidy-up bitmap values]
Signed-off-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
arch/arm64/include/asm/kvm_host.h
arch/arm64/include/uapi/asm/kvm.h
arch/arm64/kvm/hypercalls.c
This page took 0.055235 seconds and 4 git commands to generate.