Re: [PATCH v7 00/16] qemu_iotests: improve debugging options

2021-06-29 Thread Emanuele Giuseppe Esposito
On 28/06/2021 18:48, John Snow wrote: On Mon, Jun 28, 2021 at 8:32 AM Emanuele Giuseppe Esposito mailto:eespo...@redhat.com>> wrote: This series adds the option to attach gdbserver and valgrind to the QEMU binary running in qemu_iotests. It also allows to redirect QEMU binarie

Re: [PATCH v7 00/16] qemu_iotests: improve debugging options

2021-06-28 Thread John Snow
On Mon, Jun 28, 2021 at 8:32 AM Emanuele Giuseppe Esposito < eespo...@redhat.com> wrote: > This series adds the option to attach gdbserver and valgrind > to the QEMU binary running in qemu_iotests. > It also allows to redirect QEMU binaries output of the python tests > to the stdout, instead of a

[PATCH v7 00/16] qemu_iotests: improve debugging options

2021-06-28 Thread Emanuele Giuseppe Esposito
This series adds the option to attach gdbserver and valgrind to the QEMU binary running in qemu_iotests. It also allows to redirect QEMU binaries output of the python tests to the stdout, instead of a log file. Patches 1-9 introduce the -gdb option to both python and bash tests, 10-14 extend the