qemu-block
Thread
Date
Earlier messages
Later messages
Messages by Thread
[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é
[PATCH v2 1/6] hw/virtio: Add virtio_vdev_is_legacy()
Philippe Mathieu-Daudé
[PATCH v2 3/6] hw/virtio: Inline virtio_access_is_big_endian()
Philippe Mathieu-Daudé
[PATCH v2 5/6] hw/virtio/virtio-qmp: make compilation unit common
Philippe Mathieu-Daudé
[PATCH v2 2/6] hw/virtio: Simplify virtio_access_is_big_endian()
Philippe Mathieu-Daudé
[PATCH v2 4/6] hw/virtio/vhost-user: make compilation unit common
Philippe Mathieu-Daudé
Re: [PATCH v2 0/6] hw/virtio/virtio-access.h: remove target specific code
Pierrick Bouvier
[PULL v2 00/19] Python patches
John Snow
[PULL v2 02/19] python/mkvenv: bump 'qemu.qmp' dependency for testdeps
John Snow
[PULL v2 01/19] python/mkvenv: create timestamp file for each group "ensured"
John Snow
[PULL v2 08/19] tests: use "run" script to execute device-crash-test
John Snow
[PULL v2 05/19] meson, mkvenv: add functests custom target
John Snow
[PULL v2 04/19] python/mkvenv: add mechanism to install local package(s)
John Snow
[PULL v2 07/19] iotests: tolerate being run outside of pyvenv
John Snow
[PULL v2 03/19] python/mkvenv: add 'tooling' and 'functests' dependency groups
John Snow
[PULL v2 09/19] tests/lcitool: update lcitool to latest version
John Snow
[PULL v2 14/19] configure: unconditionally install "tooling" group
John Snow
[PULL v2 16/19] scripts: nudge users to use 'run' script for scripts that import qemu.qmp
John Snow
[PULL v2 15/19] tests: replace check-venv with vm-venv target
John Snow
[PULL v2 13/19] meson, mkvenv: add qemu.git/python/qemu package to pythondeps.toml
John Snow
[PULL v2 11/19] python: add vendored qemu.qmp package
John Snow
[PULL v2 19/19] python: add setuptools and wheel dependencies
John Snow
[PULL v2 18/19] python: update README.rst to reflect qemu.qmp's removal
John Snow
[PULL v2 12/19] meson, mkvenv: make functional tests depend on functests group
John Snow
[PULL v2 06/19] tests: Use configured python to run GitLab iotests
John Snow
[PULL v2 10/19] tests/lcitool: add python3 wheel and setuptools deps for qemu
John Snow
Re: [PULL v2 00/19] Python patches
Peter Maydell
block/nfs.c and libnfs vs Fedora 43 (was: Re: [PULL v2 00/19] Python patches)
Peter Maydell
Re: block/nfs.c and libnfs vs Fedora 43 (was: Re: [PULL v2 00/19] Python patches)
Daniel P . Berrangé
Re: block/nfs.c and libnfs vs Fedora 43 (was: Re: [PULL v2 00/19] Python patches)
Peter Maydell
Re: block/nfs.c and libnfs vs Fedora 43 (was: Re: [PULL v2 00/19] Python patches)
Peter Lieven
Re: block/nfs.c and libnfs vs Fedora 43
Thomas Huth
Re: block/nfs.c and libnfs vs Fedora 43
Peter Lieven
Re: block/nfs.c and libnfs vs Fedora 43
Markus Armbruster
Re: block/nfs.c and libnfs vs Fedora 43
Peter Lieven
Re: block/nfs.c and libnfs vs Fedora 43
Peter Maydell
Re: block/nfs.c and libnfs vs Fedora 43
Thomas Huth
[PATCH v2 0/3] block/curl: fix S3 presigned URL support
Antoine Damhet
[PATCH v2 1/3] block/curl: fix concurrent completion handling
Antoine Damhet
[PATCH v2 2/3] qapi: block: Refactor HTTP(s) common arguments
Antoine Damhet
Re: [PATCH v2 2/3] qapi: block: Refactor HTTP(s) common arguments
Markus Armbruster
[PATCH v2 3/3] block/curl: add support for S3 presigned URLs
Antoine Damhet
Re: [PATCH v2 3/3] block/curl: add support for S3 presigned URLs
Markus Armbruster
Re: [PATCH 06/18] hw/block/pflash: Remove PFlashCFI01::old_multiple_chip_handling field
Thomas Huth
Re: [PATCH 03/18] hw/southbridge/ich9: Remove ICH9_LPC_SMI_F_BROADCAST_BIT definition
Thomas Huth
Re: [PATCH 03/18] hw/southbridge/ich9: Remove ICH9_LPC_SMI_F_BROADCAST_BIT definition
Thomas Huth
Re: [PATCH 03/18] hw/southbridge/ich9: Remove ICH9_LPC_SMI_F_BROADCAST_BIT definition
Igor Mammedov
[PATCH 0/4] vhost-user-blk: fix compatibility with older qemu versions
Alexandr Moshkov
[PATCH 2/4] vhost-user: add skip_drain param to GET_VRING_BASE
Alexandr Moshkov
Re: [PATCH 2/4] vhost-user: add skip_drain param to GET_VRING_BASE
Stefan Hajnoczi
Re: [PATCH 2/4] vhost-user: add skip_drain param to GET_VRING_BASE
Alexandr Moshkov
Re: [PATCH 2/4] vhost-user: add skip_drain param to GET_VRING_BASE
Vladimir Sementsov-Ogievskiy
Re: [PATCH 2/4] vhost-user: add skip_drain param to GET_VRING_BASE
Vladimir Sementsov-Ogievskiy
[PATCH 1/4] vhost-user.rst: fix typo
Alexandr Moshkov
Re: [PATCH 1/4] vhost-user.rst: fix typo
Stefan Hajnoczi
[PATCH 3/4] vhost-user: remove supports_inflight_migration
Alexandr Moshkov
[PATCH 4/4] vhost-user-blk: make inflight migration throught skip_drain
Alexandr Moshkov
Re: [PATCH 4/4] vhost-user-blk: make inflight migration throught skip_drain
Vladimir Sementsov-Ogievskiy
[PATCH v3 00/15] Add SSP/TSP power control and DRAM remap support for AST2700
Jamin Lin
[PATCH v3 01/15] hw/arm/ast27x0: Start SSP in powered-off state to match hardware behavior
Jamin Lin
[PATCH v3 10/15] hw/arm/aspeed_ast27x0: Add unimplemented Privilege Controller MMIO regions for SSP/TSP
Jamin Lin
[PATCH v3 11/15] hw/arm/aspeed_ast27x0: Add unimplemented OTP controller MMIO regions for SSP/TSP
Jamin Lin
[PATCH v3 13/15] hw/ssi/aspeed_smc: Add Data FIFO-based flash access support for AST2700
Jamin Lin
[PATCH v3 14/15] tests/functional/aarch64/test_aspeed_ast2700fc: Boot SSP/TSP via PSP and load binaries from DRAM
Jamin Lin
[PATCH v3 08/15] hw/misc/aspeed_scu: Add SCU support for TSP SDRAM remap
Jamin Lin
[PATCH v3 09/15] hw/arm/ast27x0: Share FMC controller with SSP and TSP
Jamin Lin
[PATCH v3 04/15] hw/arm/ast27x0: Add DRAM alias for TSP SDRAM remap
Jamin Lin
[PATCH v3 07/15] hw/misc/aspeed_scu: Add SCU support for SSP SDRAM remap
Jamin Lin
[PATCH v3 15/15] docs: Add support vbootrom and update Manual boot for ast2700fc
Jamin Lin
[PATCH v3 03/15] hw/arm/ast27x0: Add DRAM alias for SSP SDRAM remap
Jamin Lin
[PATCH v3 12/15] hw/block/m25p80: Implement volatile status register write enable for Winbond
Jamin Lin
[PATCH v3 02/15] hw/arm/ast27x0: Start TSP in powered-off state to match hardware behavior
Jamin Lin
[PATCH v3 06/15] hw/misc/aspeed_scu: Implement TSP reset and power-on control via SCU registers
Jamin Lin
[PATCH v3 05/15] hw/misc/aspeed_scu: Implement SSP reset and power-on control via SCU registers
Jamin Lin
[PULL 0/2] Block patches
Stefan Hajnoczi
[PULL 1/2] aio-posix: notify main loop when SQEs are queued
Stefan Hajnoczi
[PULL 2/2] fdmon-io_uring: check CQ ring directly in gsource_check
Stefan Hajnoczi
Re: [PULL 0/2] Block patches
Peter Maydell
[PATCH] mirror: Fix missed dirty bitmap writes during startup
Kevin Wolf
Re: [PATCH] mirror: Fix missed dirty bitmap writes during startup
Fiona Ebner
Re: [PATCH] mirror: Fix missed dirty bitmap writes during startup
Kevin Wolf
Re: [PATCH] mirror: Fix missed dirty bitmap writes during startup
Fiona Ebner
Re: [PATCH] mirror: Fix missed dirty bitmap writes during startup
Jean-Louis Dupond
Re: [PATCH] mirror: Fix missed dirty bitmap writes during startup
Jean-Louis Dupond
Re: [PATCH] mirror: Fix missed dirty bitmap writes during startup
Kevin Wolf
Re: [PATCH] mirror: Fix missed dirty bitmap writes during startup
Vladimir Sementsov-Ogievskiy
Re: [PATCH] mirror: Fix missed dirty bitmap writes during startup
Kevin Wolf
Re: [PATCH] mirror: Fix missed dirty bitmap writes during startup
Michael Tokarev
Re: [PATCH] mirror: Fix missed dirty bitmap writes during startup
Fiona Ebner
Re: [PATCH] mirror: Fix missed dirty bitmap writes during startup
Michael Tokarev
Re: [PATCH] mirror: Fix missed dirty bitmap writes during startup
Fiona Ebner
[PATCH v8 00/20] python: drop qemu.qmp from qemu.git tree
John Snow
[PATCH v8 03/20] python/mkvenv: bump 'qemu.qmp' dependency for testdeps
John Snow
[PATCH v8 01/20] [do-not-merge] contrib/plugins/cpp: use __has_include
John Snow
[PATCH v8 04/20] python/mkvenv: add 'tooling' and 'functests' dependency groups
John Snow
[PATCH v8 02/20] python/mkvenv: create timestamp file for each group "ensured"
John Snow
[PATCH v8 05/20] python/mkvenv: add mechanism to install local package(s)
John Snow
[PATCH v8 08/20] iotests: tolerate being run outside of pyvenv
John Snow
Re: [PATCH v8 08/20] iotests: tolerate being run outside of pyvenv
Thomas Huth
[PATCH v8 11/20] tests/lcitool: add python3 wheel and setuptools deps for qemu
John Snow
Re: [PATCH v8 11/20] tests/lcitool: add python3 wheel and setuptools deps for qemu
Thomas Huth
[PATCH v8 09/20] tests: use "run" script to execute device-crash-test
John Snow
[PATCH v8 10/20] tests/lcitool: update lcitool to latest version
John Snow
[PATCH v8 07/20] tests: Use configured python to run GitLab iotests
John Snow
[PATCH v8 12/20] python: add vendored qemu.qmp package
John Snow
[PATCH v8 06/20] meson, mkvenv: add functests custom target
John Snow
[PATCH v8 13/20] meson, mkvenv: make functional tests depend on functests group
John Snow
[PATCH v8 14/20] meson, mkvenv: add qemu.git/python/qemu package to pythondeps.toml
John Snow
[PATCH v8 19/20] python: update README.rst to reflect qemu.qmp's removal
John Snow
[PATCH v8 15/20] configure: unconditionally install "tooling" group
John Snow
[PATCH v8 16/20] tests: replace check-venv with vm-venv target
John Snow
Re: [PATCH v8 16/20] tests: replace check-venv with vm-venv target
Thomas Huth
[PATCH v8 17/20] scripts: nudge users to use 'run' script for scripts that import qemu.qmp
John Snow
[PATCH v8 20/20] python: add setuptools and wheel dependencies
John Snow
Re: [PATCH v8 00/20] python: drop qemu.qmp from qemu.git tree
John Snow
Re: [PATCH v8 00/20] python: drop qemu.qmp from qemu.git tree
Thomas Huth
[PATCH v4 00/24] export/fuse: Use coroutines and multi-threading
Hanna Czenczek
[PATCH v4 05/24] fuse: Change setup_... to mount_fuse_export()
Hanna Czenczek
[PATCH v4 02/24] fuse: Ensure init clean-up even with error_fatal
Hanna Czenczek
[PATCH v4 11/24] fuse: Add halted flag
Hanna Czenczek
[PATCH v4 17/24] fuse: Reduce max read size
Hanna Czenczek
[PATCH v4 10/24] fuse: Introduce fuse_{inc,dec}_in_flight()
Hanna Czenczek
[PATCH v4 20/24] iotests/307: Test multi-thread export interface
Hanna Czenczek
[PATCH v4 01/24] fuse: Copy write buffer content before polling
Hanna Czenczek
[PATCH v4 23/24] qapi/block-export: Document FUSE's multi-threading
Hanna Czenczek
[PATCH v4 21/24] fuse: Make shared export state atomic
Hanna Czenczek
[PATCH v4 03/24] fuse: Remove superfluous empty line
Hanna Czenczek
[PATCH v4 08/24] fuse: Set direct_io and parallel_direct_writes
Hanna Czenczek
[PATCH v4 16/24] fuse: Manually process requests (without libfuse)
Hanna Czenczek
Re: [PATCH v4 16/24] fuse: Manually process requests (without libfuse)
Kevin Wolf
Re: [PATCH v4 16/24] fuse: Manually process requests (without libfuse)
Kevin Wolf
[PATCH v4 07/24] fuse: Fix mount options
Hanna Czenczek
Re: [PATCH v4 07/24] fuse: Fix mount options
Kevin Wolf
[PATCH v4 15/24] block: Move qemu_fcntl_addfl() into osdep.c
Hanna Czenczek
[PATCH v4 06/24] fuse: Destroy session on mount_fuse_export() fail
Hanna Czenczek
[PATCH v4 19/24] block/export: Add multi-threading interface
Hanna Czenczek
[PATCH v4 04/24] fuse: Explicitly set inode ID to 1
Hanna Czenczek
[PATCH v4 09/24] fuse: Introduce fuse_{at,de}tach_handlers()
Hanna Czenczek
[PATCH v4 13/24] iotests/308: Use conv=notrunc to test growability
Hanna Czenczek
[PATCH v4 22/24] fuse: Implement multi-threading
Hanna Czenczek
[PATCH v4 14/24] fuse: Explicitly handle non-grow post-EOF accesses
Hanna Czenczek
[PATCH v4 12/24] fuse: fuse_{read,write}: Rename length to blk_len
Hanna Czenczek
[PATCH v4 18/24] fuse: Process requests in coroutines
Hanna Czenczek
[PATCH v4 24/24] iotests/308: Add multi-threading sanity test
Hanna Czenczek
Re: [PATCH v4 00/24] export/fuse: Use coroutines and multi-threading
Kevin Wolf
[PATCH 0/4] [RFC] hw/nvme: add basic live migration support
Alexander Mikhalitsyn
[PATCH 1/4] hw/nvme: add migration blockers for non-supported cases
Alexander Mikhalitsyn
[PATCH 2/4] hw/nvme: split nvme_init_sq/nvme_init_cq into helpers
Alexander Mikhalitsyn
[PATCH 3/4] migration: add VMSTATE_VARRAY_OF_POINTER_TO_STRUCT_ALLOC
Alexander Mikhalitsyn
Re: [PATCH 3/4] migration: add VMSTATE_VARRAY_OF_POINTER_TO_STRUCT_ALLOC
Peter Xu
Re: [PATCH 3/4] migration: add VMSTATE_VARRAY_OF_POINTER_TO_STRUCT_ALLOC
Alexander Mikhalitsyn
Re: [PATCH 3/4] migration: add VMSTATE_VARRAY_OF_POINTER_TO_STRUCT_ALLOC
Peter Xu
Re: [PATCH 3/4] migration: add VMSTATE_VARRAY_OF_POINTER_TO_STRUCT_ALLOC
Alexander Mikhalitsyn
[PATCH 4/4] hw/nvme: add basic live migration support
Alexander Mikhalitsyn
Re: [PATCH 0/4] [RFC] hw/nvme: add basic live migration support
Klaus Jensen
Re: [PATCH 0/4] [RFC] hw/nvme: add basic live migration support
Alexander Mikhalitsyn
Re: [PATCH 0/4] [RFC] hw/nvme: add basic live migration support
Alexander Mikhalitsyn
[PATCH v7 00/19] python: drop qemu.qmp from qemu.git tree
John Snow
[PATCH v7 02/19] python/mkvenv: create timestamp file for each group "ensured"
John Snow
[PATCH v7 01/19] [do-not-merge] contrib/plugins/cpp: use __has_include
John Snow
[PATCH v7 06/19] meson, mkvenv: add functests custom target
John Snow
[PATCH v7 05/19] python/mkvenv: add mechanism to install local package(s)
John Snow
[PATCH v7 13/19] meson, mkvenv: add qemu.git/python/qemu package to pythondeps.toml
John Snow
Re: [PATCH v7 13/19] meson, mkvenv: add qemu.git/python/qemu package to pythondeps.toml
Thomas Huth
[PATCH v7 09/19] tests/lcitool: update lcitool to latest version
John Snow
Re: [PATCH v7 09/19] tests/lcitool: update lcitool to latest version
Thomas Huth
[PATCH v7 07/19] tests: Use configured python to run GitLab iotests
John Snow
[PATCH v7 08/19] tests: use "run" script to execute device-crash-test
John Snow
[PATCH v7 15/19] tests: replace check-venv with vm-venv target
John Snow
Re: [PATCH v7 15/19] tests: replace check-venv with vm-venv target
Thomas Huth
Re: [PATCH v7 15/19] tests: replace check-venv with vm-venv target
John Snow
[PATCH v7 11/19] python: add vendored qemu.qmp package
John Snow
[PATCH v7 03/19] python/mkvenv: bump 'qemu.qmp' dependency for testdeps
John Snow
[PATCH v7 14/19] configure: unconditionally install "tooling" group
John Snow
[PATCH v7 10/19] tests/lcitool: add python3 wheel and setuptools deps for qemu
John Snow
Re: [PATCH v7 10/19] tests/lcitool: add python3 wheel and setuptools deps for qemu
Thomas Huth
[PATCH v7 16/19] scripts: nudge users to use 'run' script for scripts that import qemu.qmp
John Snow
[PATCH v7 04/19] python/mkvenv: add 'tooling' and 'functests' dependency groups
John Snow
[PATCH v7 12/19] meson, mkvenv: make functional tests depend on functests group
John Snow
Earlier messages
Later messages