qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL 0/9] Python patches


From: John Snow
Subject: [PULL 0/9] Python patches
Date: Wed, 4 Oct 2023 15:46:04 -0400

The following changes since commit da1034094d375afe9e3d8ec8980550ea0f06f7e0:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging 
(2023-10-03 07:43:44 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 4d7a663cbe8343e884b88e44bd88d37dd0a470e5:

  Python: test Python 3.12 (2023-10-04 15:19:00 -0400)

----------------------------------------------------------------
Python pullreq

Buffering improvements for qemu machine, minor changes to support the
newly released Python 3.12

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

John Snow (9):
  Python/iotests: Add type hint for nbd module
  python/machine: move socket setup out of _base_args property
  python/machine: close sock_pair in cleanup path
  python/console_socket: accept existing FD in initializer
  python/machine: use socketpair() for console connections
  python/machine: use socketpair() for qtest connection
  python/machine: remove unused sock_dir argument
  python/qmp: remove Server.wait_closed() call for Python 3.12
  Python: test Python 3.12

 python/qemu/machine/console_socket.py      | 29 ++++++++---
 python/qemu/machine/machine.py             | 58 +++++++++++++---------
 python/qemu/machine/qtest.py               | 54 +++++++++++++++-----
 python/qemu/qmp/protocol.py                |  1 -
 python/setup.cfg                           |  3 +-
 tests/avocado/acpi-bits.py                 |  5 +-
 tests/avocado/avocado_qemu/__init__.py     |  2 +-
 tests/avocado/machine_aspeed.py            |  5 +-
 tests/docker/dockerfiles/python.docker     |  6 ++-
 tests/qemu-iotests/iotests.py              |  2 +-
 tests/qemu-iotests/tests/copy-before-write |  3 +-
 tests/qemu-iotests/tests/nbd-multiconn     |  4 +-
 12 files changed, 114 insertions(+), 58 deletions(-)

-- 
2.41.0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]