[PULL 0/6] Python patches

John Snow posted 6 patches 2 years, 2 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220223220900.2226630-1-jsnow@redhat.com
Maintainers: Eduardo Habkost <eduardo@habkost.net>, John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>
There is a newer version of this series
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
[PULL 0/6] Python patches
Posted by John Snow 2 years, 2 months ago
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



Re: [PULL 0/6] Python patches
Posted by Peter Maydell 2 years, 2 months ago
On Wed, 23 Feb 2022 at 22:09, John Snow <jsnow@redhat.com> wrote:
>
> 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.
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/7.0
for any user-visible changes.

-- PMM