On Tue, Aug 19, 2025 at 04:12:12PM -0400, John Snow wrote:
> On Tue, Jul 15, 2025 at 10:32 AM Daniel P. Berrangé
> wrote:
> >
> > While QEMUQtestMachine closes the socket that was passed to
> > QEMUQtestProtocol, the python resource leak manager still
> > believes that the copy QEMUQtestProtocol
On Tue, Jul 15, 2025 at 10:32 AM Daniel P. Berrangé wrote:
>
> 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 warnni
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é
---
python/qemu/machine/qtest.