Merge remote-tracking branch 'remotes/kwolf/tags/for-upstream' into staging
Block layer patches
- Fail gracefully when blockdev-snapshot creates loops
- ide: Fix IDENTIFY DEVICE for disks > 128 GiB
- file-posix: Fix return value translation for AIO discards
- file-posix: add 'aio-max-batch' option
- rbd: implement bdrv_co_block_status
- Code cleanups and build fixes
# gpg: Signature made Tue 02 Nov 2021 12:04:02 PM EDT
# gpg: using RSA key DC3DEB159A9AF95D3D7456FE7F09B272C88F2FD6
# gpg: issuer "kwolf@redhat.com"
# gpg: Good signature from "Kevin Wolf <kwolf@redhat.com>" [full]
* remotes/kwolf/tags/for-upstream:
block/nvme: Extract nvme_free_queue() from nvme_free_queue_pair()
block/nvme: Display CQ/SQ pointer in nvme_free_queue_pair()
block/nvme: Automatically free qemu_memalign() with QEMU_AUTO_VFREE
block-backend: Silence clang -m32 compiler warning
linux-aio: add `dev_max_batch` parameter to laio_io_unplug()
linux-aio: add `dev_max_batch` parameter to laio_co_submit()
file-posix: add `aio-max-batch` option
block/export/fuse.c: fix musl build
ide: Cap LBA28 capacity announcement to 2^28-1
block/rbd: implement bdrv_co_block_status
block: Fail gracefully when blockdev-snapshot creates loops
block/file-posix: Fix return value translation for AIO discards
Signed-off-by:
Richard Henderson <richard.henderson@linaro.org>
No related branches found
No related tags found
Showing
- block.c 10 additions, 0 deletionsblock.c
- block/block-backend.c 1 addition, 1 deletionblock/block-backend.c
- block/export/fuse.c 4 additions, 0 deletionsblock/export/fuse.c
- block/file-posix.c 14 additions, 4 deletionsblock/file-posix.c
- block/linux-aio.c 27 additions, 11 deletionsblock/linux-aio.c
- block/nvme.c 12 additions, 10 deletionsblock/nvme.c
- block/rbd.c 112 additions, 0 deletionsblock/rbd.c
- block/trace-events 1 addition, 1 deletionblock/trace-events
- hw/ide/core.c 6 additions, 2 deletionshw/ide/core.c
- include/block/raw-aio.h 4 additions, 2 deletionsinclude/block/raw-aio.h
- qapi/block-core.json 7 additions, 0 deletionsqapi/block-core.json
- tests/qemu-iotests/085 30 additions, 1 deletiontests/qemu-iotests/085
- tests/qemu-iotests/085.out 30 additions, 3 deletionstests/qemu-iotests/085.out
Loading
Please register or sign in to comment