]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit49f60032b8a94147e0f25037ae2af3249d953c22
tree11430bf3f00bb0e65dd89c1d2548c254fb36768e
parentb1a885c0f40e89a4fd0f041736592b4ab46bfe8a
parent58483d70af24c45d5b3f06fbfd529eb15b0cfc1b
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>