|
From: | Richard Henderson |
Subject: | Re: [Qemu-devel] [PATCH for-2.10] target/arm: Correct MPU trace handling of write vs execute |
Date: | Mon, 24 Jul 2017 16:05:51 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 |
On 07/24/2017 07:33 AM, Peter Maydell wrote:
Correct off-by-one bug in the PSMAv7 MPU tracing where it would print a write access as "reading", an insn fetch as "writing", and a read access as "execute". Since we have an MMUAccessType enum now, we can make the code clearer in the process by using that rather than the raw 0/1/2 values. Signed-off-by: Peter Maydell<address@hidden> ---
Reviewed-by: Richard Henderson <address@hidden> r~
[Prev in Thread] | Current Thread | [Next in Thread] |