On 5/7/26 06:36, Richard Henderson wrote:
From: Philippe Mathieu-Daudé <[email protected]>
Use the BreakpointFlags typedef to better follow when
we deal with breakpoint flags (BP_*).
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Daniel Henrique Barboza <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
[rth: Don't rename mask variables to flags]
Message-ID: <[email protected]>
---
include/accel/tcg/cpu-ops.h | 6 ++++--
include/exec/breakpoint.h | 3 ++-
include/exec/watchpoint.h | 8 +++++---
include/hw/core/cpu.h | 9 +++++----
accel/tcg/cputlb.c | 12 +++++++-----
accel/tcg/tcg-accel-ops.c | 10 +++++-----
accel/tcg/user-exec-stub.c | 11 ++++++-----
accel/tcg/watchpoint.c | 9 +++++----
cpu-common.c | 6 +++---
system/watchpoint.c | 6 +++---
target/arm/tcg/debug.c | 4 ++--
target/arm/tcg/mte_helper.c | 3 ++-
target/ppc/cpu.c | 2 +-
target/ppc/kvm.c | 5 +++--
target/riscv/cpu_helper.c | 2 +-
target/riscv/debug.c | 6 +++---
target/s390x/tcg/debug.c | 3 ++-
target/xtensa/dbg_helper.c | 2 +-
18 files changed, 60 insertions(+), 47 deletions(-)
Bah I'm just noticing this after addressing your previous review
comments and posting as v3. I think in order to avoid demotivating
duplicated work I'll merge the first part and let you manage the rest.