aboutsummaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)Author
2024-07-26hw/block: Add Microchip's 25CSM04 to m25p80Chalapathi V
2024-07-21vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bitsJonah Palmer
2024-07-09hw/block: m25p80: support quad mode for w25q01jvqJamin Lin
2024-07-01vhost-user: fix lost reconnect againLi Feng
2024-07-01Revert "vhost-user: fix lost reconnect"Li Feng
2024-07-01vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bitsJonah Palmer
2024-06-05virtio-blk: remove SCSI passthrough functionalityPaolo Bonzini
2024-05-17hw/pflash: fix block write startGerd Hoffmann
2024-04-10hw/block/nand: Fix out-of-bound access in NAND block bufferPhilippe Mathieu-Daudé
2024-04-10hw/block/nand: Have blk_load() take unsigned offset and return booleanPhilippe Mathieu-Daudé
2024-04-10hw/block/nand: Factor nand_load_iolen() method outPhilippe Mathieu-Daudé
2024-04-09vhost-user-blk: simplify and fix vhost_user_blk_handle_config_changeVladimir Sementsov-Ogievskiy
2024-04-04block/virtio-blk: Fix memory leak from virtio_blk_zone_reportZheyu Ma
2024-03-19aspeed/smc: Only wire flash devices at resetCédric Le Goater
2024-03-12block/virtio-blk: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-02-27block: m25p80: Add support of mt35xu02gbbaSai Pavan Boddu
2024-02-15hw/block/tc58128: Don't emit deprecation warning under qtestPeter Maydell
2024-02-14hw/block/fdc-isa: Implement relocation and enabling/disabling for TYPE_ISA_FDCBernhard Beschow
2024-02-14hw/block/fdc-sysbus: Move iomem from FDCtrl to FDCtrlSysBusBernhard Beschow
2024-02-14hw/block/fdc-isa: Move portio_list from FDCtrl to FDCtrlISABusBernhard Beschow
2024-02-08virtio-blk: avoid using ioeventfd state in irqfd conditionalStefan Hajnoczi
2024-02-07virtio-blk: Use ioeventfd_attach in start_ioeventfdHanna Czenczek
2024-02-07virtio-blk: do not use C99 mixed declarationsStefan Hajnoczi
2024-02-07virtio-blk: add vq_rq[] bounds check in virtio_blk_dma_restart_cb()Stefan Hajnoczi
2024-02-07virtio-blk: clarify that there is at least 1 virtqueueStefan Hajnoczi
2024-02-07virtio-blk: enforce iothread-vq-mapping validationStefan Hajnoczi
2024-01-30hw/block/block.c: improve confusing blk_check_size_and_read_all() errorManos Pitsidianakis
2024-01-30pflash: fix sectors vs bytes confusion in blk_pread_nonzeroes()Stefan Hajnoczi
2024-01-26virtio-blk: always set ioeventfd during startupStefan Hajnoczi
2024-01-26virtio-blk: tolerate failure to set BlockBackend AioContextStefan Hajnoczi
2024-01-26virtio-blk: restart s->rq reqs in vq AioContextsStefan Hajnoczi
2024-01-26virtio-blk: rename dataplane to ioeventfdStefan Hajnoczi
2024-01-26virtio-blk: rename dataplane create/destroy functionsStefan Hajnoczi
2024-01-26virtio-blk: move dataplane code into virtio-blk.cStefan Hajnoczi
2024-01-19hw/pflash: implement update buffer for block writesGerd Hoffmann
2024-01-19hw/pflash: use ldn_{be,le}_p and stn_{be,le}_pGerd Hoffmann
2024-01-19hw/pflash: refactor pflash_data_write()Gerd Hoffmann
2024-01-19hw/block: Deprecate the TC58128 block deviceSamuel Tardieu
2024-01-08Rename "QEMU global mutex" to "BQL" in comments and docsStefan Hajnoczi
2023-12-29hw/block: Constify VMStateRichard Henderson
2023-12-25virtio-blk: Fix potential nullpointer read access in virtio_blk_data_plane_de...Stefan Weil via
2023-12-21virtio-blk: add iothread-vq-mapping parameterStefan Hajnoczi
2023-12-21block: remove AioContext lockingStefan Hajnoczi
2023-12-21virtio-blk: don't lock AioContext in the submission code pathStefan Hajnoczi
2023-12-21virtio-blk: don't lock AioContext in the completion code pathStefan Hajnoczi
2023-12-21virtio-blk: add lock to protect s->rqStefan Hajnoczi
2023-12-02vhost-user: fix the reconnect errorLi Feng
2023-11-21hw/xen: clean up xen_block_find_free_vdev() to avoid Coverity false positiveDavid Woodhouse
2023-11-07hw/xen: automatically assign device index to block devicesDavid Woodhouse
2023-11-06hw/xen: use correct default protocol for xen-block on x86David Woodhouse