]> git.ipfire.org Git - thirdparty/qemu.git/commit
python: synchronize qemu.qmp documentation
authorJohn Snow <jsnow@redhat.com>
Tue, 26 Aug 2025 17:04:50 +0000 (13:04 -0400)
committerJohn Snow <jsnow@redhat.com>
Mon, 15 Sep 2025 18:36:01 +0000 (14:36 -0400)
commitf414048e32262830e06d50240b2f15b6e5857efe
tree3d2301e63c94e439617bfb9accc9c788ca36c2fd
parent85f223e5b031eb8ab63fbca314a4fb296a3a2632
python: synchronize qemu.qmp documentation

This patch collects comments and documentation changes from many commits
in the python-qemu-qmp repository; bringing the qemu.git copy in
bit-identical alignment with the standalone library *except* for several
copyright messages that reference the "LICENSE" file which is, for QEMU,
named "COPYING" instead and are therefore left unchanged.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
python/qemu/qmp/__init__.py
python/qemu/qmp/events.py
python/qemu/qmp/legacy.py
python/qemu/qmp/message.py
python/qemu/qmp/models.py
python/qemu/qmp/protocol.py
python/qemu/qmp/qmp_client.py
python/qemu/qmp/qmp_shell.py
python/qemu/qmp/util.py