Re: [Qemu-devel] [PATCH 07/11] target-arm: Split AArch64 cases out of ats_write()

2015-01-26 Thread Greg Bellows
On Fri, Jan 23, 2015 at 12:20 PM, Peter Maydell wrote: > Instead of simply reusing ats_write() as the handler for both AArch32 > and AArch64 address translation operations, use a different function > for each with the common code in a third function. This is necessary > because the semantics for

[Qemu-devel] [PATCH 07/11] target-arm: Split AArch64 cases out of ats_write()

2015-01-23 Thread Peter Maydell
Instead of simply reusing ats_write() as the handler for both AArch32 and AArch64 address translation operations, use a different function for each with the common code in a third function. This is necessary because the semantics for selecting the right translation regime are different; we are only