Re: [Xen-devel] [PATCH] x86/iommu: add missing break

2017-02-09 Thread Andrew Cooper
On 09/02/17 17:55, Roger Pau Monne wrote: > Ccing the maintainers... > > On Thu, Feb 09, 2017 at 05:53:28PM +, Roger Pau Monne wrote: >> 50a498 failed to add a break in the p2m_mmio_direct case, so Xen was still >> not >> adding IOMMU entries for p2m_mmio_direct regions. Spotted by Coverity

Re: [Xen-devel] [PATCH] x86/iommu: add missing break

2017-02-09 Thread Roger Pau Monne
Ccing the maintainers... On Thu, Feb 09, 2017 at 05:53:28PM +, Roger Pau Monne wrote: > 50a498 failed to add a break in the p2m_mmio_direct case, so Xen was still not > adding IOMMU entries for p2m_mmio_direct regions. > > Reported-by: Andrew Cooper >

[Xen-devel] [PATCH] x86/iommu: add missing break

2017-02-09 Thread Roger Pau Monne
50a498 failed to add a break in the p2m_mmio_direct case, so Xen was still not adding IOMMU entries for p2m_mmio_direct regions. Reported-by: Andrew Cooper Signed-off-by: Roger Pau Monné --- --- xen/include/asm-x86/p2m.h | 1 + 1 file changed, 1