Re: [Qemu-devel] [PATCH 04/16] exec.c: Add address space index to CPUIOTLBEntry

2015-11-06 Thread Edgar E. Iglesias
On Fri, Nov 06, 2015 at 01:45:29PM +, Peter Maydell wrote: > On 6 November 2015 at 13:34, Edgar E. Iglesias > wrote: > > On Thu, Nov 05, 2015 at 06:15:46PM +, Peter Maydell wrote: > >> Add the address space index to CPUIOTLBEntry, and use this to pass it > >> to iotlb_to_region(), so that

Re: [Qemu-devel] [PATCH 04/16] exec.c: Add address space index to CPUIOTLBEntry

2015-11-06 Thread Peter Maydell
On 6 November 2015 at 13:34, Edgar E. Iglesias wrote: > On Thu, Nov 05, 2015 at 06:15:46PM +, Peter Maydell wrote: >> Add the address space index to CPUIOTLBEntry, and use this to pass it >> to iotlb_to_region(), so that we use the correct AddressSpace when >> doing IO path lookups. > > Hi Pet

Re: [Qemu-devel] [PATCH 04/16] exec.c: Add address space index to CPUIOTLBEntry

2015-11-06 Thread Edgar E. Iglesias
On Thu, Nov 05, 2015 at 06:15:46PM +, Peter Maydell wrote: > Add the address space index to CPUIOTLBEntry, and use this to pass it > to iotlb_to_region(), so that we use the correct AddressSpace when > doing IO path lookups. Hi Peter, I think this works but eventually when we add support for