python: add __repr__ to ConsoleSocket to aid debugging
commitafded359a6c413d5dab68b1b1c692d8efc196eaa
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 10 Dec 2020 19:04:14 +0000 (10 19:04 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 2 Jan 2021 20:03:09 +0000 (2 21:03 +0100)
tree15a4b7dfca956ffe0ea50e199352d0f4f7ae3c74
parentc87ea11631119175a581b17900ea62e127638352
python: add __repr__ to ConsoleSocket to aid debugging

While attempting to debug some console weirdness I thought it would be
worth making it easier to see what it had inside.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Message-Id: <20201210190417.31673-6-alex.bennee@linaro.org>
python/qemu/console_socket.py