Re: [PATCH 1/2] intel_iommu: Support IR-only mode without DMA translation

2021-12-05 Thread Jason Wang
On Fri, Dec 3, 2021 at 8:14 PM Peter Xu wrote: > > On Fri, Dec 03, 2021 at 10:46:46AM +, David Woodhouse wrote: > > On Fri, 2021-12-03 at 15:38 +0800, Peter Xu wrote: > > > On Thu, Dec 02, 2021 at 11:49:25AM +0800, Jason Wang wrote: > > > > On Thu, Dec 2, 2021 at 4:55 AM David Woodhouse > >

Re: [PATCH 1/2] intel_iommu: Support IR-only mode without DMA translation

2021-12-03 Thread Peter Xu
On Fri, Dec 03, 2021 at 10:46:46AM +, David Woodhouse wrote: > On Fri, 2021-12-03 at 15:38 +0800, Peter Xu wrote: > > On Thu, Dec 02, 2021 at 11:49:25AM +0800, Jason Wang wrote: > > > On Thu, Dec 2, 2021 at 4:55 AM David Woodhouse > > > wrote: > > > > From: David Woodhouse > > > > > > > > B

Re: [PATCH 1/2] intel_iommu: Support IR-only mode without DMA translation

2021-12-03 Thread David Woodhouse
On Fri, 2021-12-03 at 15:38 +0800, Peter Xu wrote: > On Thu, Dec 02, 2021 at 11:49:25AM +0800, Jason Wang wrote: > > On Thu, Dec 2, 2021 at 4:55 AM David Woodhouse wrote: > > > From: David Woodhouse > > > > > > By setting none of the SAGAW bits we can indicate to a guest that DMA > > > translati

Re: [PATCH 1/2] intel_iommu: Support IR-only mode without DMA translation

2021-12-02 Thread Peter Xu
On Thu, Dec 02, 2021 at 11:49:25AM +0800, Jason Wang wrote: > On Thu, Dec 2, 2021 at 4:55 AM David Woodhouse wrote: > > > > From: David Woodhouse > > > > By setting none of the SAGAW bits we can indicate to a guest that DMA > > translation isn't supported. Tested by booting Windows 10, as well as

Re: [PATCH 1/2] intel_iommu: Support IR-only mode without DMA translation

2021-12-01 Thread Jason Wang
On Thu, Dec 2, 2021 at 4:55 AM David Woodhouse wrote: > > From: David Woodhouse > > By setting none of the SAGAW bits we can indicate to a guest that DMA > translation isn't supported. Tested by booting Windows 10, as well as > Linux guests with the fix at https://git.kernel.org/torvalds/c/c40aaa

[PATCH 1/2] intel_iommu: Support IR-only mode without DMA translation

2021-12-01 Thread David Woodhouse
From: David Woodhouse By setting none of the SAGAW bits we can indicate to a guest that DMA translation isn't supported. Tested by booting Windows 10, as well as Linux guests with the fix at https://git.kernel.org/torvalds/c/c40c10 Signed-off-by: David Woodhouse --- hw/i386/intel_iommu.c

Re: [PATCH 1/2] intel_iommu: Support IR-only mode without DMA translation

2021-01-22 Thread David Woodhouse
On Thu, 2020-10-15 at 19:34 +0100, David Woodhouse wrote: > From: David Woodhouse > > By setting none of the SAGAW bits we can indicate to a guest that DMA > translation isn't supported. Tested by booting Windows 10, as well as > Linux guests with the fix at https://git.kernel.org/torvalds/c/c40a

[PATCH 1/2] intel_iommu: Support IR-only mode without DMA translation

2020-10-15 Thread David Woodhouse
From: David Woodhouse By setting none of the SAGAW bits we can indicate to a guest that DMA translation isn't supported. Tested by booting Windows 10, as well as Linux guests with the fix at https://git.kernel.org/torvalds/c/c40c10 Signed-off-by: David Woodhouse --- hw/i386/intel_iommu.c