]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch kvm-arm64/hcall-selection into kvmarm-master/next
authorMarc Zyngier <maz@kernel.org>
Mon, 16 May 2022 16:47:03 +0000 (17:47 +0100)
committerMarc Zyngier <maz@kernel.org>
Mon, 16 May 2022 16:47:03 +0000 (17:47 +0100)
commit7a173fb5df2c3470a5d75695e843d7dc057c5b0e
tree7de03c1b614852013a12f0b723f5f0683681a6ef
parent558af95ba99033b2772db45b9840b6752b77a722
parentebf1ea3d586427aae15520df3724e65794c81b2b
Merge branch kvm-arm64/hcall-selection into kvmarm-master/next

* kvm-arm64/hcall-selection:
  : .
  : Introduce a new set of virtual sysregs for userspace to
  : select the hypercalls it wants to see exposed to the guest.
  :
  : Patches courtesy of Raghavendra and Oliver.
  : .
  KVM: arm64: Fix hypercall bitmap writeback when vcpus have already run
  KVM: arm64: Hide KVM_REG_ARM_*_BMAP_BIT_COUNT from userspace
  Documentation: Fix index.rst after psci.rst renaming
  selftests: KVM: aarch64: Add the bitmap firmware registers to get-reg-list
  selftests: KVM: aarch64: Introduce hypercall ABI test
  selftests: KVM: Create helper for making SMCCC calls
  selftests: KVM: Rename psci_cpu_on_test to psci_test
  tools: Import ARM SMCCC definitions
  Docs: KVM: Add doc for the bitmap firmware registers
  Docs: KVM: Rename psci.rst to hypercalls.rst
  KVM: arm64: Add vendor hypervisor firmware register
  KVM: arm64: Add standard hypervisor firmware register
  KVM: arm64: Setup a framework for hypercall bitmap firmware registers
  KVM: arm64: Factor out firmware register handling from psci.c

Signed-off-by: Marc Zyngier <maz@kernel.org>
Documentation/virt/kvm/api.rst
arch/arm64/include/asm/kvm_host.h
arch/arm64/kvm/arm.c
arch/arm64/kvm/psci.c