mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
Support the QEMU_TEST_QMP_BACKDOOR=backdoor.sock env variable as a way to get a QMP backdoor for debugging a stalled QEMU test. Most typically this would be used if running the tests directly: $ QEMU_TEST_QMP_BACKDOOR=backdoor.sock \ QEMU_TEST_QEMU_BINARY=./build/qemu-system-arm \ PYTHONPATH=./python \ ./tests/functional/test_arm_tuxrun.py And then, when the test stalls, in a second shell run: $ ./scripts/qmp/qmp-shell backdoor.sock Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20241121154218.1423005-18-berrange@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20241121165806.476008-18-alex.bennee@linaro.org> |
||
|---|---|---|
| .. | ||
| acpi-bits.rst | ||
| avocado.rst | ||
| blkdebug.rst | ||
| blkverify.rst | ||
| ci-definitions.rst.inc | ||
| ci-jobs.rst.inc | ||
| ci-runners.rst.inc | ||
| ci.rst | ||
| functional.rst | ||
| fuzzing.rst | ||
| index.rst | ||
| main.rst | ||
| qgraph.rst | ||
| qtest.rst | ||