aboutsummaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)AuthorFilesLines
2023-03-24hw/block: replace TABs with spaceYeqi Fu4-245/+245
2023-03-09Merge tag 'xenfv-2' of git://git.infradead.org/users/dwmw2/qemu into stagingPeter Maydell4-11/+17
2023-03-07hw/xen: Only advertise ring-page-order for xen-block if gnttab supports itDavid Woodhouse1-3/+8
2023-03-07hw/xen: Build PV backend drivers for CONFIG_XEN_BUSDavid Woodhouse2-2/+2
2023-03-07hw/xen: Rename xen_common.h to xen_native.hDavid Woodhouse2-2/+2
2023-03-07hw/xen: Use XEN_PAGE_SIZE in PV backend driversDavid Woodhouse1-4/+4
2023-03-07hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse1-0/+1
2023-03-07pflash: Fix blk_pread_nonzeroes()Kevin Wolf1-2/+1
2023-03-07m25p80: Improve error when the backend file size does not match the deviceCédric Le Goater1-2/+2
2023-02-27hw: Replace isa_get_irq() by isa_bus_get_irq() when ISABus is availablePhilippe Mathieu-Daudé1-2/+3
2023-02-27hw/isa: Rename isa_get_dma() -> isa_bus_get_dma()Philippe Mathieu-Daudé1-1/+1
2023-02-09virtio-blk: add missing AioContext lockEmanuele Giuseppe Esposito1-0/+5
2023-02-08Drop duplicate #includeMarkus Armbruster1-1/+0
2023-02-07m25p80: Add the is25wp256 SFPD tableGuenter Roeck3-1/+44
2023-01-24pflash: Only read non-zero parts of backend imageXiang Zheng1-1/+35
2023-01-23virtio-blk: simplify virtio_blk_dma_restart_cb()Stefan Hajnoczi2-36/+25
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell1-0/+1
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster1-0/+1
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé1-1/+1
2022-12-01hw/virtio: generalise CHR_EVENT_CLOSED handlingAlex Bennée1-36/+5
2022-12-01vhost: enable vrings in vhost_dev_start() for vhost-user devicesStefano Garzarella1-2/+2
2022-11-22vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella1-0/+1
2022-11-08Revert "hw/block/pflash_cfi: Error out if dev length isn't power of 2"Daniel Henrique Barboza2-11/+2
2022-11-07hw/virtio: introduce virtio_device_should_startAlex Bennée1-5/+1
2022-11-07vhost: Change the sequence of device startYajun Wu1-7/+11
2022-10-31Merge tag 'pull-ppc-20221029' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi2-2/+11
2022-10-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi1-0/+4
2022-10-30Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi1-14/+25
2022-10-28hw/block/pflash_cfi0{1, 2}: Error out if device length isn't a power of twoBernhard Beschow2-2/+11
2022-10-27vhost-user-blk: fix the resize crashLi Feng1-0/+4
2022-10-26virtio-blk: use BDRV_REQ_REGISTERED_BUF optimization hintStefan Hajnoczi1-14/+25
2022-10-24m25p80: Add the w25q01jvq SFPD tablePatrick Williams3-1/+40
2022-10-24m25p80: Add the w25q512jv SFPD tableCédric Le Goater3-1/+39
2022-10-24m25p80: Add the w25q256 SFPD tableCédric Le Goater3-1/+44
2022-10-24m25p80: Add the mx66l1g45g SFDP tableCédric Le Goater3-2/+71
2022-10-24m25p80: Add the mx25l25635f SFPD tableCédric Le Goater3-0/+71
2022-10-24m25p80: Add the mx25l25635e SFPD tableCédric Le Goater3-1/+30
2022-10-24m25p80: Add erase size for mx25l25635eCédric Le Goater1-1/+2
2022-10-24m25p80: Add the n25q256a SFDP tableCédric Le Goater4-3/+66
2022-10-24m25p80: Add basic support for the SFDP commandCédric Le Goater3-0/+46
2022-10-07vhost-user-blk: dynamically resize config space based on featuresDaniil Tatianin2-8/+11
2022-10-07vhost-user-blk: make 'config_wce' part of 'host_features'Daniil Tatianin1-4/+2
2022-10-07vhost-user-blk: make it possible to disable write-zeroes/discardDaniil Tatianin1-2/+4
2022-10-07virtio-blk: move config size params to virtio-blk-commonDaniil Tatianin3-23/+42
2022-10-07virtio: introduce VirtIOConfigSizeParams & virtio_get_config_sizeDaniil Tatianin1-9/+7
2022-10-07hw/virtio: move vhd->started check into helper and add FIXMEAlex Bennée1-2/+8
2022-09-30block: add missed block_acct_setup with new block device init procedureDenis V. Lunev1-0/+2
2022-08-17virtio-scsi: fix race in virtio_scsi_dataplane_start()Stefan Hajnoczi1-0/+5
2022-08-02hw/block/hd-geometry: Do not override specified bios-chs-transLev Kujawski1-1/+6
2022-07-14hw: m25p80: Add Block Protect and Top Bottom bits for write protectIris Chen1-12/+90