[PULL 0/5] Python patches

John Snow posted 5 patches 10 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230531204338.1656158-1-jsnow@redhat.com
Maintainers: John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>, Beraldo Leal <bleal@redhat.com>
There is a newer version of this series
python/qemu/machine/machine.py | 17 +++++++------
python/qemu/qmp/legacy.py      | 26 +++++++++-----------
python/qemu/qmp/protocol.py    | 45 +++++++++++++++-------------------
3 files changed, 41 insertions(+), 47 deletions(-)
[PULL 0/5] Python patches
Posted by John Snow 10 months, 2 weeks ago
The following changes since commit ab7252279727da51c01cdaf41c5fe563bbded3a6:

  gitlab: switch from 'stable' to 'latest' docker container tags (2023-05-31 10:29:14 -0700)

are available in the Git repository at:

  https://gitlab.com/jsnow/qemu.git tags/python-pull-request

for you to fetch changes up to c76e7652c786683edcc846ee0a7a65b587787792:

  Revert "python/qmp/protocol: add open_with_socket()" (2023-05-31 16:25:35 -0400)

----------------------------------------------------------------
Python: synchronize python-qemu-qmp

----------------------------------------------------------------

John Snow (5):
  python/qmp: allow sockets to be passed to connect()
  python/qmp/legacy: allow using sockets for connect()
  python/machine: use connect-based interface for existing sockets
  python/qmp/legacy: remove open_with_socket() calls
  Revert "python/qmp/protocol: add open_with_socket()"

 python/qemu/machine/machine.py | 17 +++++++------
 python/qemu/qmp/legacy.py      | 26 +++++++++-----------
 python/qemu/qmp/protocol.py    | 45 +++++++++++++++-------------------
 3 files changed, 41 insertions(+), 47 deletions(-)

-- 
2.40.1

Re: [PULL 0/5] Python patches
Posted by Richard Henderson 10 months, 2 weeks ago
On 5/31/23 13:43, John Snow wrote:
> The following changes since commit ab7252279727da51c01cdaf41c5fe563bbded3a6:
> 
>    gitlab: switch from 'stable' to 'latest' docker container tags (2023-05-31 10:29:14 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/jsnow/qemu.git  tags/python-pull-request
> 
> for you to fetch changes up to c76e7652c786683edcc846ee0a7a65b587787792:
> 
>    Revert "python/qmp/protocol: add open_with_socket()" (2023-05-31 16:25:35 -0400)
> 
> ----------------------------------------------------------------
> Python: synchronize python-qemu-qmp

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~