Re: [PATCH 02/13] KVM: Initialize VT-d Posted-Interrtups Descriptor

2014-11-19 Thread Jiang Liu
On 2014/11/20 12:53, Wu, Feng wrote: > > >> -Original Message- >>> + /* >>> +* Initialize Posted-Interrupt Descriptor >>> +*/ >>> + >>> + pi_clear_sn(&vmx->pi_desc); >>> + vmx->pi_desc.nv = POSTED_INTR_VECTOR; >>> + >>> + /* Physical mode for Notificaiton Event */ >>> +

RE: [PATCH 02/13] KVM: Initialize VT-d Posted-Interrtups Descriptor

2014-11-19 Thread Wu, Feng
..@kernel.org > Cc: k...@vger.kernel.org; iommu@lists.linux-foundation.org; > linux-ker...@vger.kernel.org > Subject: Re: [PATCH 02/13] KVM: Initialize VT-d Posted-Interrtups Descriptor > > On 2014/11/10 14:26, Feng Wu wrote: > > This patch initialize the VT-d Posted-interrupt

Re: [PATCH 02/13] KVM: Initialize VT-d Posted-Interrtups Descriptor

2014-11-11 Thread Jiang Liu
On 2014/11/10 14:26, Feng Wu wrote: > This patch initialize the VT-d Posted-interrupt Descritpor. > > Signed-off-by: Feng Wu > --- > arch/x86/include/asm/irq_remapping.h |1 + > arch/x86/kernel/apic/apic.c |1 + > arch/x86/kvm/vmx.c | 56 +

RE: [PATCH 02/13] KVM: Initialize VT-d Posted-Interrtups Descriptor

2014-11-11 Thread Wu, Feng
...@zytor.com; > x...@kernel.org; k...@vger.kernel.org; iommu@lists.linux-foundation.org; > linux-ker...@vger.kernel.org > Subject: Re: [PATCH 02/13] KVM: Initialize VT-d Posted-Interrtups Descriptor > > On Mon, 2014-11-10 at 14:26 +0800, Feng Wu wrote: > > This patch initiali

Re: [PATCH 02/13] KVM: Initialize VT-d Posted-Interrtups Descriptor

2014-11-10 Thread Alex Williamson
On Mon, 2014-11-10 at 14:26 +0800, Feng Wu wrote: > This patch initialize the VT-d Posted-interrupt Descritpor. > > Signed-off-by: Feng Wu > --- > arch/x86/include/asm/irq_remapping.h |1 + > arch/x86/kernel/apic/apic.c |1 + > arch/x86/kvm/vmx.c | 56 +++