aboutsummaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)AuthorFilesLines
2025-07-15hw/virtio: Build various files oncePhilippe Mathieu-Daudé1-2/+4
2025-07-15qemu: Declare all load/store helper in 'qemu/bswap.h'Philippe Mathieu-Daudé1-1/+0
2025-07-14vhost-user-blk: add an option to skip GET_VRING_BASE for force shutdownDaniil Tatianin1-1/+8
2025-05-29hw/block: Drop unused nand.cPeter Maydell3-839/+0
2025-05-14vhost-user: return failure if backend crash when live migrationHaoqian He2-14/+18
2025-05-14system/runstate: add VM state change cb with return valueHaoqian He1-1/+1
2025-04-25qom: Make InterfaceInfo[] uses constPhilippe Mathieu-Daudé1-1/+1
2025-04-25qom: Constify TypeInfo::class_dataPhilippe Mathieu-Daudé1-1/+1
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé11-17/+17
2025-04-23include/system: Move exec/ioport.h to system/ioport.hRichard Henderson1-1/+1
2025-04-23include/system: Move exec/memory.h to system/memory.hRichard Henderson1-1/+1
2025-03-31hw/block/m25p80: Categorize and add descriptionPhilippe Mathieu-Daudé1-0/+2
2025-03-14pflash: fix cprSteve Sistare1-0/+5
2025-03-13virtio: extract iothread-vq-mapping.h APIStefan Hajnoczi1-141/+1
2025-03-13virtio-blk: tidy up iothread_vq_mapping functionsStefan Hajnoczi1-17/+16
2025-03-13virtio-blk: extract cleanup_iothread_vq_mapping() functionStefan Hajnoczi1-6/+21
2025-03-10hw/xen: Add "mode" parameter to xen-block devicesDavid Woodhouse1-0/+2
2025-03-06qdev: Improve a few more PropertyInfo @description membersMarkus Armbruster1-1/+1
2025-03-06qdev: Rename PropertyInfo member @name to @typeMarkus Armbruster1-1/+1
2025-03-04hw/vmapple/virtio-blk: Add support for apple virtio-blkAlexander Graf1-3/+14
2025-02-10Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi1-9/+0
2025-02-10qapi: Move include/qapi/qmp/ to include/qobject/Daniel P. Berrangé1-2/+2
2025-02-06block: remove unused BLOCK_OP_TYPE_DATAPLANEStefan Hajnoczi1-9/+0
2025-01-15xen: do not use '%ms' scanf specifierRoger Pau Monne1-1/+2
2024-12-31hw/block/virtio-blk: Replaces request free function with g_freePhil Dennis-Jordan1-24/+19
2024-12-21Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi14-28/+28
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé14-28/+28
2024-12-19Constify all opaque Property pointersRichard Henderson1-2/+2
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson11-12/+0
2024-12-15hw/block: Constify all PropertyRichard Henderson11-12/+12
2024-12-15hw/block/xen-block: Unexport PropertyInfoRichard Henderson1-1/+1
2024-12-10hw/block: Replace type_register() with type_register_static()Zhao Liu1-1/+1
2024-11-06Merge tag 'hw-misc-20241105' of https://github.com/philmd/qemu into stagingPeter Maydell1-13/+8
2024-11-05hw/block/pflash_cfi01: Prefer DEFINE_TYPES() macroBernhard Beschow1-13/+8
2024-11-04qapi: introduce device-sync-configVladimir Sementsov-Ogievskiy1-0/+1
2024-11-04vhost-user-blk: split vhost_user_blk_sync_config()Vladimir Sementsov-Ogievskiy1-7/+19
2024-10-24hw/block/m25p80: Add SFDP table for w25q80bl flashJamin Lin3-2/+39
2024-10-24hw/block:m25p80: Support write status register 2 command (0x31) for w25q01jvqJamin Lin1-0/+38
2024-10-24hw/block:m25p80: Fix coding styleJamin Lin1-8/+14
2024-10-15hw/block: Remove eccPeter Maydell3-95/+0
2024-10-02hw/virtio-blk: fix -Werror=maybe-uninitialized false-positiveMarc-André Lureau1-1/+1
2024-10-01hw/block: Remove OneNAND devicePeter Maydell3-876/+0
2024-10-01m25p80: Add SFDP table for mt35xu01g flashShiva sagar Myana3-1/+40
2024-09-17hw/block: fix uint32 overflowDmitry Frolov1-1/+1
2024-09-13hw/block: Remove TC58128 NAND EEPROMPhilippe Mathieu-Daudé3-215/+0
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell8-8/+8
2024-08-06hw/block/fdc-isa: Assert that isa_fdc_get_drive_max_chs() found somethingPeter Maydell1-0/+2
2024-08-06hw/block/pflash_cfi01: Don't decrement pfl->counter below 0Peter Maydell1-0/+1
2024-07-26hw/block: Add Microchip's 25CSM04 to m25p80Chalapathi V1-0/+3
2024-07-21vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bitsJonah Palmer1-0/+1