Re: Re: [PATCH v3 2/3] tests/tcg: Factor out gdbstub test functions

2024-01-22 Thread Ilya Leoshkevich
On Mon, Jan 22, 2024 at 04:00:44PM +, Alex Bennée wrote: > Ilya Leoshkevich writes: > > > Both the report() function as well as the initial gdbstub test sequence > > are copy-pasted into ~10 files with slight modifications. This > > indicates that they are indeed generic, so factor them out.

Re: [PATCH v3 2/3] tests/tcg: Factor out gdbstub test functions

2024-01-22 Thread Alex Bennée
Ilya Leoshkevich writes: > Both the report() function as well as the initial gdbstub test sequence > are copy-pasted into ~10 files with slight modifications. This > indicates that they are indeed generic, so factor them out. While > at it, add a few newlines to make the formatting closer to PEP-

[PATCH v3 2/3] tests/tcg: Factor out gdbstub test functions

2024-01-15 Thread Ilya Leoshkevich
Both the report() function as well as the initial gdbstub test sequence are copy-pasted into ~10 files with slight modifications. This indicates that they are indeed generic, so factor them out. While at it, add a few newlines to make the formatting closer to PEP-8. Signed-off-by: Ilya Leoshkevich