From: Kevin Wolf <kwolf@redhat.com>
To: qemu-block@nongnu.org
Cc: kwolf@redhat.com, peter.maydell@linaro.org, qemu-devel@nongnu.org
Subject: [PULL 0/6] Block layer patches
Date: Tue, 26 Mar 2024 14:54:34 +0100 [thread overview]
Message-ID: <20240326135440.421609-1-kwolf@redhat.com> (raw)
The following changes since commit 096ae430a7b5a704af4cd94dca7200d6cb069991:
Merge tag 'pull-qapi-2024-03-26' of https://repo.or.cz/qemu/armbru into staging (2024-03-26 09:50:21 +0000)
are available in the Git repository at:
https://repo.or.cz/qemu/kevin.git tags/for-upstream
for you to fetch changes up to 12d7b3bbd3333cededd3b695501d8d247239d769:
iotests: add test for stream job with an unaligned prefetch read (2024-03-26 14:21:26 +0100)
----------------------------------------------------------------
Block layer patches
- Fix crash with unaligned prefetch requests (e.g. in stream jobs)
- vdpa-dev: Fix initialisation order to restore VDUSE compatibility
- iotests fixes
----------------------------------------------------------------
Fiona Ebner (3):
block-backend: fix edge case in bdrv_next() where BDS associated to BB changes
block-backend: fix edge case in bdrv_next_cleanup() where BDS associated to BB changes
iotests: add test for stream job with an unaligned prefetch read
Kevin Wolf (1):
vdpa-dev: Fix initialisation order to restore VDUSE compatibility
Stefan Reiter (1):
block/io: accept NULL qiov in bdrv_pad_request
Thomas Huth (1):
tests/qemu-iotests: Test 157 and 227 require virtio-blk
block/block-backend.c | 18 ++---
block/io.c | 33 +++++----
hw/net/vhost_net.c | 10 +++
hw/virtio/vdpa-dev.c | 5 +-
hw/virtio/vhost-vdpa.c | 29 +++++++-
hw/virtio/vhost.c | 8 +-
hw/virtio/trace-events | 2 +-
tests/qemu-iotests/157 | 2 +
tests/qemu-iotests/227 | 2 +
tests/qemu-iotests/tests/stream-unaligned-prefetch | 86 ++++++++++++++++++++++
.../tests/stream-unaligned-prefetch.out | 5 ++
11 files changed, 167 insertions(+), 33 deletions(-)
create mode 100755 tests/qemu-iotests/tests/stream-unaligned-prefetch
create mode 100644 tests/qemu-iotests/tests/stream-unaligned-prefetch.out
next reply other threads:[~2024-03-26 13:56 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-26 13:54 Kevin Wolf [this message]
2024-03-26 13:54 ` [PULL 1/6] tests/qemu-iotests: Test 157 and 227 require virtio-blk Kevin Wolf
2024-03-26 13:54 ` [PULL 2/6] vdpa-dev: Fix initialisation order to restore VDUSE compatibility Kevin Wolf
2024-03-26 13:54 ` [PULL 3/6] block/io: accept NULL qiov in bdrv_pad_request Kevin Wolf
2024-03-26 13:54 ` [PULL 4/6] block-backend: fix edge case in bdrv_next() where BDS associated to BB changes Kevin Wolf
2024-03-26 13:54 ` [PULL 5/6] block-backend: fix edge case in bdrv_next_cleanup() " Kevin Wolf
2024-03-26 13:54 ` [PULL 6/6] iotests: add test for stream job with an unaligned prefetch read Kevin Wolf
2024-03-26 19:46 ` [PULL 0/6] Block layer patches Peter Maydell
-- strict thread matches above, loose matches on Subject: below --
2026-03-31 15:03 Kevin Wolf
2026-03-31 18:04 ` Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240326135440.421609-1-kwolf@redhat.com \
--to=kwolf@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.