[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL v2 0/2] NBD patches for 2024-05-30
From: |
Eric Blake |
Subject: |
[PULL v2 0/2] NBD patches for 2024-05-30 |
Date: |
Mon, 3 Jun 2024 09:21:41 -0500 |
The following changes since commit 3b2fe44bb7f605f179e5e7feb2c13c2eb3abbb80:
Merge tag 'pull-request-2024-05-29' of https://gitlab.com/thuth/qemu into
staging (2024-05-29 08:38:20 -0700)
are available in the Git repository at:
https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2024-05-30-v2
for you to fetch changes up to a73c99378022ebb785481e84cfe1e81097546268:
iotests: test NBD+TLS+iothread (2024-06-03 09:17:11 -0500)
----------------------------------------------------------------
NBD patches for 2024-05-30
- Fix AioContext assertion with NBD+TLS
----------------------------------------------------------------
Eric Blake (2):
qio: Inherit follow_coroutine_ctx across TLS
iotests: test NBD+TLS+iothread
io/channel-tls.c | 26 ++--
io/channel-websock.c | 1 +
tests/qemu-iotests/tests/nbd-tls-iothread | 168 ++++++++++++++++++++++++++
tests/qemu-iotests/tests/nbd-tls-iothread.out | 54 +++++++++
4 files changed, 238 insertions(+), 11 deletions(-)
create mode 100755 tests/qemu-iotests/tests/nbd-tls-iothread
create mode 100644 tests/qemu-iotests/tests/nbd-tls-iothread.out
--
2.45.1
- [PULL v2 0/2] NBD patches for 2024-05-30,
Eric Blake <=