qemu-e2k/python/qemu/machine
John Snow 81f8c4467c python: move flake8 config to setup.cfg
Update the comment concerning the flake8 exception to match commit
42c0dd12, whose commit message stated:

A note on the flake8 exception: flake8 will warn on *any* bare except,
but pylint's is context-aware and will suppress the warning if you
re-raise the exception.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Cleber Rosa <crosa@redhat.com>
Message-id: 20210527211715.394144-19-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
2021-06-01 16:21:21 -04:00
..
README.rst python: add directory structure README.rst files 2021-06-01 16:21:21 -04:00
__init__.py python: add pylint import exceptions 2021-06-01 16:21:21 -04:00
console_socket.py python: create qemu packages 2021-06-01 16:21:21 -04:00
machine.py python: add pylint import exceptions 2021-06-01 16:21:21 -04:00
qtest.py python: add pylint import exceptions 2021-06-01 16:21:21 -04:00

README.rst

qemu.machine package
====================

This package provides core utilities used for testing and debugging
QEMU. It is used by the iotests, vm tests, acceptance tests, and several
other utilities in the ./scripts directory. It is not a fully-fledged
SDK and it is subject to change at any time.

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