Re: [Qemu-devel] [PATCH v2 03/14] Make CPU iotlb a structure rather than a plain hwaddr

2015-04-17 Thread Alex Bennée
Peter Maydell writes: > Make the CPU iotlb a structure rather than a plain hwaddr; > this will allow us to add transaction attributes to it. > > Signed-off-by: Peter Maydell > Reviewed-by: Paolo Bonzini > Reviewed-by: Edgar E. Iglesias Reviewed-by: Alex Bennée -- Alex Bennée

[Qemu-devel] [PATCH v2 03/14] Make CPU iotlb a structure rather than a plain hwaddr

2015-04-13 Thread Peter Maydell
Make the CPU iotlb a structure rather than a plain hwaddr; this will allow us to add transaction attributes to it. Signed-off-by: Peter Maydell Reviewed-by: Paolo Bonzini Reviewed-by: Edgar E. Iglesias --- cputlb.c| 4 ++-- include/exec/cpu-defs.h | 13 +++-- softmmu_t