qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] memory: Log access direction for invalid accesses


From: Richard Henderson
Subject: Re: [PATCH] memory: Log access direction for invalid accesses
Date: Mon, 11 Oct 2021 14:56:02 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 10/11/21 10:32 AM, BALATON Zoltan wrote:
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.

Signed-off-by: BALATON Zoltan<balaton@eik.bme.hu>
---
  softmmu/memory.c | 20 ++++++++++----------
  1 file changed, 10 insertions(+), 10 deletions(-)

Thanks, queued for tcg-next.

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]