Re: [PATCH v1 7/9] gdbstub: move sstep flags probing into AccelClass

2022-09-25 Thread Richard Henderson
On 9/22/22 14:58, Alex Bennée wrote: The support of single-stepping is very much dependent on support from the accelerator we are using. To avoid special casing in gdbstub move the probing out to an AccelClass function so future accelerators can put their code there. Signed-off-by: Alex Bennée C

Re: [PATCH v1 7/9] gdbstub: move sstep flags probing into AccelClass

2022-09-22 Thread Philippe Mathieu-Daudé via
On 22/9/22 16:58, Alex Bennée wrote: The support of single-stepping is very much dependent on support from the accelerator we are using. To avoid special casing in gdbstub move the probing out to an AccelClass function so future accelerators can put their code there. Signed-off-by: Alex Bennée

[PATCH v1 7/9] gdbstub: move sstep flags probing into AccelClass

2022-09-22 Thread Alex Bennée
The support of single-stepping is very much dependent on support from the accelerator we are using. To avoid special casing in gdbstub move the probing out to an AccelClass function so future accelerators can put their code there. Signed-off-by: Alex Bennée Cc: Mads Ynddal --- include/qemu/acce