On Thu, 26 Feb 2026 at 21:47, Philippe Mathieu-Daudé <[email protected]> wrote: > > On 26/2/26 18:57, Peter Maydell wrote: > > Allow the qtest input to include comment lines, which start with '#'. > > This allows writing an input file for qtest which includes commentary, > > like this: > > > > # set up TCR in bank 0 > > write 0x1001000e 2 0 > > # TCR TXEN > > write 0x10010000 2 1 > > > > which can make hand-writing or annotating reproduce cases a bit > > more convenient. > > Great idea! > > > > > Signed-off-by: Peter Maydell <[email protected]> > > --- > > system/qtest.c | 5 +++-- > > 1 file changed, 3 insertions(+), 2 deletions(-) > > Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Thanks; I'll take this through target-arm.next unless anybody wants to do something else with it. -- PMM
