qemu-block
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [PATCH v2 4/4] vhost-user: add skip_drain param to GET_VRING_BASE
Vladimir Sementsov-Ogievskiy
Re: [PATCH v2 4/4] vhost-user: add skip_drain param to GET_VRING_BASE
Stefan Hajnoczi
Re: [PATCH v2 4/4] vhost-user: add skip_drain param to GET_VRING_BASE
Alexandr Moshkov
[PATCH v2 3/4] vhost-user-blk: move inflight_needed higher
Alexandr Moshkov
Re: [PATCH v2 3/4] vhost-user-blk: move inflight_needed higher
Vladimir Sementsov-Ogievskiy
[PATCH v2 1/4] vhost-user.rst: fix typo
Alexandr Moshkov
Re: [PATCH v2 1/4] vhost-user.rst: fix typo
Vladimir Sementsov-Ogievskiy
Re: [PATCH v2 0/4] vhost-user-blk: fix compatibility with older qemu versions
Alexandr Moshkov
Re: [PATCH v2 0/4] vhost-user-blk: fix compatibility with older qemu versions
Stefan Hajnoczi
Re: [PATCH v2 0/4] vhost-user-blk: fix compatibility with older qemu versions
Alexandr Moshkov
[PATCH v3 8/9] hw/hexagon: Define hexagon "virt" machine
Brian Cain
[PATCH] throttle-group: fix race condition when using iothreads
Jorge Merlino
Re: [PATCH] throttle-group: fix race condition when using iothreads
Kevin Wolf
Re: [PATCH] throttle-group: fix race condition when using iothreads
Alberto Garcia
[PATCH 4/4] hw/pci/msix: fix error handling for msix_init callers
Trieu Huynh
Re: [PATCH 4/4] hw/pci/msix: fix error handling for msix_init callers
Akihiko Odaki
[PULL 00/28] Block layer patches
Kevin Wolf
[PULL 03/28] fuse: Remove superfluous empty line
Kevin Wolf
[PULL 08/28] fuse: Set direct_io and parallel_direct_writes
Kevin Wolf
[PULL 24/28] qapi/block-export: Document FUSE's multi-threading
Kevin Wolf
[PULL 25/28] iotests/308: Add multi-threading sanity test
Kevin Wolf
[PULL 28/28] block/curl: add support for S3 presigned URLs
Kevin Wolf
[PULL 12/28] fuse: fuse_{read,write}: Rename length to blk_len
Kevin Wolf
[PULL 02/28] fuse: Ensure init clean-up even with error_fatal
Kevin Wolf
[PULL 11/28] fuse: Add halted flag
Kevin Wolf
[PULL 15/28] block: Move qemu_fcntl_addfl() into osdep.c
Kevin Wolf
[PULL 10/28] fuse: Introduce fuse_{inc,dec}_in_flight()
Kevin Wolf
[PULL 04/28] fuse: Explicitly set inode ID to 1
Kevin Wolf
[PULL 07/28] fuse: Fix mount options
Kevin Wolf
[PULL 09/28] fuse: Introduce fuse_{at,de}tach_handlers()
Kevin Wolf
[PULL 05/28] fuse: Change setup_... to mount_fuse_export()
Kevin Wolf
[PULL 06/28] fuse: Destroy session on mount_fuse_export() fail
Kevin Wolf
[PULL 26/28] block/nfs: add support for libnfs v6
Kevin Wolf
Re: [PULL 26/28] block/nfs: add support for libnfs v6
Peter Maydell
Re: [PULL 26/28] block/nfs: add support for libnfs v6
Kevin Wolf
Re: [PULL 26/28] block/nfs: add support for libnfs v6
Peter Maydell
Re: [PULL 26/28] block/nfs: add support for libnfs v6
Kevin Wolf
Re: [PULL 26/28] block/nfs: add support for libnfs v6
Peter Maydell
Re: [PULL 26/28] block/nfs: add support for libnfs v6
Peter Maydell
Re: [PULL 26/28] block/nfs: add support for libnfs v6
Kevin Wolf
[PULL 16/28] fuse: Drop permission changes in fuse_do_truncate
Kevin Wolf
[PULL 23/28] fuse: Implement multi-threading
Kevin Wolf
[PULL 01/28] fuse: Copy write buffer content before polling
Kevin Wolf
[PULL 21/28] iotests/307: Test multi-thread export interface
Kevin Wolf
[PULL 19/28] fuse: Process requests in coroutines
Kevin Wolf
[PULL 27/28] qapi: block: Refactor HTTP(s) common arguments
Kevin Wolf
[PULL 13/28] iotests/308: Use conv=notrunc to test growability
Kevin Wolf
[PULL 22/28] fuse: Make shared export state atomic
Kevin Wolf
[PULL 17/28] fuse: Manually process requests (without libfuse)
Kevin Wolf
[PULL 18/28] fuse: Reduce max read size
Kevin Wolf
[PULL 20/28] block/export: Add multi-threading interface
Kevin Wolf
[PULL 14/28] fuse: Explicitly handle non-grow post-EOF accesses
Kevin Wolf
Re: [PULL 00/28] Block layer patches
Peter Maydell
[PULL 0/4] Python patches
John Snow
[PULL 2/4] python: replace avocado tests with pytest
John Snow
[PULL 1/4] python: pin 'wheel' version in minreqs test
John Snow
[PULL 3/4] python: drop avocado
John Snow
[PULL 4/4] python: add formal python3.14 support and testing
John Snow
Re: [PULL 0/4] Python patches
Peter Maydell
[PATCH v5 00/25] export/fuse: Use coroutines and multi-threading
Hanna Czenczek
[PATCH v5 02/25] fuse: Ensure init clean-up even with error_fatal
Hanna Czenczek
[PATCH v5 03/25] fuse: Remove superfluous empty line
Hanna Czenczek
[PATCH v5 06/25] fuse: Destroy session on mount_fuse_export() fail
Hanna Czenczek
[PATCH v5 11/25] fuse: Add halted flag
Hanna Czenczek
[PATCH v5 10/25] fuse: Introduce fuse_{inc,dec}_in_flight()
Hanna Czenczek
[PATCH v5 01/25] fuse: Copy write buffer content before polling
Hanna Czenczek
[PATCH v5 20/25] block/export: Add multi-threading interface
Hanna Czenczek
[PATCH v5 12/25] fuse: fuse_{read,write}: Rename length to blk_len
Hanna Czenczek
[PATCH v5 19/25] fuse: Process requests in coroutines
Hanna Czenczek
[PATCH v5 13/25] iotests/308: Use conv=notrunc to test growability
Hanna Czenczek
[PATCH v5 04/25] fuse: Explicitly set inode ID to 1
Hanna Czenczek
[PATCH v5 16/25] fuse: Drop permission changes in fuse_do_truncate
Hanna Czenczek
[PATCH v5 07/25] fuse: Fix mount options
Hanna Czenczek
[PATCH v5 17/25] fuse: Manually process requests (without libfuse)
Hanna Czenczek
[PATCH v5 22/25] fuse: Make shared export state atomic
Hanna Czenczek
[PATCH v5 24/25] qapi/block-export: Document FUSE's multi-threading
Hanna Czenczek
[PATCH v5 21/25] iotests/307: Test multi-thread export interface
Hanna Czenczek
[PATCH v5 23/25] fuse: Implement multi-threading
Hanna Czenczek
[PATCH v5 08/25] fuse: Set direct_io and parallel_direct_writes
Hanna Czenczek
[PATCH v5 09/25] fuse: Introduce fuse_{at,de}tach_handlers()
Hanna Czenczek
[PATCH v5 05/25] fuse: Change setup_... to mount_fuse_export()
Hanna Czenczek
[PATCH v5 14/25] fuse: Explicitly handle non-grow post-EOF accesses
Hanna Czenczek
[PATCH v5 15/25] block: Move qemu_fcntl_addfl() into osdep.c
Hanna Czenczek
[PATCH v5 25/25] iotests/308: Add multi-threading sanity test
Hanna Czenczek
[PATCH v5 18/25] fuse: Reduce max read size
Hanna Czenczek
Re: [PATCH v5 00/25] export/fuse: Use coroutines and multi-threading
Kevin Wolf
[PULL 00/12] Block layer patches
Kevin Wolf
[PULL 03/12] hmp_nbd_server_start: Don't ask for backing image data
Kevin Wolf
[PULL 05/12] mirror: Fix missed dirty bitmap writes during startup
Kevin Wolf
[PULL 02/12] block: Wire up 'flat' mode also for 'query-block'
Kevin Wolf
[PULL 07/12] block: Never drop BLOCK_IO_ERROR with action=stop for rate limiting
Kevin Wolf
[PULL 11/12] iotests/common.filter: Sort keep_data_file
Kevin Wolf
[PULL 04/12] block/curl: fix concurrent completion handling
Kevin Wolf
[PULL 08/12] block/nfs: Do not enter coroutine from CB
Kevin Wolf
[PULL 01/12] block/vmdk: fix OOB read in vmdk_read_extent()
Kevin Wolf
[PULL 12/12] iotests/244: Add test cases for keep_data_file
Kevin Wolf
[PULL 10/12] qcow2: Simplify size round-up in co_create_opts
Kevin Wolf
[PULL 06/12] block/throttle-groups: fix deadlock with iolimits and muliple iothreads
Kevin Wolf
[PULL 09/12] qcow2: Add keep_data_file command-line option
Kevin Wolf
Re: [PULL 00/12] Block layer patches
Peter Maydell
[PATCH 0/4] hw/nvme: make model & firmware version cnofigurable
Daniel P . Berrangé
[PATCH 1/4] include/block: define constants for NVME string fields
Daniel P . Berrangé
[PATCH 3/4] hw/nvme: add user controlled 'model' property
Daniel P . Berrangé
[PATCH 2/4] hw/nvme: report error for oversized 'serial' parameter
Daniel P . Berrangé
[PATCH 4/4] hw/nvme: add user controlled 'firmware-version' property
Daniel P . Berrangé
Re: [PATCH 0/4] hw/nvme: make model & firmware version cnofigurable
Keith Busch
Re: [PATCH 0/4] hw/nvme: make model & firmware version cnofigurable
Daniel P . Berrangé
Re: [PATCH 0/4] hw/nvme: make model & firmware version cnofigurable
Avi Kivity
Re: [PATCH 0/4] hw/nvme: make model & firmware version cnofigurable
Klaus Jensen
Re: [PATCH 4/4] iotests/244: Add test cases for keep_data_file
Kevin Wolf
[PATCH v3 0/6] hw/nvme: add basic live migration support
Alexander Mikhalitsyn
[PATCH v3 4/6] hw/nvme: split nvme_init_sq/nvme_init_cq into helpers
Alexander Mikhalitsyn
[PATCH v3 6/6] tests/functional/x86_64: add migration test for NVMe device
Alexander Mikhalitsyn
[PATCH v3 1/6] migration: add VMSTATE_VARRAY_OF_POINTER_TO_STRUCT_UINT{8, 32}_ALLOC
Alexander Mikhalitsyn
Re: [PATCH v3 1/6] migration: add VMSTATE_VARRAY_OF_POINTER_TO_STRUCT_UINT{8, 32}_ALLOC
Peter Xu
Re: [PATCH v3 1/6] migration: add VMSTATE_VARRAY_OF_POINTER_TO_STRUCT_UINT{8, 32}_ALLOC
Alexander Mikhalitsyn
Re: [PATCH v3 1/6] migration: add VMSTATE_VARRAY_OF_POINTER_TO_STRUCT_UINT{8, 32}_ALLOC
Peter Xu
Re: [PATCH v3 1/6] migration: add VMSTATE_VARRAY_OF_POINTER_TO_STRUCT_UINT{8, 32}_ALLOC
Alexander Mikhalitsyn
[PATCH v3 5/6] hw/nvme: add basic live migration support
Alexander Mikhalitsyn
[PATCH v3 2/6] tests/functional/migration: add VM launch/configure hooks
Alexander Mikhalitsyn
[PATCH v3 3/6] hw/nvme: add migration blockers for non-supported cases
Alexander Mikhalitsyn
[PATCH] block/nfs: add support for libnfs v6
Peter Lieven
Re: [PATCH] block/nfs: add support for libnfs v6
Kevin Wolf
Re: [PATCH 1/4] qcow2: Add keep_data_file command-line option
Kevin Wolf
[PATCH v4 0/4] Fix use-after-free and make format overflow more difficult
Akihiko Odaki
[PATCH v4 1/4] contrib/elf2dmp: Grow PDB URL buffer
Akihiko Odaki
Re: [PATCH v4 1/4] contrib/elf2dmp: Grow PDB URL buffer
Peter Maydell
[PATCH v4 2/4] vfio/pci: Grow buffer in vfio_pci_host_match()
Akihiko Odaki
[PATCH v4 3/4] tests: Clean up double comparisons to avoid compiler warning
Akihiko Odaki
Re: [PATCH v4 3/4] tests: Clean up double comparisons to avoid compiler warning
Markus Armbruster
[PATCH v4 4/4] meson: Add -Wformat-overflow=2
Akihiko Odaki
Re: [PATCH v4 4/4] meson: Add -Wformat-overflow=2
Peter Maydell
Re: [PATCH v4 0/4] Fix use-after-free and make format overflow more difficult
Philippe Mathieu-Daudé
[PATCH v3 17/18] migration: drop VMStateField.err_hint
Vladimir Sementsov-Ogievskiy
Re: [PATCH v3 17/18] migration: drop VMStateField.err_hint
Eric Farman
Re: [PATCH v3 17/18] migration: drop VMStateField.err_hint
Akihiko Odaki
Re: [PATCH v3 17/18] migration: drop VMStateField.err_hint
Peter Xu
[PATCH v5 00/15] tests: do more testing of block drivers
Daniel P . Berrangé
[PATCH v5 07/15] tests: add a meson suite / make target per block I/O tests format
Daniel P . Berrangé
[PATCH v5 15/15] gitlab: remove I/O tests from build-tcg-disabled job
Daniel P . Berrangé
[PATCH v5 08/15] docs/devel/testing: expand documentation for 'make check-block'
Daniel P . Berrangé
[PATCH v5 02/15] tests: print reason when I/O test is skipped in TAP mode
Daniel P . Berrangé
[PATCH v5 01/15] gitlab: ensure all meson jobs capture build/meson-logs by default
Daniel P . Berrangé
Re: [PATCH v5 01/15] gitlab: ensure all meson jobs capture build/meson-logs by default
Thomas Huth
Re: [PATCH v5 01/15] gitlab: ensure all meson jobs capture build/meson-logs by default
Daniel P . Berrangé
[PATCH v5 09/15] tests: add nbd and luks to the I/O test suites
Daniel P . Berrangé
[PATCH v5 06/15] scripts/mtest2make: support optional tests grouping
Daniel P . Berrangé
[PATCH v5 13/15] tests: add QEMU_TEST_IO_SKIP for skipping I/O tests
Daniel P . Berrangé
[PATCH v5 03/15] tests: remove redundant meson suite for iotests
Daniel P . Berrangé
[PATCH v5 05/15] scripts/mtest2make: ensure output has stable sorting
Daniel P . Berrangé
[PATCH v5 10/15] tests: use 'driver' as collective term for either format or protocol
Daniel P . Berrangé
[PATCH v5 14/15] gitlab: add jobs for thorough block tests
Daniel P . Berrangé
[PATCH v5 12/15] tests: fix check for sudo access in LUKS I/O test
Daniel P . Berrangé
[PATCH v5 11/15] tests: validate dmsetup result in test 128
Daniel P . Berrangé
[PATCH v5 04/15] tests: ensure all qcow2 I/O tests are able to be run via make
Daniel P . Berrangé
Re: [PATCH v5 00/15] tests: do more testing of block drivers
Daniel P . Berrangé
[PATCH v2] block: Never drop BLOCK_IO_ERROR with action=stop for rate limiting
Kevin Wolf
Re: [PATCH v2] block: Never drop BLOCK_IO_ERROR with action=stop for rate limiting
Daniel P . Berrangé
Re: [PATCH v2] block: Never drop BLOCK_IO_ERROR with action=stop for rate limiting
Kevin Wolf
Re: [PATCH v2] block: Never drop BLOCK_IO_ERROR with action=stop for rate limiting
Markus Armbruster
Re: [PATCH v2] block: Never drop BLOCK_IO_ERROR with action=stop for rate limiting
Kevin Wolf
Re: [PATCH v2] block: Never drop BLOCK_IO_ERROR with action=stop for rate limiting
Markus Armbruster
[PATCH v2 0/4] hw/nvme: add basic live migration support
Alexander Mikhalitsyn
[PATCH v2 2/4] hw/nvme: split nvme_init_sq/nvme_init_cq into helpers
Alexander Mikhalitsyn
[PATCH v2 1/4] hw/nvme: add migration blockers for non-supported cases
Alexander Mikhalitsyn
[PATCH v2 4/4] hw/nvme: add basic live migration support
Alexander Mikhalitsyn
[PATCH v2 3/4] migration: add VMSTATE_VARRAY_OF_POINTER_TO_STRUCT_UINT{8, 32}_ALLOC
Alexander Mikhalitsyn
[PATCH v3 0/4] Fix use-after-free and make format overflow more difficult
Akihiko Odaki
[PATCH v3 3/4] tests: Avoid sprintf() with "%.6f"
Akihiko Odaki
Re: [PATCH v3 3/4] tests: Avoid sprintf() with "%.6f"
Markus Armbruster
[PATCH v3 2/4] vfio/pci: Grow buffer in vfio_pci_host_match()
Akihiko Odaki
[PATCH v3 4/4] meson: Add -Wformat-overflow=2
Akihiko Odaki
[PATCH v3 1/4] contrib/elf2dmp: Grow PDB URL buffer
Akihiko Odaki
[PATCH] xen-block: remove NULL pointer dereference
Paolo Bonzini
[PATCH] qemu-coroutine-lock: fix has_waiters()
Paolo Bonzini
[PATCH v2 0/4] Fix use-after-free and make format overflow more difficult
Akihiko Odaki
[PATCH v2 2/4] vfio/pci: Grow buffer in vfio_pci_host_match()
Akihiko Odaki
Re: [PATCH v2 2/4] vfio/pci: Grow buffer in vfio_pci_host_match()
Alex Williamson
[PATCH v2 1/4] contrib/elf2dmp: Grow PDB URL buffer
Akihiko Odaki
[PATCH v2 3/4] tests: Grow buffers for double string
Akihiko Odaki
Re: [PATCH v2 3/4] tests: Grow buffers for double string
Markus Armbruster
Re: [PATCH v2 3/4] tests: Grow buffers for double string
Daniel P . Berrangé
Re: [PATCH v2 3/4] tests: Grow buffers for double string
Akihiko Odaki
[PATCH v2 4/4] meson: Add -Wformat-overflow=2
Akihiko Odaki
[PATCH] hw/block/nvme: re-enable wzds bit in namespace dlfeat
Pankaj Raghav
Re: [PATCH] hw/block/nvme: re-enable wzds bit in namespace dlfeat
Klaus Jensen
Re: [PATCH] hw/block/nvme: re-enable wzds bit in namespace dlfeat
Klaus Jensen
[PATCH v3 0/3] block/curl: fix S3 presigned URL support
Antoine Damhet
[PATCH v3 1/3] block/curl: fix concurrent completion handling
Antoine Damhet
[PATCH v3 3/3] block/curl: add support for S3 presigned URLs
Antoine Damhet
[PATCH v3 2/3] qapi: block: Refactor HTTP(s) common arguments
Antoine Damhet
Re: [PATCH v3 0/3] block/curl: fix S3 presigned URL support
Kevin Wolf
[PATCH v2 0/4] aio-posix: enable io_uring SINGLE_ISSUER, TASKRUN, and NO_SQARRAY flags
Stefan Hajnoczi
[PATCH v2 1/4] iothread: create AioContext in iothread_run()
Stefan Hajnoczi
[PATCH v2 2/4] aio-posix: enable IORING_SETUP_SINGLE_ISSUER
Stefan Hajnoczi
[PATCH v2 3/4] aio-posix: enable IORING_SETUP_COOP_TASKRUN | IORING_SETUP_TASKRUN_FLAG
Stefan Hajnoczi
Re: [PATCH v2 3/4] aio-posix: enable IORING_SETUP_COOP_TASKRUN | IORING_SETUP_TASKRUN_FLAG
Stefan Hajnoczi
[PATCH v2 4/4] aio-posix: enable IORING_SETUP_NO_SQARRAY
Stefan Hajnoczi
[PATCH v2 0/6] hw/virtio/virtio-access.h: remove target specific code
Philippe Mathieu-Daudé
[PATCH v2 6/6] hw/virtio/: make all compilation units common
Philippe Mathieu-Daudé
Earlier messages
Later messages