On Thu, Sep 17, 2026 at 4:26 AM Richard Henderson <[email protected]> wrote: > > The return value is never used, so drop it. > > Signed-off-by: Richard Henderson <[email protected]> > --- > include/accel/accel-cpu-ops.h | 2 +- > include/system/hvf_int.h | 2 +- > accel/hvf/hvf-accel-ops.c | 3 +-- > accel/kvm/kvm-accel-ops.c | 4 ++-- > 4 files changed, 5 insertions(+), 6 deletions(-)
Two other places need updating: accel/hvf/hvf-accel-ops.c:266, in hvf_insert_gdbstub_breakpoint() accel/hvf/hvf-accel-ops.c:306, in hvf_remove_gdbstub_breakpoint() With that fixed, Reviewed-by: Matt Turner <[email protected]>
