aboutsummaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)Author
2024-11-06Merge tag 'hw-misc-20241105' of https://github.com/philmd/qemu into stagingPeter Maydell
2024-11-05hw/block/pflash_cfi01: Prefer DEFINE_TYPES() macroBernhard Beschow
2024-11-04qapi: introduce device-sync-configVladimir Sementsov-Ogievskiy
2024-11-04vhost-user-blk: split vhost_user_blk_sync_config()Vladimir Sementsov-Ogievskiy
2024-10-24hw/block/m25p80: Add SFDP table for w25q80bl flashJamin Lin
2024-10-24hw/block:m25p80: Support write status register 2 command (0x31) for w25q01jvqJamin Lin
2024-10-24hw/block:m25p80: Fix coding styleJamin Lin
2024-10-15hw/block: Remove eccPeter Maydell
2024-10-02hw/virtio-blk: fix -Werror=maybe-uninitialized false-positiveMarc-André Lureau
2024-10-01hw/block: Remove OneNAND devicePeter Maydell
2024-10-01m25p80: Add SFDP table for mt35xu01g flashShiva sagar Myana
2024-09-17hw/block: fix uint32 overflowDmitry Frolov
2024-09-13hw/block: Remove TC58128 NAND EEPROMPhilippe Mathieu-Daudé
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell
2024-08-06hw/block/fdc-isa: Assert that isa_fdc_get_drive_max_chs() found somethingPeter Maydell
2024-08-06hw/block/pflash_cfi01: Don't decrement pfl->counter below 0Peter Maydell
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