Merge branch kvm-arm64/vcpu-first-run into kvmarm-master/next
authorMarc Zyngier <maz@kernel.org>
Wed, 1 Dec 2021 11:52:20 +0000 (11:52 +0000)
committerMarc Zyngier <maz@kernel.org>
Wed, 1 Dec 2021 11:52:20 +0000 (11:52 +0000)
commite525523c198921161d3ba17dfab1bd3aef2ed3bc
tree11430bf3f00bb0e65dd89c1d2548c254fb36768e
parentd58071a8a76d779eedab38033ae4c821c30295a5
parentcc5705fb1bf119ebb693d594f0157e0dd418590e
Merge branch kvm-arm64/vcpu-first-run into kvmarm-master/next

* kvm-arm64/vcpu-first-run:
  : Rework the "vcpu first run" sequence to be driven by KVM's
  : "PID change" callback, removing the need for extra state.
  KVM: arm64: Drop vcpu->arch.has_run_once for vcpu->pid
  KVM: arm64: Merge kvm_arch_vcpu_run_pid_change() and kvm_vcpu_first_run_init()
  KVM: arm64: Restructure the point where has_run_once is advertised
  KVM: arm64: Move kvm_arch_vcpu_run_pid_change() out of line
  KVM: arm64: Move SVE state mapping at HYP to finalize-time

Signed-off-by: Marc Zyngier <maz@kernel.org>