|
From: | Richard Henderson |
Subject: | Re: [Qemu-devel] [PATCH 3/6] accel/tcg: Handle get_page_addr_code() returning -1 in tb_check_watchpoint() |
Date: | Tue, 10 Jul 2018 11:27:48 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 |
On 07/10/2018 09:00 AM, Peter Maydell wrote: > When we support execution from non-RAM MMIO regions, get_page_addr_code() > will return -1 to indicate that there is no RAM at the requested address. > Handle this in tb_check_watchpoint() -- if the exception happened for a > PC which doesn't correspond to RAM then there is no need to invalidate > any TBs, because the one-instruction TB will not have been cached. > > Signed-off-by: Peter Maydell <address@hidden> > --- > accel/tcg/translate-all.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Reviewed-by: Richard Henderson <address@hidden> r~
[Prev in Thread] | Current Thread | [Next in Thread] |