Re: [PATCH v3 01/18] exec: Add block comments for watchpoint routines

2020-04-27 Thread Peter Maydell
On Wed, 22 Apr 2020 at 05:33, Richard Henderson wrote: > > Signed-off-by: Richard Henderson > --- > include/hw/core/cpu.h | 23 +++ Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v3 01/18] exec: Add block comments for watchpoint routines

2020-04-21 Thread Richard Henderson
Signed-off-by: Richard Henderson --- include/hw/core/cpu.h | 23 +++ 1 file changed, 23 insertions(+) diff --git a/include/hw/core/cpu.h b/include/hw/core/cpu.h index 5bf94d28cf..07f7698155 100644 --- a/include/hw/core/cpu.h +++ b/include/hw/core/cpu.h @@ -1100,8 +1100,31 @@