From: Bin Meng Date: Thu, 21 Apr 2022 00:33:24 +0000 (+0800) Subject: hw/core: tcg-cpu-ops.h: Update comments of debug_check_watchpoint() X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=013577de8f52fc64d77d1c13d69150b5902420d9;p=qmiga%2Fqemu.git hw/core: tcg-cpu-ops.h: Update comments of debug_check_watchpoint() This is now used by RISC-V as well. Update the comments. Signed-off-by: Bin Meng Reviewed-by: Richard Henderson Reviewed-by: Alistair Francis Message-Id: <20220421003324.1134983-7-bmeng.cn@gmail.com> Signed-off-by: Alistair Francis --- diff --git a/include/hw/core/tcg-cpu-ops.h b/include/hw/core/tcg-cpu-ops.h index fbe6b76764..78c6c6635d 100644 --- a/include/hw/core/tcg-cpu-ops.h +++ b/include/hw/core/tcg-cpu-ops.h @@ -90,6 +90,7 @@ struct TCGCPUOps { /** * @debug_check_watchpoint: return true if the architectural * watchpoint whose address has matched should really fire, used by ARM + * and RISC-V */ bool (*debug_check_watchpoint)(CPUState *cpu, CPUWatchpoint *wp);