Re: [Qemu-devel] [RFC 2/3] memory: add MemTxAttrs to IOMMUTLBEntry

2018-06-05 Thread Peter Maydell
On 5 June 2018 at 14:19, Peter Xu wrote: > It should never be used for translate() calls since the caller should be > the one who passes in the MemTxAttrs. However it could be used when we > want to generate an IOMMU translation notification with specific > translation attributes. > > Signed-off-

[Qemu-devel] [RFC 2/3] memory: add MemTxAttrs to IOMMUTLBEntry

2018-06-05 Thread Peter Xu
It should never be used for translate() calls since the caller should be the one who passes in the MemTxAttrs. However it could be used when we want to generate an IOMMU translation notification with specific translation attributes. Signed-off-by: Peter Xu --- include/exec/memory.h | 7 +++