qemu/python/qemu
Daniel P. Berrangé 058820db78 python: ensure QEMUQtestProtocol closes its socket
While QEMUQtestMachine closes the socket that was passed to
QEMUQtestProtocol, the python resource leak manager still
believes that the copy QEMUQtestProtocol holds is open. We
must explicitly call close to avoid this leak warnnig.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
(cherry picked from commit 6ccb48ffc1)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2025-09-16 23:35:35 +03:00
..
machine python: ensure QEMUQtestProtocol closes its socket 2025-09-16 23:35:35 +03:00
qmp python: backport 'avoid creating additional event loops per thread' 2025-09-16 23:35:35 +03:00
utils python: linter changes for pylint 3.x 2024-07-12 16:36:20 -04:00
README.rst python: add directory structure README.rst files 2021-06-01 16:21:21 -04:00

QEMU Python Namespace
=====================

This directory serves as the root of a `Python PEP 420 implicit
namespace package <https://www.python.org/dev/peps/pep-0420/>`_.

Each directory below is assumed to be an installable Python package that
is available under the ``qemu.<package>`` namespace.