Re: [RFC PATCH v0 2/2] ppc,spapr: Handle KVM_EXIT_ESN

2021-08-05 Thread Bharata B Rao
On Thu, Aug 05, 2021 at 09:48:04AM +0200, Laurent Vivier wrote: > On 05/08/2021 09:32, Bharata B Rao wrote: > > Handle KVM_EXIT_ESN exit by issuing subvention notification > > interrupt to the guest. Guests supporting async-pf feature > > will need this interrupt to wake up tasks that are waiting >

Re: [RFC PATCH v0 2/2] ppc,spapr: Handle KVM_EXIT_ESN

2021-08-05 Thread Laurent Vivier
On 05/08/2021 09:32, Bharata B Rao wrote: > Handle KVM_EXIT_ESN exit by issuing subvention notification > interrupt to the guest. Guests supporting async-pf feature > will need this interrupt to wake up tasks that are waiting > for the expropriated pages to be available. > > Note: Updates to linux

[RFC PATCH v0 2/2] ppc,spapr: Handle KVM_EXIT_ESN

2021-08-05 Thread Bharata B Rao
Handle KVM_EXIT_ESN exit by issuing subvention notification interrupt to the guest. Guests supporting async-pf feature will need this interrupt to wake up tasks that are waiting for the expropriated pages to be available. Note: Updates to linux-headers/linux/kvm.h are temporary pending headers upd