* [PULL v2 00/11] Block layer patches
@ 2022-11-14 11:19 Kevin Wolf
2022-11-15 14:20 ` Stefan Hajnoczi
0 siblings, 1 reply; 2+ messages in thread
From: Kevin Wolf @ 2022-11-14 11:19 UTC (permalink / raw)
To: qemu-block; +Cc: kwolf, stefanha, qemu-devel
The following changes since commit 2ccad61746ca7de5dd3e25146062264387e43bd4:
Merge tag 'pull-tcg-20221109' of https://gitlab.com/rth7680/qemu into staging (2022-11-09 13:26:45 -0500)
are available in the Git repository at:
https://repo.or.cz/qemu/kevin.git tags/for-upstream
for you to fetch changes up to 46530d3560b6fd5de38b6f4e45ce7d7135b9add7:
tests/stream-under-throttle: New test (2022-11-14 11:31:52 +0100)
----------------------------------------------------------------
Block layer patches
- Fix deadlock in graph modification with iothreads
- mirror: Fix non-converging cases for active mirror
- qapi: Fix BlockdevOptionsNvmeIoUring @path description
- blkio: Set BlockDriver::has_variable_length to false
----------------------------------------------------------------
Alberto Faria (2):
qapi/block-core: Fix BlockdevOptionsNvmeIoUring @path description
block/blkio: Set BlockDriver::has_variable_length to false
Hanna Reitz (9):
block/mirror: Do not wait for active writes
block/mirror: Drop mirror_wait_for_any_operation()
block/mirror: Fix NULL s->job in active writes
iotests/151: Test that active mirror progresses
iotests/151: Test active requests on mirror start
block: Make bdrv_child_get_parent_aio_context I/O
block-backend: Update ctx immediately after root
block: Start/end drain on correct AioContext
tests/stream-under-throttle: New test
qapi/block-core.json | 2 +-
include/block/block-global-state.h | 1 -
include/block/block-io.h | 2 +
include/block/block_int-common.h | 4 +-
block.c | 2 +-
block/blkio.c | 1 -
block/block-backend.c | 9 +-
block/io.c | 6 +-
block/mirror.c | 78 ++++---
blockjob.c | 3 +-
tests/qemu-iotests/151 | 227 ++++++++++++++++++++-
tests/qemu-iotests/151.out | 4 +-
tests/qemu-iotests/tests/stream-under-throttle | 121 +++++++++++
tests/qemu-iotests/tests/stream-under-throttle.out | 5 +
14 files changed, 424 insertions(+), 41 deletions(-)
create mode 100755 tests/qemu-iotests/tests/stream-under-throttle
create mode 100644 tests/qemu-iotests/tests/stream-under-throttle.out
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PULL v2 00/11] Block layer patches
2022-11-14 11:19 [PULL v2 00/11] Block layer patches Kevin Wolf
@ 2022-11-15 14:20 ` Stefan Hajnoczi
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Hajnoczi @ 2022-11-15 14:20 UTC (permalink / raw)
To: Kevin Wolf; +Cc: qemu-block, kwolf, stefanha, qemu-devel
[-- Attachment #1: Type: text/plain, Size: 115 bytes --]
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/7.2 for any user-visible changes.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-15 14:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-14 11:19 [PULL v2 00/11] Block layer patches Kevin Wolf
2022-11-15 14:20 ` Stefan Hajnoczi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).