* [PULL v3 00/13] Block layer patches
@ 2024-08-06 18:23 Kevin Wolf
2024-08-07 0:30 ` Richard Henderson
0 siblings, 1 reply; 2+ messages in thread
From: Kevin Wolf @ 2024-08-06 18:23 UTC (permalink / raw)
To: qemu-block; +Cc: kwolf, richard.henderson, qemu-devel
The following changes since commit c659b7b3b4925f8cef486a3ee64e911519495782:
Merge tag 'pull-riscv-to-apply-20240806-2' of https://github.com/alistair23/qemu into staging (2024-08-06 17:35:51 +1000)
are available in the Git repository at:
https://repo.or.cz/qemu/kevin.git tags/for-upstream
for you to fetch changes up to ca1dcc913888a97073233dd9142ca5241dab1b7c:
iotests/024: exclude 'backing file format' field from the output (2024-08-06 20:12:40 +0200)
----------------------------------------------------------------
Block layer patches
- scsi-block: Fix error handling with r/werror=stop
- Depend on newer clang for TSA, make WITH_GRAPH_RDLOCK_GUARD() fully
checked, fix block-copy to add missing lock
- vvfat: Fix write bugs for large files and add iotests
- Clean up blockdev-snapshot-internal-sync doc
- Fix iotests 024 for qed
----------------------------------------------------------------
Amjad Alsharafi (5):
vvfat: Fix bug in writing to middle of file
vvfat: Fix usage of `info.file.offset`
vvfat: Fix wrong checks for cluster mappings invariant
vvfat: Fix reading files with non-continuous clusters
iotests: Add `vvfat` tests
Andrey Drobyshev (1):
iotests/024: exclude 'backing file format' field from the output
Kevin Wolf (6):
block-copy: Fix missing graph lock
block/graph-lock: Make WITH_GRAPH_RDLOCK_GUARD() fully checked
scsi-disk: Use positive return value for status in dma_readv/writev
scsi-block: Don't skip callback for sgio error status/driver_status
scsi-disk: Add warning comments that host_status errors take a shortcut
scsi-disk: Always report RESERVATION_CONFLICT to guest
Markus Armbruster (1):
qapi-block-core: Clean up blockdev-snapshot-internal-sync doc
qapi/block-core.json | 7 +-
include/block/graph-lock.h | 21 +-
block/block-copy.c | 4 +-
block/vvfat.c | 27 +-
hw/scsi/scsi-disk.c | 73 ++--
tests/qemu-iotests/fat16.py | 690 +++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/testenv.py | 2 +-
meson.build | 14 +-
tests/qemu-iotests/024 | 2 +-
tests/qemu-iotests/024.out | 1 -
tests/qemu-iotests/check | 2 +-
tests/qemu-iotests/tests/vvfat | 485 ++++++++++++++++++++++++++
tests/qemu-iotests/tests/vvfat.out | 5 +
13 files changed, 1280 insertions(+), 53 deletions(-)
create mode 100644 tests/qemu-iotests/fat16.py
create mode 100755 tests/qemu-iotests/tests/vvfat
create mode 100755 tests/qemu-iotests/tests/vvfat.out
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PULL v3 00/13] Block layer patches
2024-08-06 18:23 [PULL v3 00/13] Block layer patches Kevin Wolf
@ 2024-08-07 0:30 ` Richard Henderson
0 siblings, 0 replies; 2+ messages in thread
From: Richard Henderson @ 2024-08-07 0:30 UTC (permalink / raw)
To: Kevin Wolf, qemu-block; +Cc: qemu-devel
On 8/7/24 04:23, Kevin Wolf wrote:
> The following changes since commit c659b7b3b4925f8cef486a3ee64e911519495782:
>
> Merge tag 'pull-riscv-to-apply-20240806-2' ofhttps://github.com/alistair23/qemu into staging (2024-08-06 17:35:51 +1000)
>
> are available in the Git repository at:
>
> https://repo.or.cz/qemu/kevin.git tags/for-upstream
>
> for you to fetch changes up to ca1dcc913888a97073233dd9142ca5241dab1b7c:
>
> iotests/024: exclude 'backing file format' field from the output (2024-08-06 20:12:40 +0200)
>
> ----------------------------------------------------------------
> Block layer patches
>
> - scsi-block: Fix error handling with r/werror=stop
> - Depend on newer clang for TSA, make WITH_GRAPH_RDLOCK_GUARD() fully
> checked, fix block-copy to add missing lock
> - vvfat: Fix write bugs for large files and add iotests
> - Clean up blockdev-snapshot-internal-sync doc
> - Fix iotests 024 for qed
Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/9.1 as appropriate.
r~
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-07 0:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-06 18:23 [PULL v3 00/13] Block layer patches Kevin Wolf
2024-08-07 0:30 ` Richard Henderson
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).