[PATCH v3 08/17] KVM: PPC: Book3S HV: XIVE: add a control to sync the sources

2019-03-15 Thread Cédric Le Goater
This control will be used by the H_INT_SYNC hcall from QEMU to flush event notifications on the XIVE IC owning the source. Signed-off-by: Cédric Le Goater --- Changes since v2 : - fixed locking on source block arch/powerpc/include/uapi/asm/kvm.h| 1 + arch/powerpc/kvm/book3s_xive_n

Re: [PATCH v3 08/17] KVM: PPC: Book3S HV: XIVE: add a control to sync the sources

2019-03-17 Thread David Gibson
On Fri, Mar 15, 2019 at 01:06:00PM +0100, Cédric Le Goater wrote: > This control will be used by the H_INT_SYNC hcall from QEMU to flush > event notifications on the XIVE IC owning the source. > > Signed-off-by: Cédric Le Goater Reviewed-by: David Gibson > --- > > Changes since v2 : > > -