Lines Matching +full:qemu +full:- +full:project
1 QEMU Python Tooling
4 This package provides QEMU tooling used by the QEMU project to build,
5 configure, and test QEMU. It is not a fully-fledged SDK and it is subject
9 -----
11 The ``qemu.qmp`` subpackage provides a library for communicating with
12 QMP servers. The ``qemu.machine`` subpackage offers rudimentary
13 facilities for launching and managing QEMU processes. Refer to each
15 (``>>> help(qemu.qmp)``, ``>>> help(qemu.machine)``)
19 ------------
22 the QEMU source tree. Contributions are welcome and follow the `QEMU
24 <https://wiki.qemu.org/Contribute/SubmitAPatch>`_, which involves
25 sending patches to the QEMU development mailing list.
28 <https://gitlab.com/jsnow/qemu/-/tree/python>`_, and there is an
29 official `GitLab mirror <https://gitlab.com/qemu-project/qemu>`_.
31 Please report bugs on the `QEMU issue tracker
32 <https://gitlab.com/qemu-project/qemu/-/issues>`_ and tag ``@jsnow`` in
37 ``pip install qemu[devel]``.