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