[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/5] Python patches
From: |
John Snow |
Subject: |
[PULL 0/5] Python patches |
Date: |
Wed, 31 May 2023 16:43:33 -0400 |
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
- [PULL 0/5] Python patches,
John Snow <=
- [PULL 2/5] python/qmp/legacy: allow using sockets for connect(), John Snow, 2023/05/31
- [PULL 1/5] python/qmp: allow sockets to be passed to connect(), John Snow, 2023/05/31
- [PULL 3/5] python/machine: use connect-based interface for existing sockets, John Snow, 2023/05/31
- [PULL 5/5] Revert "python/qmp/protocol: add open_with_socket()", John Snow, 2023/05/31
- [PULL 4/5] python/qmp/legacy: remove open_with_socket() calls, John Snow, 2023/05/31
- Re: [PULL 0/5] Python patches, Richard Henderson, 2023/05/31