mbox series

[0/2] KVM: PPC: Book3S HV: add XIVE native exploitation mode (v5 errata)

Message ID 20190411135302.27509-1-clg@kaod.org (mailing list archive)
Headers show
Series KVM: PPC: Book3S HV: add XIVE native exploitation mode (v5 errata) | expand

Message

Cédric Le Goater April 11, 2019, 1:53 p.m. UTC
Hello,

Here is a little series fixing the larger series "KVM: PPC: Book3S HV:
add XIVE native exploitation mode" that can be found here :

   http://patchwork.ozlabs.org/cover/1083513/

It adds a new 'release' method to the KVM device operation which, when
defined, is called when the file descriptor of the device is closed.
It acts as a replacement of the 'destroy' method.

These two patches replaces patch 16 :

   http://patchwork.ozlabs.org/patch/1083517/

Thanks,

C.

Cédric Le Goater (2):
  KVM: introduce a 'release' method for KVM devices
  KVM: PPC: Book3S HV: XIVE: replace the 'destroy' method by 'release'

 arch/powerpc/include/asm/kvm_host.h   |  1 +
 arch/powerpc/kvm/book3s_xive.h        |  1 +
 include/linux/kvm_host.h              |  9 +++
 arch/powerpc/kvm/book3s_xive.c        | 82 +++++++++++++++++++++++++--
 arch/powerpc/kvm/book3s_xive_native.c | 30 ++++++++--
 arch/powerpc/kvm/powerpc.c            |  9 +++
 virt/kvm/kvm_main.c                   | 13 +++++
 7 files changed, 134 insertions(+), 11 deletions(-)