Re: [PATCH-for-8.0 3/5] cpu: Move breakpoint helpers to common code

2022-11-30 Thread Richard Henderson
On 11/30/22 05:52, Philippe Mathieu-Daudé wrote: This code is not target-specific. Signed-off-by: Philippe Mathieu-Daudé --- cpu.c | 71 -- cpus-common.c | 72 +++ 2 files changed, 72 inse

[PATCH-for-8.0 3/5] cpu: Move breakpoint helpers to common code

2022-11-30 Thread Philippe Mathieu-Daudé
This code is not target-specific. Signed-off-by: Philippe Mathieu-Daudé --- cpu.c | 71 -- cpus-common.c | 72 +++ 2 files changed, 72 insertions(+), 71 deletions(-) diff --git a/cpu.c b/cpu.