Re: [PATCH for-6.1 v5 08/15] hw/core: Introduce TCGCPUOps.debug_check_breakpoint

2021-07-20 Thread Philippe Mathieu-Daudé
On 7/20/21 3:17 AM, Richard Henderson wrote: > New hook to return true when an architectural breakpoint is > to be recognized and false when it should be suppressed. > > First use must wait until other pieces are in place. > > Signed-off-by: Richard Henderson > --- > include/hw/core/tcg-cpu-ops

[PATCH for-6.1 v5 08/15] hw/core: Introduce TCGCPUOps.debug_check_breakpoint

2021-07-19 Thread Richard Henderson
New hook to return true when an architectural breakpoint is to be recognized and false when it should be suppressed. First use must wait until other pieces are in place. Signed-off-by: Richard Henderson --- include/hw/core/tcg-cpu-ops.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/