Re: [Qemu-devel] [PATCH v3 18/31] target-arm: Get MMU index information correct for A64 code

2014-02-25 Thread Peter Crosthwaite
On Sun, Feb 16, 2014 at 2:07 AM, Peter Maydell wrote: > Emit the correct MMU index information for loads and stores from > A64 code, rather than hardwiring it to "always kernel mode", > by storing the exception level in the TB flags, and make > cpu_mmu_index() return the right answer when the CPU

[Qemu-devel] [PATCH v3 18/31] target-arm: Get MMU index information correct for A64 code

2014-02-15 Thread Peter Maydell
Emit the correct MMU index information for loads and stores from A64 code, rather than hardwiring it to "always kernel mode", by storing the exception level in the TB flags, and make cpu_mmu_index() return the right answer when the CPU is in AArch64 mode. Signed-off-by: Peter Maydell --- target-