Re: [Qemu-devel] [PATCH v2 04/14] Add MemTxAttrs to the IOTLB

2015-04-17 Thread Alex Bennée
Peter Maydell writes: > Add a MemTxAttrs field to the IOTLB, and allow target-specific > code to set it via a new tlb_set_page_with_attrs() function; > pass the attributes through to the device when making IO accesses. > > Signed-off-by: Peter Maydell > Reviewed-by: Paolo Bonzini > Reviewed-by

[Qemu-devel] [PATCH v2 04/14] Add MemTxAttrs to the IOTLB

2015-04-13 Thread Peter Maydell
Add a MemTxAttrs field to the IOTLB, and allow target-specific code to set it via a new tlb_set_page_with_attrs() function; pass the attributes through to the device when making IO accesses. Signed-off-by: Peter Maydell Reviewed-by: Paolo Bonzini Reviewed-by: Edgar E. Iglesias --- cputlb.c