]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Delay check for magic kernel page
authorRichard Henderson <rth@twiddle.net>
Fri, 14 Jul 2017 20:00:33 +0000 (10:00 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 6 Sep 2017 15:06:47 +0000 (08:06 -0700)
commit3805c2eba8999049bbbea29fdcdea4d47d943c88
treec3947fa0e3b85c5dae9775c59d80197ad0136cb1
parent77fc6f5e28667634916f114ae04c6029cd7b9c45
target/arm: Delay check for magic kernel page

There's nothing magic about the exception that we generate in order
to execute the magic kernel page.  We can and should allow gdb to
set a breakpoint at this location.

Reviewed-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target/arm/translate.c