aboutsummaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)Author
2024-05-27hw/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
2023-10-31virtio-blk: remove batch notification BHStefan Hajnoczi
2023-10-31util/defer-call: move defer_call() to util/Stefan Hajnoczi
2023-10-31block: rename blk_io_plug_call() API to defer_call()Stefan Hajnoczi
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2023-10-22vhost-user: fix lost reconnectLi Feng
2023-10-22vhost: move and rename the conn retry timesLi Feng
2023-10-19hw/block/vhost-user-blk: Use DEVICE() / VIRTIO_DEVICE() macrosPhilippe Mathieu-Daudé