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

2015-04-09 Thread Edgar E. Iglesias
On Tue, Apr 07, 2015 at 09:09:50PM +0100, Peter Maydell wrote: > 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 Rev

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

2015-04-08 Thread Paolo Bonzini
On 07/04/2015 22:09, Peter Maydell wrote: > 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 > --- > cputlb.c

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

2015-04-07 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 --- cputlb.c| 18 +++--- include/exec/cpu-defs.h