xemu/python/qemu/utils
John Snow 84e327e844 python: linter changes for pylint 3.x
New bleeding edge versions, new nits to iron out. This addresses the
'check-python-tox' optional GitLab test, while 'check-python-minreqs'
saw no regressions, since it's frozen on an older version of pylint.

Fixes:
qemu/machine/machine.py:345:52: E0606: Possibly using variable 'sock' before assignment (possibly-used-before-assignment)
qemu/utils/qemu_ga_client.py:168:4: R1711: Useless return at end of function or method (useless-return)

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20240626232230.408004-2-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
2024-07-12 16:36:20 -04:00
..
README.rst tests/acceptance: rename tests acceptance to tests avocado 2021-11-08 17:00:22 +01:00
__init__.py misc: fix commonly doubled up words 2022-08-01 11:58:02 +02:00
accel.py python: Fix broken ReST docstrings 2021-06-30 21:57:08 -04:00
py.typed python: expose typing information via PEP 561 2021-06-30 21:54:04 -04:00
qemu_ga_client.py python: linter changes for pylint 3.x 2024-07-12 16:36:20 -04:00
qom.py python/qemu: rename command() to cmd() 2023-10-12 14:21:43 -04:00
qom_common.py python/qemu: rename command() to cmd() 2023-10-12 14:21:43 -04:00
qom_fuse.py python/qemu: rename command() to cmd() 2023-10-12 14:21:43 -04:00

README.rst

qemu.utils package
==================

This package provides miscellaneous utilities used for testing and
debugging QEMU. It is used primarily by the vm and avocado tests.

See the documentation in ``__init__.py`` for more information.