Pull kvm fixes from Paolo Bonzini:
 "x86:
   - Fix SEV race condition
  ARM:
   - Fixes for the configuration of SVE/SME traps when hVHE mode is in
     use
   - Allow use of pKVM on systems with FF-A implementations that are
     v1.0 compatible
   - Request/release percpu IRQs (arch timer, vGIC maintenance)
     correctly when pKVM is in use
   - Fix function prototype after __kvm_host_psci_cpu_entry() rename
   - Skip to the next instruction when emulating writes to TCR_EL1 on
     AmpereOne systems
  Selftests:
   - Fix missing include"
* tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
  selftests/rseq: Fix build with undefined __weak
  KVM: SEV: remove ghcb variable declarations
  KVM: SEV: only access GHCB fields once
  KVM: SEV: snapshot the GHCB before accessing it
  KVM: arm64: Skip instruction after emulating write to TCR_EL1
  KVM: arm64: fix __kvm_host_psci_cpu_entry() prototype
  KVM: arm64: Fix resetting SME trap values on reset for (h)VHE
  KVM: arm64: Fix resetting SVE trap values on reset for hVHE
  KVM: arm64: Use the appropriate feature trap register when activating traps
  KVM: arm64: Helper to write to appropriate feature trap register based on mode
  KVM: arm64: Disable SME traps for (h)VHE at setup
  KVM: arm64: Use the appropriate feature trap register for SVE at EL2 setup
  KVM: arm64: Factor out code for checking (h)VHE mode into a macro
  KVM: arm64: Rephrase percpu enable/disable tracking in terms of hyp
  KVM: arm64: Fix hardware enable/disable flows for pKVM
  KVM: arm64: Allow pKVM on v1.0 compatible FF-A implementations