qemu-block
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [PATCH v6.1 5/6] scripts: Add helper script to generate eMMC block device images
Philippe Mathieu-Daudé
Re: [PATCH v6.1 5/6] scripts: Add helper script to generate eMMC block device images
Jan Kiszka
[PATCH v6 3/6] hw/sd/sdcard: Add basic support for RPMB partition
Jan Kiszka
Re: [PATCH v6 3/6] hw/sd/sdcard: Add basic support for RPMB partition
Philippe Mathieu-Daudé
Re: [PATCH v6 0/6] sd: Add RPMB emulation to eMMC model
Philippe Mathieu-Daudé
Re: [PATCH v6 0/6] sd: Add RPMB emulation to eMMC model
Philippe Mathieu-Daudé
Re: [PATCH v6 0/6] sd: Add RPMB emulation to eMMC model
Philippe Mathieu-Daudé
Re: [PATCH v6 0/6] sd: Add RPMB emulation to eMMC model
Ilias Apalodimas
[PATCH for-10.2] hw/nvme: fix namespace atomic parameter setup
Klaus Jensen
Re: [PATCH for-10.2] hw/nvme: fix namespace atomic parameter setup
Jesper Devantier
[PATCH v6 00/15] aio: add the aio_add_sqe() io_uring API
Stefan Hajnoczi
[PATCH v6 08/15] aio: free AioContext when aio_context_new() fails
Stefan Hajnoczi
[PATCH v6 06/15] aio-posix: integrate fdmon into glib event loop
Stefan Hajnoczi
[PATCH v6 05/15] tests/unit: skip test-nested-aio-poll with io_uring
Stefan Hajnoczi
[PATCH v6 12/15] aio-posix: add fdmon_ops->dispatch()
Stefan Hajnoczi
[PATCH v6 02/15] aio-posix: fix fdmon-io_uring.c timeout stack variable lifetime
Stefan Hajnoczi
[PATCH v6 14/15] block/io_uring: use aio_add_sqe()
Stefan Hajnoczi
Re: [PATCH v6 14/15] block/io_uring: use aio_add_sqe()
Fiona Ebner
Re: [PATCH v6 14/15] block/io_uring: use aio_add_sqe()
Fiona Ebner
[PATCH v6 07/15] aio: remove aio_context_use_g_source()
Stefan Hajnoczi
[PATCH v6 09/15] aio: add errp argument to aio_context_setup()
Stefan Hajnoczi
[PATCH v6 13/15] aio-posix: add aio_add_sqe() API for user-defined io_uring requests
Stefan Hajnoczi
[PATCH v6 15/15] block/io_uring: use non-vectored read/write when possible
Stefan Hajnoczi
[PATCH v6 10/15] aio-posix: gracefully handle io_uring_queue_init() failure
Stefan Hajnoczi
[PATCH v6 04/15] aio-posix: keep polling enabled with fdmon-io_uring.c
Stefan Hajnoczi
[PATCH v6 03/15] aio-posix: fix spurious return from ->wait() due to signals
Stefan Hajnoczi
[PATCH v6 01/15] aio-posix: fix race between io_uring CQE and AioHandler deletion
Stefan Hajnoczi
[PATCH v6 11/15] aio-posix: unindent fdmon_io_uring_destroy()
Stefan Hajnoczi
Re: [PATCH v6 00/15] aio: add the aio_add_sqe() io_uring API
Kevin Wolf
Re: [PATCH v6 00/15] aio: add the aio_add_sqe() io_uring API
Michael Tokarev
Re: [PATCH v6 00/15] aio: add the aio_add_sqe() io_uring API
Kevin Wolf
Re: [PATCH v6 00/15] aio: add the aio_add_sqe() io_uring API
Stefan Hajnoczi
[PATCH 0/8] Fix deadlock with bdrv_open of self-served NBD
Eric Blake
[PATCH 2/8] qio: Minor optimization when callback function is unchanged
Eric Blake
Re: [PATCH 2/8] qio: Minor optimization when callback function is unchanged
Daniel P . Berrangé
Re: [PATCH 2/8] qio: Minor optimization when callback function is unchanged
Kevin Wolf
Re: [PATCH 2/8] qio: Minor optimization when callback function is unchanged
Eric Blake
[PATCH 3/8] qio: Remember context of qio_net_listener_set_client_func_full
Eric Blake
Re: [PATCH 3/8] qio: Remember context of qio_net_listener_set_client_func_full
Daniel P . Berrangé
Re: [PATCH 3/8] qio: Remember context of qio_net_listener_set_client_func_full
Kevin Wolf
Re: [PATCH 3/8] qio: Remember context of qio_net_listener_set_client_func_full
Eric Blake
[PATCH 4/8] qio: Factor out helpers qio_net_listener_[un]watch
Eric Blake
Re: [PATCH 4/8] qio: Factor out helpers qio_net_listener_[un]watch
Daniel P . Berrangé
Re: [PATCH 4/8] qio: Factor out helpers qio_net_listener_[un]watch
Kevin Wolf
Re: [PATCH 4/8] qio: Factor out helpers qio_net_listener_[un]watch
Eric Blake
Re: [PATCH 4/8] qio: Factor out helpers qio_net_listener_[un]watch
Kevin Wolf
Re: [PATCH 4/8] qio: Factor out helpers qio_net_listener_[un]watch
Daniel P . Berrangé
Re: [PATCH 4/8] qio: Factor out helpers qio_net_listener_[un]watch
Eric Blake
[PATCH 8/8] iotests: Add coverage of recent NBD qio deadlock fix
Eric Blake
Re: [PATCH 8/8] iotests: Add coverage of recent NBD qio deadlock fix
Vladimir Sementsov-Ogievskiy
Re: [PATCH 8/8] iotests: Add coverage of recent NBD qio deadlock fix
Eric Blake
Re: [PATCH 8/8] iotests: Add coverage of recent NBD qio deadlock fix
Vladimir Sementsov-Ogievskiy
Re: [PATCH 8/8] iotests: Add coverage of recent NBD qio deadlock fix
Kevin Wolf
[PATCH 1/8] qio: Add trace points to net_listener
Eric Blake
Re: [PATCH 1/8] qio: Add trace points to net_listener
Daniel P . Berrangé
Re: [PATCH 1/8] qio: Add trace points to net_listener
Kevin Wolf
Re: [PATCH 1/8] qio: Add trace points to net_listener
Eric Blake
Re: [PATCH 1/8] qio: Add trace points to net_listener
Kevin Wolf
[PATCH 7/8] qio: Use AioContext for default-context QIONetListener
Eric Blake
Re: [PATCH 7/8] qio: Use AioContext for default-context QIONetListener
Daniel P . Berrangé
Re: [PATCH 7/8] qio: Use AioContext for default-context QIONetListener
Eric Blake
Re: [PATCH 7/8] qio: Use AioContext for default-context QIONetListener
Kevin Wolf
[PATCH 5/8] qio: Let listening sockets remember their owning QIONetListener
Eric Blake
Re: [PATCH 5/8] qio: Let listening sockets remember their owning QIONetListener
Eric Blake
Re: [PATCH 5/8] qio: Let listening sockets remember their owning QIONetListener
Eric Blake
Re: [PATCH 5/8] qio: Let listening sockets remember their owning QIONetListener
Daniel P . Berrangé
Re: [PATCH 5/8] qio: Let listening sockets remember their owning QIONetListener
Eric Blake
[PATCH 6/8] qio: Hoist ref of listener outside loop
Eric Blake
Re: [PATCH 6/8] qio: Hoist ref of listener outside loop
Daniel P . Berrangé
Re: [PATCH 6/8] qio: Hoist ref of listener outside loop
Eric Blake
Re: [PATCH 6/8] qio: Hoist ref of listener outside loop
Daniel P . Berrangé
Re: [PATCH 6/8] qio: Hoist ref of listener outside loop
Kevin Wolf
Re: [PATCH 6/8] qio: Hoist ref of listener outside loop
Daniel P . Berrangé
Re: [PATCH 6/8] qio: Hoist ref of listener outside loop
Eric Blake
Re: [PATCH 6/8] qio: Hoist ref of listener outside loop
Eric Blake
Re: [PATCH 6/8] qio: Hoist ref of listener outside loop
Daniel P . Berrangé
Re: [PATCH 6/8] qio: Hoist ref of listener outside loop
Daniel P . Berrangé
[PATCH v4] file-posix: Tolerate unaligned hole at middle
Akihiko Odaki
[RESEND PATCH v5 00/13] aio: add the aio_add_sqe() io_uring API
Stefan Hajnoczi
[RESEND PATCH v5 09/13] aio-posix: unindent fdmon_io_uring_destroy()
Stefan Hajnoczi
[RESEND PATCH v5 02/13] aio-posix: keep polling enabled with fdmon-io_uring.c
Stefan Hajnoczi
[RESEND PATCH v5 01/13] aio-posix: fix race between io_uring CQE and AioHandler deletion
Stefan Hajnoczi
[RESEND PATCH v5 12/13] block/io_uring: use aio_add_sqe()
Stefan Hajnoczi
[RESEND PATCH v5 07/13] aio: add errp argument to aio_context_setup()
Stefan Hajnoczi
[RESEND PATCH v5 08/13] aio-posix: gracefully handle io_uring_queue_init() failure
Stefan Hajnoczi
[RESEND PATCH v5 03/13] tests/unit: skip test-nested-aio-poll with io_uring
Stefan Hajnoczi
[RESEND PATCH v5 04/13] aio-posix: integrate fdmon into glib event loop
Stefan Hajnoczi
[RESEND PATCH v5 06/13] aio: free AioContext when aio_context_new() fails
Stefan Hajnoczi
[RESEND PATCH v5 05/13] aio: remove aio_context_use_g_source()
Stefan Hajnoczi
[RESEND PATCH v5 13/13] block/io_uring: use non-vectored read/write when possible
Stefan Hajnoczi
[RESEND PATCH v5 11/13] aio-posix: add aio_add_sqe() API for user-defined io_uring requests
Stefan Hajnoczi
[RESEND PATCH v5 10/13] aio-posix: add fdmon_ops->dispatch()
Stefan Hajnoczi
Re: [RESEND PATCH v5 00/13] aio: add the aio_add_sqe() io_uring API
Kevin Wolf
Re: [RESEND PATCH v5 00/13] aio: add the aio_add_sqe() io_uring API
Kevin Wolf
Re: [RESEND PATCH v5 00/13] aio: add the aio_add_sqe() io_uring API
Kevin Wolf
Re: [RESEND PATCH v5 00/13] aio: add the aio_add_sqe() io_uring API
Stefan Hajnoczi
Re: [RESEND PATCH v5 00/13] aio: add the aio_add_sqe() io_uring API
Stefan Hajnoczi
[PULL 5/7] hw/nvme: connect SPDM over NVMe Security Send/Recv
Klaus Jensen
[PULL 7/7] hw/nvme: add atomic boundary support
Klaus Jensen
[PULL 3/7] hw/nvme: add NVMe Admin Security SPDM support
Klaus Jensen
[PULL 6/7] hw/nvme: enable ns atomic writes
Klaus Jensen
Re: [PULL 6/7] hw/nvme: enable ns atomic writes
Peter Maydell
Re: [PULL 6/7] hw/nvme: enable ns atomic writes
Klaus Jensen
[PATCH v5 00/12] aio: add the aio_add_sqe() io_uring API
Stefan Hajnoczi
[PATCH v5 02/12] aio-posix: keep polling enabled with fdmon-io_uring.c
Stefan Hajnoczi
[PATCH v5 05/12] aio: remove aio_context_use_g_source()
Stefan Hajnoczi
[PATCH v5 03/12] tests/unit: skip test-nested-aio-poll with io_uring
Stefan Hajnoczi
[PATCH v5 04/12] aio-posix: integrate fdmon into glib event loop
Stefan Hajnoczi
[PATCH v5 07/12] aio: add errp argument to aio_context_setup()
Stefan Hajnoczi
[PATCH v5 11/12] aio-posix: add aio_add_sqe() API for user-defined io_uring requests
Stefan Hajnoczi
[PATCH v5 06/12] aio: free AioContext when aio_context_new() fails
Stefan Hajnoczi
[PATCH v5 08/12] aio-posix: gracefully handle io_uring_queue_init() failure
Stefan Hajnoczi
[PATCH v5 01/12] aio-posix: fix race between io_uring CQE and AioHandler deletion
Stefan Hajnoczi
[PATCH v5 09/12] aio-posix: unindent fdmon_io_uring_destroy()
Stefan Hajnoczi
[PATCH v5 12/12] block/io_uring: use aio_add_sqe()
Stefan Hajnoczi
[PATCH v5 10/12] aio-posix: add fdmon_ops->dispatch()
Stefan Hajnoczi
Re: [PATCH v5 00/12] aio: add the aio_add_sqe() io_uring API
Kevin Wolf
Re: [PATCH v5 00/12] aio: add the aio_add_sqe() io_uring API
Stefan Hajnoczi
[PATCH v2] block: Drop detach_subchain for bdrv_replace_node
Wesley Hershberger
Re: [PATCH v2] block: Drop detach_subchain for bdrv_replace_node
Kevin Wolf
[PULL 00/18] Block layer patches
Kevin Wolf
[PULL 01/18] tests/qemu-iotests: Mark the 'inactive-node-nbd' as unsupported with -luks
Kevin Wolf
[PULL 08/18] block: enable stats-intervals for storage devices
Kevin Wolf
[PULL 12/18] block: implement 'resize' callback for child_of_bds class
Kevin Wolf
[PULL 02/18] block: remove 'detached-header' option from opts after use
Kevin Wolf
[PULL 06/18] iotests: Adjust nbd expected outputs to match current behavior
Kevin Wolf
[PULL 13/18] iotests: add test for resizing a node below filters
Kevin Wolf
[PULL 05/18] block/curl.c: Fix CURLOPT_VERBOSE parameter type
Kevin Wolf
[PULL 07/18] iotests: Adjust fuse-allow-other expected output
Kevin Wolf
[PULL 09/18] MAINTAINERS: Mark VHDX block driver as "Odd Fixes"
Kevin Wolf
[PULL 11/18] block: make bdrv_co_parent_cb_resize() a proper IO API function
Kevin Wolf
[PULL 17/18] qemu-img info: Optionally show block limits
Kevin Wolf
[PULL 10/18] include/block/block_int-common: document when resize callback is used
Kevin Wolf
[PULL 04/18] block/monitor: Use hmp_handle_error to report error
Kevin Wolf
[PULL 15/18] block: Improve comments in BlockLimits
Kevin Wolf
[PULL 14/18] iotests: add test for resizing a 'file' node below a 'raw' node
Kevin Wolf
[PULL 18/18] qemu-img info: Add cache mode option
Kevin Wolf
[PULL 03/18] block: fix luks 'amend' when run in coroutine
Kevin Wolf
Re: [PULL 03/18] block: fix luks 'amend' when run in coroutine
Michael Tokarev
Re: [PULL 03/18] block: fix luks 'amend' when run in coroutine
Daniel P . Berrangé
[PULL 16/18] block: Expose block limits for images in QMP
Kevin Wolf
[PATCH v3] file-posix: Tolerate unaligned hole at middle
Akihiko Odaki
Re: [PATCH v3] file-posix: Tolerate unaligned hole at middle
Eric Blake
[PATCH RFC 00/10] RFC: Drop qemu.qmp from qemu.git
John Snow
[PATCH RFC 02/10] python/qapi: Add an ignore for Pylint 4.x
John Snow
Re: [PATCH RFC 02/10] python/qapi: Add an ignore for Pylint 4.x
Thomas Huth
Re: [PATCH RFC 02/10] python/qapi: Add an ignore for Pylint 4.x
John Snow
[PATCH RFC 07/10] meson: create meson custom target for python test dependencies
John Snow
[PATCH RFC 03/10] python/mkvenv: create timestamp file for each group "ensured"
John Snow
Re: [PATCH RFC 03/10] python/mkvenv: create timestamp file for each group "ensured"
Thomas Huth
Re: [PATCH RFC 03/10] python/mkvenv: create timestamp file for each group "ensured"
John Snow
[PATCH RFC 01/10] python/mkvenv: ensure HAVE_LIB variables are actually constants
John Snow
Re: [PATCH RFC 01/10] python/mkvenv: ensure HAVE_LIB variables are actually constants
Thomas Huth
Re: [PATCH RFC 01/10] python/mkvenv: ensure HAVE_LIB variables are actually constants
John Snow
[PATCH RFC 06/10] python/mkvenv: add "tests" dependency group
John Snow
Re: [PATCH RFC 06/10] python/mkvenv: add "tests" dependency group
Thomas Huth
Re: [PATCH RFC 06/10] python/mkvenv: add "tests" dependency group
John Snow
Re: [PATCH RFC 06/10] python/mkvenv: add "tests" dependency group
Thomas Huth
[PATCH RFC 04/10] python/mkvenv: bump 'qemu.qmp' dependency for testdeps
John Snow
Re: [PATCH RFC 04/10] python/mkvenv: bump 'qemu.qmp' dependency for testdeps
Thomas Huth
[PATCH RFC 09/10] python: quote dotted dependency keys
John Snow
Re: [PATCH RFC 09/10] python: quote dotted dependency keys
Thomas Huth
Re: [PATCH RFC 09/10] python: quote dotted dependency keys
John Snow
[PATCH RFC 05/10] python/mkvenv: rename 'testdeps' to 'functests'
John Snow
Re: [PATCH RFC 05/10] python/mkvenv: rename 'testdeps' to 'functests'
Thomas Huth
Re: [PATCH RFC 05/10] python/mkvenv: rename 'testdeps' to 'functests'
Thomas Huth
[PATCH RFC 08/10] meson: make iotests depend on pyvent_test_deps
John Snow
[PATCH v3 00/25] hw/sysbus: Spring cleanups (part 1)
Philippe Mathieu-Daudé
[PATCH v3 01/25] hw/i386/microvm: Use proper SysBus accessors
Philippe Mathieu-Daudé
Re: [PATCH v3 01/25] hw/i386/microvm: Use proper SysBus accessors
Thomas Huth
Re: [PATCH v3 01/25] hw/i386/microvm: Use proper SysBus accessors
Zhao Liu
[PATCH v3 02/25] hw/i386/ioapic: Use proper SysBus accessors
Philippe Mathieu-Daudé
Re: [PATCH v3 02/25] hw/i386/ioapic: Use proper SysBus accessors
Zhao Liu
Re: [PATCH v3 02/25] hw/i386/ioapic: Use proper SysBus accessors
Zhao Liu
[PATCH v3 03/25] hw/timer/hpet: Use proper SysBus accessors
Philippe Mathieu-Daudé
Re: [PATCH v3 03/25] hw/timer/hpet: Use proper SysBus accessors
Zhao Liu
[PATCH v3 04/25] hw/acpi/cxl: Use proper SysBus accessors
Philippe Mathieu-Daudé
Re: [PATCH v3 04/25] hw/acpi/cxl: Use proper SysBus accessors
Jonathan Cameron via
[PATCH v3 05/25] hw/ppc/e500: Use proper SysBus accessors
Philippe Mathieu-Daudé
[PATCH v3 06/25] hw/pci-bridge: Use proper SysBus accessors
Philippe Mathieu-Daudé
Re: [PATCH v3 06/25] hw/pci-bridge: Use proper SysBus accessors
BALATON Zoltan
[PATCH v3 07/25] hw/sysbus: Use memory_region_name()
Philippe Mathieu-Daudé
[PATCH v3 08/25] hw/nvme/ctrl: Use memory_region_size()
Philippe Mathieu-Daudé
Re: [PATCH v3 08/25] hw/nvme/ctrl: Use memory_region_size()
Klaus Jensen
[PATCH v3 09/25] hw/s390x: Use memory_region_size()
Philippe Mathieu-Daudé
Re: [PATCH v3 09/25] hw/s390x: Use memory_region_size()
Thomas Huth
Re: [PATCH v3 09/25] hw/s390x: Use memory_region_size()
David Hildenbrand
[PATCH v3 10/25] system/memory: Have memory_region_size() take a const argument
Philippe Mathieu-Daudé
Re: [PATCH v3 10/25] system/memory: Have memory_region_size() take a const argument
Peter Xu
Re: [PATCH v3 10/25] system/memory: Have memory_region_size() take a const argument
Thomas Huth
Re: [PATCH v3 10/25] system/memory: Have memory_region_size() take a const argument
David Hildenbrand
[PATCH v3 11/25] system/memory: Introduce memory_region_get_address()
Philippe Mathieu-Daudé
Re: [PATCH v3 11/25] system/memory: Introduce memory_region_get_address()
Peter Xu
Re: [PATCH v3 11/25] system/memory: Introduce memory_region_get_address()
Thomas Huth
Re: [PATCH v3 11/25] system/memory: Introduce memory_region_get_address()
David Hildenbrand
[PATCH v3 12/25] migration/ram: Use memory_region_get_address()
Philippe Mathieu-Daudé
Re: [PATCH v3 12/25] migration/ram: Use memory_region_get_address()
Peter Xu
[PATCH v3 13/25] hw/acpi: Use memory_region_get_address()
Philippe Mathieu-Daudé
Re: [PATCH v3 13/25] hw/acpi: Use memory_region_get_address()
Jonathan Cameron via
[PATCH v3 15/25] hw/nvme: Use memory_region_get_address()
Philippe Mathieu-Daudé
Earlier messages
Later messages