OSDN Git Service

Merge branch 'topic/ppc-kvm' into next
authorMichael Ellerman <mpe@ellerman.id.au>
Mon, 7 Mar 2022 13:02:29 +0000 (00:02 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 7 Mar 2022 13:02:29 +0000 (00:02 +1100)
commit9ef78b62938ab0d3068292231a3e161f8ee351fb
treed2cdd989ae877e0ece4a7df9495ee9f75857922d
parent4bc06c59f62d3d376294f92cf808fc889b3ff431
parente40b38a41ce916d6a3a4751d59a01b6c0c03afd0
Merge branch 'topic/ppc-kvm' into next

Merge our topic branch containing powerpc KVM related commits.

Alexey Kardashevskiy (1):
      KVM: PPC: Merge powerpc's debugfs entry content into generic entry

Fabiano Rosas (9):
      KVM: PPC: Book3S HV: Stop returning internal values to userspace
      KVM: PPC: Fix vmx/vsx mixup in mmio emulation
      KVM: PPC: mmio: Reject instructions that access more than mmio.data size
      KVM: PPC: mmio: Return to guest after emulation failure
      KVM: PPC: Book3s: mmio: Deliver DSI after emulation failure
      KVM: PPC: Book3S HV: Check return value of kvmppc_radix_init
      KVM: PPC: Book3S HV: Delay setting of kvm ops
      KVM: PPC: Book3S HV: Free allocated memory if module init fails
      KVM: PPC: Decrement module refcount if init_vm fails

Jason Wang (1):
      powerpc/kvm: no need to initialise statics to 0

Nour-eddine Taleb (1):
      KVM: PPC: Book3S HV: remove unnecessary casts