RE: [v4 0/8] Add VT-d Posted-Interrupts support - IOMMU part

2015-04-06 Thread Wu, Feng
t; Subject: Re: [v4 0/8] Add VT-d Posted-Interrupts support - IOMMU part > > Hi Feng Wu, > In my patchset, I created a new member ir_table->base_old_phys; In the > normal kernel, everything is the same. In kdump kernel, ir_table->base > is used for a buffer, and ir_table->b

Re: [v4 0/8] Add VT-d Posted-Interrupts support - IOMMU part

2015-04-03 Thread Li, ZhenHua
Hi Feng Wu, In my patchset, I created a new member ir_table->base_old_phys; In the normal kernel, everything is the same. In kdump kernel, ir_table->base is used for a buffer, and ir_table->base_old_phys is the physical address of the tables used by the old kernel, also being used by the curr

Re: [v4 0/8] Add VT-d Posted-Interrupts support - IOMMU part

2015-04-02 Thread Joerg Roedel
On Mon, Feb 02, 2015 at 04:06:56PM +0800, Feng Wu wrote: > VT-d Posted-Interrupts is an enhancement to CPU side Posted-Interrupt. > With VT-d Posted-Interrupts enabled, external interrupts from > direct-assigned devices can be delivered to guests without VMM > intervention when guest is running in

[v4 0/8] Add VT-d Posted-Interrupts support - IOMMU part

2015-02-02 Thread Feng Wu
VT-d Posted-Interrupts is an enhancement to CPU side Posted-Interrupt. With VT-d Posted-Interrupts enabled, external interrupts from direct-assigned devices can be delivered to guests without VMM intervention when guest is running in non-root mode. You can find the VT-d Posted-Interrtups Spec. in

RE: [v4 0/8] Add VT-d Posted-Interrupts support - IOMMU part

2015-02-02 Thread Wu, Feng
linux-foundation.org; > linux-kernel@vger.kernel.org; Wu, Feng > Subject: [v4 0/8] Add VT-d Posted-Interrupts support - IOMMU part > > VT-d Posted-Interrupts is an enhancement to CPU side Posted-Interrupt. > With VT-d Posted-Interrupts enabled, external interrupts from > direct-assig

[v4 0/8] Add VT-d Posted-Interrupts support - IOMMU part

2015-02-02 Thread Feng Wu
VT-d Posted-Interrupts is an enhancement to CPU side Posted-Interrupt. With VT-d Posted-Interrupts enabled, external interrupts from direct-assigned devices can be delivered to guests without VMM intervention when guest is running in non-root mode. You can find the VT-d Posted-Interrtups Spec. in