diff options
Diffstat (limited to 'python/qemu/utils/README.rst')
-rw-r--r-- | python/qemu/utils/README.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/qemu/utils/README.rst b/python/qemu/utils/README.rst new file mode 100644 index 0000000000..975fbf4d7d --- /dev/null +++ b/python/qemu/utils/README.rst @@ -0,0 +1,7 @@ +qemu.utils package +================== + +This package provides miscellaneous utilities used for testing and +debugging QEMU. It is used primarily by the vm and acceptance tests. + +See the documentation in ``__init__.py`` for more information. |