Re: [PATCH-for-8.0] softmmu: Extract watchpoint API from physmem.c

2023-01-13 Thread Richard Henderson
On 12/9/22 06:12, Philippe Mathieu-Daudé wrote: The watchpoint API is specific to TCG system emulation. Move it to a new compile unit. The inlined stubs are used for user-mode and non-TCG accelerators. Signed-off-by: Philippe Mathieu-Daudé --- MAINTAINERS | 1 + include/hw/core/c

Re: [PATCH-for-8.0] softmmu: Extract watchpoint API from physmem.c

2023-01-12 Thread Philippe Mathieu-Daudé
ping? On 9/12/22 15:12, Philippe Mathieu-Daudé wrote: The watchpoint API is specific to TCG system emulation. Move it to a new compile unit. The inlined stubs are used for user-mode and non-TCG accelerators. Signed-off-by: Philippe Mathieu-Daudé --- MAINTAINERS | 1 + include/h

Re: [PATCH-for-8.0] softmmu: Extract watchpoint API from physmem.c

2022-12-09 Thread Philippe Mathieu-Daudé
+Peter/Laurent On 9/12/22 15:12, Philippe Mathieu-Daudé wrote: The watchpoint API is specific to TCG system emulation. Move it to a new compile unit. The inlined stubs are used for user-mode and non-TCG accelerators. Signed-off-by: Philippe Mathieu-Daudé --- MAINTAINERS | 1 +

[PATCH-for-8.0] softmmu: Extract watchpoint API from physmem.c

2022-12-09 Thread Philippe Mathieu-Daudé
The watchpoint API is specific to TCG system emulation. Move it to a new compile unit. The inlined stubs are used for user-mode and non-TCG accelerators. Signed-off-by: Philippe Mathieu-Daudé --- MAINTAINERS | 1 + include/hw/core/cpu.h | 2 +- softmmu/meson.build | 3 +- soft