]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'kvm-s390-next-6.6-1' of https://git.kernel.org/pub/scm/linux/kernel/git...
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 31 Aug 2023 17:21:27 +0000 (13:21 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 31 Aug 2023 17:21:27 +0000 (13:21 -0400)
commit69fd3876a4648499dbda4707fac646dc9c69fb0a
tree3a3c27aa8babbe8622b6c6e1bb86c77bdc27cca5
parent1814db83c049f3ab3e9a185b57a82f0ab53e58d3
parent899e2206f46aece42d8194c350bc1de71344dbc7
Merge tag 'kvm-s390-next-6.6-1' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD

- PV crypto passthrough enablement (Tony, Steffen, Viktor, Janosch)
  Allows a PV guest to use crypto cards. Card access is governed by
  the firmware and once a crypto queue is "bound" to a PV VM every
  other entity (PV or not) looses access until it is not bound
  anymore. Enablement is done via flags when creating the PV VM.

- Guest debug fixes (Ilya)
arch/s390/kvm/intercept.c
arch/s390/kvm/pv.c
arch/s390/mm/fault.c