On 11/30/19 8:46 AM, Alex Bennée wrote: > The test runners job is to start QEMU with guest debug enabled and > then spawn a gdb process running a test script that exercises the > functionality it wants to test. > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > --- > tests/guest-debug/run-test.py | 57 +++++++++++++++++++++++++++++++++++ > 1 file changed, 57 insertions(+) > create mode 100755 tests/guest-debug/run-test.py
Looks plausible. Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~