diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2022-02-24 12:48:14 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2022-02-24 12:48:14 +0000 |
commit | fa435db8ce1dff3b15e3f59a12f55f7b3a347b08 (patch) | |
tree | 0637100e8a0eb8e9f6c03ec95688adccd018be3a /MAINTAINERS | |
parent | 4aa2e497a98bafe962e72997f67a369e4b52d9c1 (diff) | |
parent | 89d38c74f4b69a93696392b55a9fee573055d78b (diff) |
Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' into staging
Python patches
New functionality in qmp-shell from Dan, and some packaging fixes.
# gpg: Signature made Wed 23 Feb 2022 22:08:35 GMT
# gpg: using RSA key F9B7ABDBBCACDF95BE76CBD07DEF8106AAFC390E
# gpg: Good signature from "John Snow (John Huston) <jsnow@redhat.com>" [full]
# Primary key fingerprint: FAEB 9711 A12C F475 812F 18F2 88A9 064D 1835 61EB
# Subkey fingerprint: F9B7 ABDB BCAC DF95 BE76 CBD0 7DEF 8106 AAFC 390E
* remotes/jsnow-gitlab/tags/python-pull-request:
MAINTAINERS: python - remove ehabkost and add bleal
Revert "python: pin setuptools below v60.0.0"
Python: add setuptools v60.0 workaround
Python: discourage direct setup.py install
python: support recording QMP session to a file
python: introduce qmp-shell-wrap convenience tool
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 37c0110d88..fa8adc2618 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2747,13 +2747,13 @@ F: backends/cryptodev*.c Python library M: John Snow <jsnow@redhat.com> M: Cleber Rosa <crosa@redhat.com> -R: Eduardo Habkost <eduardo@habkost.net> +R: Beraldo Leal <bleal@redhat.com> S: Maintained F: python/ T: git https://gitlab.com/jsnow/qemu.git python Python scripts -M: Eduardo Habkost <eduardo@habkost.net> +M: John Snow <jsnow@redhat.com> M: Cleber Rosa <crosa@redhat.com> S: Odd Fixes F: scripts/*.py |