The following changes since commit 31e3caf21b6cdf54d11f3744b8b341f07a30b5d7:
Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-7.0-pull-request' into staging (2022-02-22 20:17:09 +0000) are available in the Git repository at: https://gitlab.com/jsnow/qemu.git tags/python-pull-request for you to fetch changes up to 89d38c74f4b69a93696392b55a9fee573055d78b: MAINTAINERS: python - remove ehabkost and add bleal (2022-02-23 17:07:26 -0500) ---------------------------------------------------------------- Python patches New functionality in qmp-shell from Dan, and some packaging fixes. ---------------------------------------------------------------- Daniel P. Berrangé (2): python: introduce qmp-shell-wrap convenience tool python: support recording QMP session to a file John Snow (4): Python: discourage direct setup.py install Python: add setuptools v60.0 workaround Revert "python: pin setuptools below v60.0.0" MAINTAINERS: python - remove ehabkost and add bleal MAINTAINERS | 4 +- python/Makefile | 2 - python/qemu/aqmp/qmp_shell.py | 86 +++++++++++++++++++++++++++++++--- python/setup.cfg | 5 +- python/setup.py | 19 +++++++- python/tests/iotests-pylint.sh | 3 +- python/tests/pylint.sh | 3 +- scripts/qmp/qmp-shell-wrap | 11 +++++ 8 files changed, 118 insertions(+), 15 deletions(-) create mode 100755 scripts/qmp/qmp-shell-wrap -- 2.34.1