memory: Log access direction for invalid accesses
commit7a7142f0254464d16f0ddefd61237b40bfa97a47
authorBALATON Zoltan <balaton@eik.bme.hu>
Mon, 11 Oct 2021 17:32:43 +0000 (11 19:32 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 13 Oct 2021 14:25:07 +0000 (13 07:25 -0700)
tree06a864f80cd315f220a75d6f07da03c5a1ee2fc1
parentee26ce674a93c824713542cec3b6a9ca85459165
memory: Log access direction for invalid accesses

In memory_region_access_valid() invalid accesses are logged to help
debugging but the log message does not say if it was a read or write.
Log that too to better identify the access causing the problem.

Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Message-Id: <20211011173616.F1DE0756022@zero.eik.bme.hu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
softmmu/memory.c