Re: [PATCH 12/12] powerpc/kvm: Native usage of the XIVE interrupt controller

2017-04-02 Thread Benjamin Herrenschmidt
On Tue, 2017-03-28 at 16:26 +1100, Paul Mackerras wrote: > > > --- a/arch/powerpc/include/asm/kvm_book3s_asm.h > > +++ b/arch/powerpc/include/asm/kvm_book3s_asm.h > > @@ -111,6 +111,8 @@ struct kvmppc_host_state { > >   struct kvm_vcpu *kvm_vcpu; > >   struct kvmppc_vcore *kvm_vcore; > >   v

Re: [PATCH 12/12] powerpc/kvm: Native usage of the XIVE interrupt controller

2017-03-27 Thread Paul Mackerras
On Mon, Mar 20, 2017 at 05:49:14PM +1100, Benjamin Herrenschmidt wrote: > This patch makes KVM capable of using the XIVE interrupt controller > to provide the standard PAPR "XICS" style hypercalls. It is necessary > for proper operations when the host uses XIVE natively. > > This has been lightly

[PATCH 12/12] powerpc/kvm: Native usage of the XIVE interrupt controller

2017-03-20 Thread Benjamin Herrenschmidt
This patch makes KVM capable of using the XIVE interrupt controller to provide the standard PAPR "XICS" style hypercalls. It is necessary for proper operations when the host uses XIVE natively. This has been lightly tested on an actual system, including PCI pass-through with a TG3 device. Signed-