Re: [PATCH v3 20/51] system: Remove cpu_watchpoint_insert error return path
Ilya Leoshkevich <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel,org.nongnu.qemu-riscv |
|---|---|
| Message-ID | <[email protected]> |
On 7/10/26 22:53, Richard Henderson wrote: > Move the validation of the address range to tcg_insert_breakpoint, > which has to deal with gdbstub inputs. Leave assertions behind > in cpu_watchpoint_insert, but no error return path. > > Signed-off-by: Richard Henderson <[email protected]> > --- > accel/tcg/tcg-accel-ops.c | 3 +++ > system/watchpoint.c | 9 ++------- > 2 files changed, 5 insertions(+), 7 deletions(-) Reviewed-by: Ilya Leoshkevich <[email protected]>