qemu-block
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/03/09
[PATCH 2/3] vhost: return failure if stop virtqueue failed in vhost_dev_stop
Haoqian He
2025/03/09
[PATCH 0/3] vhost: fix the IO error after live migration
Haoqian He
2025/03/09
[PATCH 3/3] vhost-user: return failure if backend crash when live migration
Haoqian He
2025/03/09
Re: [PATCH v4 03/14] hw/sd/sdhci: Introduce SDHCIClass stub
Philippe Mathieu-Daudé
2025/03/09
Re: [PATCH v4 02/14] hw/sd/sdhci: Remove need for SDHCIState::vendor field
Bernhard Beschow
2025/03/09
Re: [PATCH v4 04/14] hw/sd/sdhci: Make quirks a class property
BALATON Zoltan
2025/03/09
Re: [PATCH v4 04/14] hw/sd/sdhci: Make quirks a class property
Philippe Mathieu-Daudé
2025/03/09
Re: [PATCH v4 13/14] hw/sd/sdhci: Implement Freescale eSDHC as TYPE_FSL_ESDHC
Philippe Mathieu-Daudé
2025/03/09
Re: [PATCH v4 04/14] hw/sd/sdhci: Make quirks a class property
BALATON Zoltan
2025/03/09
Re: [PATCH v4 13/14] hw/sd/sdhci: Implement Freescale eSDHC as TYPE_FSL_ESDHC
BALATON Zoltan
2025/03/09
Re: [PATCH v4 09/14] hw/sd/sdhci: Unify default MemoryRegionOps
Bernhard Beschow
2025/03/09
Re: [PATCH v4 14/14] hw/ppc/e500: Replace generic SDHCI by Freescale eSDHC
Bernhard Beschow
2025/03/08
Re: [PATCH v4 03/14] hw/sd/sdhci: Introduce SDHCIClass stub
BALATON Zoltan
2025/03/08
Re: [PATCH v4 03/14] hw/sd/sdhci: Introduce SDHCIClass stub
Philippe Mathieu-Daudé
2025/03/08
Re: [PATCH v4 08/14] hw/sd/sdhci: Simplify MemoryRegionOps endianness check
BALATON Zoltan
2025/03/08
[PATCH v4 05/14] hw/sd/sdhci: Make I/O region size a class property
Philippe Mathieu-Daudé
2025/03/08
Re: [PATCH v4 03/14] hw/sd/sdhci: Introduce SDHCIClass stub
BALATON Zoltan
2025/03/08
[PATCH v4 09/14] hw/sd/sdhci: Unify default MemoryRegionOps
Philippe Mathieu-Daudé
2025/03/08
[PATCH v4 13/14] hw/sd/sdhci: Implement Freescale eSDHC as TYPE_FSL_ESDHC
Philippe Mathieu-Daudé
2025/03/08
[PATCH v4 12/14] hw/sd/sdhci: Allow SDHCI classes to have different register reset values
Philippe Mathieu-Daudé
2025/03/08
[PATCH v4 11/14] hw/sd/sdhci: Add SDHCIClass::ro::capareg field
Philippe Mathieu-Daudé
2025/03/08
[PATCH v4 07/14] hw/sd/sdhci: Allow SDHCI classes to register their own MemoryRegionOps
Philippe Mathieu-Daudé
2025/03/08
[PATCH v4 08/14] hw/sd/sdhci: Simplify MemoryRegionOps endianness check
Philippe Mathieu-Daudé
2025/03/08
[PATCH v4 14/14] hw/ppc/e500: Replace generic SDHCI by Freescale eSDHC
Philippe Mathieu-Daudé
2025/03/08
[PATCH v4 06/14] hw/sd/sdhci: Enforce little endianness on PCI devices
Philippe Mathieu-Daudé
2025/03/08
[PATCH v4 10/14] hw/sd/sdhci: Convert SDHCIState::endianness to EndianMode
Philippe Mathieu-Daudé
2025/03/08
[PATCH v4 03/14] hw/sd/sdhci: Introduce SDHCIClass stub
Philippe Mathieu-Daudé
2025/03/08
[PATCH v4 04/14] hw/sd/sdhci: Make quirks a class property
Philippe Mathieu-Daudé
2025/03/08
[PATCH v4 02/14] hw/sd/sdhci: Remove need for SDHCIState::vendor field
Philippe Mathieu-Daudé
2025/03/08
[PATCH v4 00/14] hw/sd/sdhci: Set reset value of interrupt registers
Philippe Mathieu-Daudé
2025/03/08
[PATCH v4 01/14] hw/qdev-properties-system: Include missing 'qapi/qapi-types-common.h'
Philippe Mathieu-Daudé
2025/03/08
[PATCH v3 06/12] hw/sd/sdhci: Allow SDHCI classes to register their own MemoryRegionOps
Philippe Mathieu-Daudé
2025/03/08
[PATCH v3 05/12] hw/sd/sdhci: Enforce little endianness on PCI devices
Philippe Mathieu-Daudé
2025/03/08
[PATCH v3 11/12] hw/sd/sdhci: Implement Freescale eSDHC as TYPE_FSL_ESDHC
Philippe Mathieu-Daudé
2025/03/08
[PATCH v3 10/12] hw/sd/sdhci: Allow SDHCI classes to have different register reset values
Philippe Mathieu-Daudé
2025/03/08
[PATCH v3 12/12] hw/ppc/e500: Replace generic SDHCI by Freescale eSDHC
Philippe Mathieu-Daudé
2025/03/08
[PATCH v3 07/12] hw/sd/sdhci: Simplify MemoryRegionOps endianness check
Philippe Mathieu-Daudé
2025/03/08
[PATCH v3 09/12] hw/sd/sdhci: Add SDHCIClass::ro::capareg field
Philippe Mathieu-Daudé
2025/03/08
[PATCH v3 08/12] hw/sd/sdhci: Unify default MemoryRegionOps
Philippe Mathieu-Daudé
2025/03/08
[PATCH v3 04/12] hw/sd/sdhci: Make I/O region size a class property
Philippe Mathieu-Daudé
2025/03/08
[PATCH v3 01/12] hw/sd/sdhci: Remove need for SDHCIState::vendor field
Philippe Mathieu-Daudé
2025/03/08
[PATCH v3 03/12] hw/sd/sdhci: Make quirks a class property
Philippe Mathieu-Daudé
2025/03/08
[PATCH v3 02/12] hw/sd/sdhci: Introduce SDHCIClass stub
Philippe Mathieu-Daudé
2025/03/08
Re: [PATCH v2] hw/sd/sdhci: Set reset value of interrupt registers
Philippe Mathieu-Daudé
2025/03/08
[PATCH v3 00/12] hw/sd/sdhci: Set reset value of interrupt registers
Philippe Mathieu-Daudé
2025/03/08
[PATCH 1/2] io/block: Refactoring the bdrv_drained_begin() function and implement a timeout mechanism.
zoudongjie via
2025/03/08
[PATCH 0/2] qapi: Fix qmp_block_set_io_throttle blocked for too long
zoudongjie via
2025/03/08
[PATCH 2/2] qapi: Fix qmp_block_set_io_throttle blocked for too long
zoudongjie via
2025/03/07
[PATCH 3/5] aio: Create AioPolledEvent
Kevin Wolf
2025/03/07
[PATCH 0/5] block: Improve writethrough performance
Kevin Wolf
2025/03/07
[PATCH 5/5] aio-posix: Separate AioPolledEvent per AioHandler
Kevin Wolf
2025/03/07
[PATCH 4/5] aio-posix: Factor out adjust_polling_time()
Kevin Wolf
2025/03/07
[PATCH 2/5] block/io: Ignore FUA with cache.no-flush=on
Kevin Wolf
2025/03/07
[PATCH 1/5] file-posix: Support FUA writes
Kevin Wolf
2025/03/07
Re: [PULL 0/1] Block patches
Stefan Hajnoczi
2025/03/07
Re: [PATCH 2/2] hw/xen: Add "mode" parameter to xen-block devices
Anthony PERARD
2025/03/06
Re: [PATCH v2] hw/sd/sdhci: Set reset value of interrupt registers
BALATON Zoltan
2025/03/06
Re: [PATCH 2/2] scsi-disk: Add native FUA support
Kevin Wolf
2025/03/05
[PULL 1/1] block/qed: fix use-after-free by nullifying timer pointer after free
Stefan Hajnoczi
2025/03/05
[PULL 0/1] Block patches
Stefan Hajnoczi
2025/03/05
[PULL 4/4] nbd: Defer trace init until after daemonization
Eric Blake
2025/03/05
[PULL 3/4] qapi: merge common parts of NbdServerOptions and nbd-server-start data
Eric Blake
2025/03/05
[PULL 1/4] iotest: Unbreak 302 with python 3.13
Eric Blake
2025/03/05
[PULL 2/4] iotests: Stop NBD server in test 162 before starting the next one
Eric Blake
2025/03/05
Re: [PATCH] nbd: Defer trace init until after daemonization
Eric Blake
2025/03/05
Re: [PATCH v2 00/11] rust/block: Add minimal block driver bindings
Stefan Hajnoczi
2025/03/05
Re: [PATCH v2 10/11] bochs-rs: Add bochs block driver reimplementation in Rust
Stefan Hajnoczi
2025/03/05
Re: [PATCH v2 09/11] rust/block: Add read support for block drivers
Stefan Hajnoczi
2025/03/04
Re: [PATCH] nbd: Defer trace init until after daemonization
Thomas Huth
2025/03/04
Re: [PATCH v2 09/11] rust/block: Add read support for block drivers
Stefan Hajnoczi
2025/03/04
Re: [PATCH v2 08/11] rust/block: Add driver module
Stefan Hajnoczi
2025/03/04
Re: [PATCH v2 04/11] rust/qemu-api: Add wrappers to run futures in QEMU
Stefan Hajnoczi
2025/03/04
Re: [PATCH v17 11/11] hw/vmapple/vmapple: Add vmapple machine type
Philippe Mathieu-Daudé
2025/03/04
Re: [PATCH 0/2] hw/ufs: Add temperature event support and test cases
Philippe Mathieu-Daudé
2025/03/04
Re: [PATCH] iotests: Stop NBD server in test 162 before starting the next one
Eric Blake
2025/03/04
Re: [PATCH v2] iotest: Unbreak 302 with python 3.13
Eric Blake
2025/03/04
Re: [PATCH 1/2] scsi-disk: Advertise FUA support by default
Daniel P . Berrangé
2025/03/04
[PATCH 0/2] scsi-disk: Add FUA write support
Alberto Faria
2025/03/04
[PATCH 2/2] scsi-disk: Add native FUA support
Alberto Faria
2025/03/04
[PATCH 1/2] scsi-disk: Advertise FUA support by default
Alberto Faria
2025/03/04
Re: [PULL 0/4] ufs queue
Philippe Mathieu-Daudé
2025/03/04
Re: [PATCH] blockdev-backup: Add error handling option for copy-before-write jobs
Raman Dzehtsiar
2025/03/04
[PATCH v2] blockdev-backup: Add error handling option for copy-before-write jobs
Raman Dzehtsiar
2025/03/03
Re: [PATCH 0/2] hw/ufs: Add temperature event support and test cases
Jeuk Kim
2025/03/03
Re: [PATCH v17 11/11] hw/vmapple/vmapple: Add vmapple machine type
Philippe Mathieu-Daudé
2025/03/03
Re: [PATCH v17 11/11] hw/vmapple/vmapple: Add vmapple machine type
Philippe Mathieu-Daudé
2025/03/03
Re: [PATCH v17 11/11] hw/vmapple/vmapple: Add vmapple machine type
Phil Dennis-Jordan
2025/03/03
Re: [PATCH v17 04/11] hw/misc/pvpanic: Add MMIO interface
Phil Dennis-Jordan
2025/03/03
Re: [PATCH v17 11/11] hw/vmapple/vmapple: Add vmapple machine type
Philippe Mathieu-Daudé
2025/03/03
Re: [PATCH v17 11/11] hw/vmapple/vmapple: Add vmapple machine type
Philippe Mathieu-Daudé
2025/03/03
Re: [PATCH v17 04/11] hw/misc/pvpanic: Add MMIO interface
Philippe Mathieu-Daudé
2025/03/03
Re: [PATCH v17 03/11] hw: Add vmapple subdir
Philippe Mathieu-Daudé
2025/03/03
Re: [PATCH v17 00/11] New vmapple machine type and xhci fixes
Philippe Mathieu-Daudé
2025/03/03
Re: [PATCH] blockdev-backup: Add error handling option for copy-before-write jobs
Eric Blake
2025/03/03
[PATCH] blockdev-backup: Add error handling option for copy-before-write jobs
Raman Dzehtsiar
2025/03/03
Re: [PATCH v2] hw/sd/sdhci: Set reset value of interrupt registers
BALATON Zoltan
2025/03/03
Re: [PATCH v2] hw/sd/sdhci: Set reset value of interrupt registers
Philippe Mathieu-Daudé
2025/03/03
Re: [PATCH v2] hw/sd/sdhci: Set reset value of interrupt registers
BALATON Zoltan
2025/03/03
Re: [PATCH] usb-storage: Allow manually adding SCSI device
Philippe Mathieu-Daudé
2025/03/03
Re: [PATCH v2] iotest: Unbreak 302 with python 3.13
Stefan Hajnoczi
2025/03/03
Re: [PATCH v2] hw/sd/sdhci: Set reset value of interrupt registers
Bernhard Beschow
2025/03/01
Re: [PATCH v2] hw/sd/sdhci: Set reset value of interrupt registers
BALATON Zoltan
2025/02/28
Re: [PATCH v2] iotest: Unbreak 302 with python 3.13
Eric Blake
2025/02/28
[PATCH v2] iotest: Unbreak 302 with python 3.13
Nir Soffer
2025/02/28
Re: [PATCH 2/2] tests/qtest/ufs-test: Add test code for the temperature feature
Fabiano Rosas
2025/02/27
[PATCH] nbd: Defer trace init until after daemonization
Eric Blake
2025/02/27
Re: Problem with iotest 233
Eric Blake
2025/02/27
Re: [PATCH] trace/simple: Fix hang when using simpletrace with fork()
Eric Blake
2025/02/27
Re: [PATCH] iotests: Stop NBD server in test 162 before starting the next one
Eric Blake
2025/02/27
[PULL 05/10] nvme: fix iocs status code values
Klaus Jensen
2025/02/27
[PULL 10/10] hw/nvme: remove nvme_aio_err()
Klaus Jensen
2025/02/27
[PULL 01/10] hw/nvme: Add OCP SMART / Health Information Extended Log Page
Klaus Jensen
2025/02/27
[PULL 06/10] hw/nvme: be compliant wrt. dsm processing limits
Klaus Jensen
2025/02/27
[PULL 09/10] hw/nvme: set error status code explicitly for misc commands
Klaus Jensen
2025/02/27
[PULL 08/10] hw/nvme: only set command abort requested when cancelled due to Abort
Klaus Jensen
2025/02/27
[PULL 02/10] hw/nvme: always initialize a subsystem
Klaus Jensen
2025/02/27
[PULL 07/10] hw/nvme: rework csi handling
Klaus Jensen
2025/02/27
[PULL 03/10] hw/nvme: make oacs dynamic
Klaus Jensen
2025/02/27
[PULL 04/10] hw/nvme: add knob for doorbell buffer config support
Klaus Jensen
2025/02/26
Re: [PATCH] trace/simple: Fix hang when using simpletrace with fork()
Stefan Hajnoczi
2025/02/26
Re: [PATCH] trace/simple: Fix hang when using simpletrace with fork()
Daniel P . Berrangé
2025/02/26
Re: [PATCH] trace/simple: Fix hang when using simpletrace with fork()
Daniel P . Berrangé
2025/02/26
Re: [PATCH] trace/simple: Fix hang when using simpletrace with fork()
Thomas Huth
2025/02/26
Re: [PATCH] trace/simple: Fix hang when using simpletrace with fork()
Kevin Wolf
2025/02/26
Re: [PATCH] trace/simple: Fix hang when using simpletrace with fork()
Daniel P . Berrangé
2025/02/26
Re: Problem with iotest 233
Thomas Huth
2025/02/26
[PATCH] trace/simple: Fix hang when using simpletrace with fork()
Thomas Huth
2025/02/25
Re: Problem with iotest 233
Thomas Huth
2025/02/25
Re: Problem with iotest 233
Thomas Huth
2025/02/25
Re: Problem with iotest 233
Thomas Huth
2025/02/25
Re: [PATCH] iotests: Stop NBD server in test 162 before starting the next one
Thomas Huth
2025/02/25
Re: Problem with iotest 233
Daniel P . Berrangé
2025/02/25
Re: Problem with iotest 233
Thomas Huth
2025/02/25
Re: Problem with iotest 233
Thomas Huth
2025/02/25
[PATCH 0/2] hw/ufs: Add temperature event support and test cases
Keoseong Park
2025/02/25
[PATCH 2/2] tests/qtest/ufs-test: Add test code for the temperature feature
Keoseong Park
2025/02/25
[PATCH 1/2] hw/ufs: Add temperature event notification support
Keoseong Park
2025/02/25
Re: Problem with iotest 233
Kevin Wolf
2025/02/24
[PATCH] iotests: Stop NBD server in test 162 before starting the next one
Thomas Huth
2025/02/24
Problem with iotest 233
Thomas Huth
2025/02/24
[PATCH] iotests: Limit qsd-migrate to working formats
Thomas Huth
2025/02/24
Re: [PATCH v3 15/16] iotests: Add qsd-migrate case
Kevin Wolf
2025/02/24
Re: [PATCH v3 15/16] iotests: Add qsd-migrate case
Thomas Huth
2025/02/21
[PULL 09/41] pcie_sriov: Ensure VF addr does not overflow
Michael S. Tsirkin
2025/02/20
Re: [PATCH 00/12] virtio-scsi: add iothread-vq-mapping parameter
Peter Krempa
2025/02/20
Re: [PATCH v2 04/11] rust/qemu-api: Add wrappers to run futures in QEMU
Kevin Wolf
2025/02/19
Re: [PATCH v2 01/11] rust: Build separate qemu_api_tools and qemu_api_system
Zhao Liu
2025/02/19
Re: [PATCH v2 10/11] bochs-rs: Add bochs block driver reimplementation in Rust
Zhao Liu
2025/02/19
Re: [PATCH v2 08/11] rust/block: Add driver module
Zhao Liu
2025/02/19
Re: [PATCH v2 04/11] rust/qemu-api: Add wrappers to run futures in QEMU
Zhao Liu
2025/02/19
[PATCH] iothread: defer AioContext GSource usage
Stefan Hajnoczi
2025/02/19
Re: [PATCH v2 09/11] rust/block: Add read support for block drivers
Paolo Bonzini
2025/02/19
Re: [PATCH v2] qapi: merge common parts of NbdServerOptions and nbd-server-start data
Eric Blake
2025/02/19
[PATCH v2] qapi: merge common parts of NbdServerOptions and nbd-server-start data
Vladimir Sementsov-Ogievskiy
2025/02/19
Re: [PATCH 1/2] rust: subprojects: add libc crate
Zhao Liu
2025/02/19
Re: [PATCH v2 09/11] rust/block: Add read support for block drivers
Kevin Wolf
2025/02/18
Re: [PATCH v2 09/11] rust/block: Add read support for block drivers
Paolo Bonzini
2025/02/18
Re: [PATCH v2 05/11] rust/block: Add empty crate
Zhao Liu
2025/02/18
[PATCH v2 11/11] rust/block: Add format probing
Kevin Wolf
2025/02/18
[PATCH v2 04/11] rust/qemu-api: Add wrappers to run futures in QEMU
Kevin Wolf
2025/02/18
[PATCH v2 08/11] rust/block: Add driver module
Kevin Wolf
2025/02/18
[PATCH v2 05/11] rust/block: Add empty crate
Kevin Wolf
2025/02/18
[PATCH v2 07/11] block: Add bdrv_open_blockdev_ref_file()
Kevin Wolf
2025/02/18
[PATCH v2 02/11] meson: Add rust_block_ss and link tools with it
Kevin Wolf
2025/02/18
[PATCH v2 06/11] rust/block: Add I/O buffer traits
Kevin Wolf
2025/02/18
[PATCH v2 03/11] rust: Add some block layer bindings
Kevin Wolf
2025/02/18
[PATCH v2 01/11] rust: Build separate qemu_api_tools and qemu_api_system
Kevin Wolf
2025/02/18
[PATCH v2 09/11] rust/block: Add read support for block drivers
Kevin Wolf
2025/02/18
[PATCH v2 10/11] bochs-rs: Add bochs block driver reimplementation in Rust
Kevin Wolf
2025/02/18
[PATCH v2 00/11] rust/block: Add minimal block driver bindings
Kevin Wolf
2025/02/18
Re: [PATCH 2/2] rust: add module to convert between -errno and io::Error
Kevin Wolf
2025/02/18
Re: [PATCH 04/11] rust/qemu-api: Add wrappers to run futures in QEMU
Kevin Wolf
2025/02/18
Re: [PATCH 2/2] rust: add module to convert between -errno and io::Error
Kevin Wolf
2025/02/17
Re: [PATCH] block/rbd: Do not use BDS's AioContext
Stefan Hajnoczi
2025/02/17
[PULL 3/4] tests/qtest/ufs-test: Prepare for MCQ test
Jeuk Kim
2025/02/17
Re: [PATCH v3] qemu/compiler: Absorb 'clang-tsa.h'
Philippe Mathieu-Daudé
2025/02/17
[PULL 0/4] ufs queue
Jeuk Kim
2025/02/17
[PULL 4/4] tests/qtest/ufs-test: Add test code for MCQ functionality
Jeuk Kim
2025/02/17
[PULL 1/4] hw/ufs: Fix legacy single doorbell support bit
Jeuk Kim
2025/02/17
[PULL 2/4] tests/qtest/ufs-test: Cleanup unused code
Jeuk Kim
2025/02/16
Re: [PATCH v20 06/11] pcie_sriov: Do not manually unrealize
Philippe Mathieu-Daudé
2025/02/16
Re: [PATCH v20 00/11] hw/pci: SR-IOV related fixes and improvements
Michael S. Tsirkin
2025/02/14
Re: [PATCH v20 00/11] hw/pci: SR-IOV related fixes and improvements
Akihiko Odaki
2025/02/13
[PATCH 06/12] virtio-scsi: protect events_dropped field
Stefan Hajnoczi
2025/02/13
[PATCH 04/12] scsi: introduce requests_lock
Stefan Hajnoczi
2025/02/13
[PATCH 11/12] virtio-scsi: add iothread-vq-mapping parameter
Stefan Hajnoczi
2025/02/13
[PATCH 09/12] virtio-blk: tidy up iothread_vq_mapping functions
Stefan Hajnoczi
2025/02/13
[PATCH 00/12] virtio-scsi: add iothread-vq-mapping parameter
Stefan Hajnoczi
2025/02/13
[PATCH 03/12] scsi: track per-SCSIRequest AioContext
Stefan Hajnoczi
2025/02/13
[PATCH 08/12] virtio-blk: extract cleanup_iothread_vq_mapping() function
Stefan Hajnoczi
2025/02/13
[PATCH 12/12] virtio-scsi: handle ctrl virtqueue in main loop
Stefan Hajnoczi
2025/02/13
[PATCH 02/12] dma: use current AioContext for dma_blk_io()
Stefan Hajnoczi
2025/02/13
[PATCH 07/12] virtio-scsi: perform TMFs in appropriate AioContexts
Stefan Hajnoczi
2025/02/13
[PATCH 10/12] virtio: extract iothread-vq-mapping.h API
Stefan Hajnoczi
2025/02/13
[PATCH 01/12] scsi-disk: drop unused SCSIDiskState->bh field
Stefan Hajnoczi
2025/02/13
[PATCH 05/12] virtio-scsi: introduce event and ctrl virtqueue locks
Stefan Hajnoczi
2025/02/13
[PATCH 1/2] rust: subprojects: add libc crate
Paolo Bonzini
2025/02/13
[PATCH 2/2] rust: add module to convert between -errno and io::Error
Paolo Bonzini
2025/02/13
[PATCH v2 0/2] rust: add module to convert between -errno and io::Error
Paolo Bonzini
2025/02/13
Re: [PATCH 03/11] rust: Add some block layer bindings
Paolo Bonzini
Earlier messages
Later messages