public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] KVM: PPC: Book3S HV: add XIVE native exploitation mode (v5 errata)
@ 2019-04-11 13:53 Cédric Le Goater
  2019-04-11 13:53 ` [PATCH 1/2] KVM: introduce a 'release' method for KVM devices Cédric Le Goater
  2019-04-11 13:53 ` [PATCH 2/2] KVM: PPC: Book3S HV: XIVE: replace the 'destroy' method by 'release' Cédric Le Goater
  0 siblings, 2 replies; 5+ messages in thread
From: Cédric Le Goater @ 2019-04-11 13:53 UTC (permalink / raw)
  To: kvm-ppc; +Cc: Paul Mackerras, David Gibson, kvm, Cédric Le Goater

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(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-04-12  6:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-11 13:53 [PATCH 0/2] KVM: PPC: Book3S HV: add XIVE native exploitation mode (v5 errata) Cédric Le Goater
2019-04-11 13:53 ` [PATCH 1/2] KVM: introduce a 'release' method for KVM devices Cédric Le Goater
2019-04-12  6:32   ` David Gibson
2019-04-11 13:53 ` [PATCH 2/2] KVM: PPC: Book3S HV: XIVE: replace the 'destroy' method by 'release' Cédric Le Goater
2019-04-12  6:34   ` David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox