[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/5] python: backport socket changes from python-qemu-qmp
|
From: |
John Snow |
|
Subject: |
[PATCH 0/5] python: backport socket changes from python-qemu-qmp |
|
Date: |
Wed, 17 May 2023 12:34:01 -0400 |
This is a small patchset designed to backport the changes made to the
qemu.qmp code to utilize pre-existing sockets. This contains some small
changes to machine.py to match the new API. This is necessary to do
before dropping qemu.qmp from qemu.git so we can utilize the future
0.0.3 version of qemu.qmp.
(This should also fix the bug where the buffering limit was not being
applied properly connections utilizing pre-existing sockets.)
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.0
- [PATCH 0/5] python: backport socket changes from python-qemu-qmp,
John Snow <=
- [PATCH 1/5] python/qmp: allow sockets to be passed to connect(), John Snow, 2023/05/17
- [PATCH 3/5] python/machine: use connect-based interface for existing sockets, John Snow, 2023/05/17
- [PATCH 4/5] python/qmp/legacy: remove open_with_socket() calls, John Snow, 2023/05/17
- [PATCH 2/5] python/qmp/legacy: allow using sockets for connect(), John Snow, 2023/05/17
- [PATCH 5/5] Revert "python/qmp/protocol: add open_with_socket()", John Snow, 2023/05/17
- Re: [PATCH 0/5] python: backport socket changes from python-qemu-qmp, John Snow, 2023/05/23