xref: /qemu/python/qemu/machine/README.rst (revision 727385c4)
1qemu.machine package
2====================
3
4This package provides core utilities used for testing and debugging
5QEMU. It is used by the iotests, vm tests, avocado tests, and several
6other utilities in the ./scripts directory. It is not a fully-fledged
7SDK and it is subject to change at any time.
8
9See the documentation in ``__init__.py`` for more information.
10