The following changes since commit 019fbfa4bcd2d3a835c241295e22ab2b5b56129b:
Merge tag 'pull-misc-2025-04-24' of https://repo.or.cz/qemu/armbru into staging (2025-04-24 13:44:57 -0400)
are available in the Git repository at:
https://repo.or.cz/qemu/kevin.git tags/for-upstream
for you to fetch changes up to 2b689db0bedd24eda8b491cb1fcfb015dfec5a31:
qemu-img: improve queue depth validation in img_bench (2025-04-25 18:09:04 +0200)
----------------------------------------------------------------
Block layer patches
- Discard alignment fixes
- Remove unused callback .bdrv_aio_pdiscard()
- qemu-img bench: Input validation fix
----------------------------------------------------------------
Denis Rastyogin (1):
qemu-img: improve queue depth validation in img_bench
Stefan Hajnoczi (2):
file-posix: probe discard alignment on Linux block devices
block/io: skip head/tail requests on EINVAL
Sunny Zhu (1):
block: Remove unused callback function *bdrv_aio_pdiscard
include/block/block_int-common.h | 4 ---
block/file-posix.c | 67 +++++++++++++++++++++++++++++++++++++++-
block/io.c | 35 +++++++--------------
qemu-img.c | 2 +-
4 files changed, 79 insertions(+), 29 deletions(-)