qemu-e2k/python/qemu/utils
John Snow aef633e765 python: support pylint 2.16
Pylint 2.16 adds a few new checks that cause the optional check-tox CI
job to fail.

1. The superfluous-parens check seems to be a bit more aggressive,
2. broad-exception-raised is new; it discourages "raise Exception".

Fix these minor issues and turn the lights green.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Beraldo Leal <bleal@redhat.com>
Message-id: 20230210003147.1309376-2-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
2023-02-22 23:35:03 -05: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: support pylint 2.16 2023-02-22 23:35:03 -05:00
qom.py python: rename qemu.aqmp to qemu.qmp 2022-04-21 11:01:00 -04:00
qom_common.py python: rename qemu.aqmp to qemu.qmp 2022-04-21 11:01:00 -04:00
qom_fuse.py python: rename qemu.aqmp to qemu.qmp 2022-04-21 11:01:00 -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.