aboutsummaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)AuthorFilesLines
2021-05-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-3/+35
2021-05-14virtio-blk: Configure all host notifiers in a single MR transactionGreg Kurz1-0/+25
2021-05-14virtio-blk: Fix rollback path in virtio_blk_data_plane_start()Greg Kurz1-2/+9
2021-05-14virtio-blk: Constify VirtIOFeature feature_sizes[]Philippe Mathieu-Daudé1-1/+1
2021-05-13Merge remote-tracking branch 'remotes/philmd/tags/pflash-20210511' into stagingPeter Maydell1-3/+7
2021-05-11hw/block/pflash_cfi02: Do not create aliases when not necessaryPhilippe Mathieu-Daudé1-2/+6
2021-05-11hw/block/pflash_cfi02: Set romd mode in pflash_cfi02_realize()Philippe Mathieu-Daudé1-1/+1
2021-05-10xen-block: Use specific blockdev driverAnthony PERARD1-1/+13
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2-2/+1
2021-05-04Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20210503' int...Peter Maydell1-0/+2
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02vmstate: Constify some VMStateDescriptionsKeqian Zhu1-1/+1
2021-05-01hw/block: m25p80: Add support for mt25ql02g and mt25qu02gCédric Le Goater1-0/+2
2021-04-30vhost-user-blk: Fail gracefully on too large queue sizeKevin Wolf1-0/+5
2021-04-26hw/block/nvme: fix invalid msix exclusive uninitKlaus Jensen1-1/+2
2021-04-12hw/block/nvme: drain namespaces on sq deletionKlaus Jensen1-2/+21
2021-04-12hw/block/nvme: store aiocb in compareKlaus Jensen1-1/+2
2021-04-12hw/block/nvme: map prp fix if prp2 contains non-zero offsetPadmakar Kalghatgi1-3/+9
2021-04-09hw/block/fdc: Fix 'fallback' property on sysbus floppy disk controllersPhilippe Mathieu-Daudé1-2/+2
2021-04-07hw/block/nvme: fix out-of-bounds read in nvme_subsys_ctrlKlaus Jensen1-1/+1
2021-04-07hw/block/nvme: fix assert crash in nvme_subsys_nsKlaus Jensen1-3/+1
2021-04-07hw/block/nvme: fix ns attachment out-of-bounds readKlaus Jensen1-0/+1
2021-04-07hw/block/nvme: add missing copyright headersKlaus Jensen2-0/+20
2021-04-07hw/block/nvme: fix handling of private namespacesKlaus Jensen7-170/+114
2021-04-07hw/block/nvme: update dmsrl limit on namespace detachmentKlaus Jensen1-0/+17
2021-04-07hw/block/nvme: fix warning about legacy namespace configurationKlaus Jensen2-6/+0
2021-04-06hw/block/nvme: fix the nsid 'invalid' valueKlaus Jensen1-1/+1
2021-04-06hw/block/nvme: fix missing string representation for ns attachmentKlaus Jensen1-0/+1
2021-04-06hw/block/nvme: fix pi constraint checkKlaus Jensen1-1/+1
2021-04-05hw/block/nvme: expose 'bootindex' propertyJoelle van Dyne1-5/+3
2021-04-05hw/block/nvme: remove description for zoned.append_size_limitNiklas Cassel1-8/+0
2021-04-01vhost-user-blk: add immediate cleanup on shutdownDenis Plotnikov1-1/+1
2021-04-01vhost-user-blk: perform immediate cleanup if disconnect on initializationDenis Plotnikov1-24/+24
2021-04-01vhost-user-blk: use different event handlers on initializationDenis Plotnikov1-7/+24
2021-03-29hw/block/nvme: fix ref counting in nvme_format_nsKlaus Jensen1-2/+8
2021-03-29hw/block/nvme: fix resource leak in nvme_dif_rwKlaus Jensen1-1/+1
2021-03-23Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20210323' into st...Peter Maydell1-0/+9
2021-03-23xen-block: Fix removal of backend instance via xenstoreAnthony PERARD1-0/+9
2021-03-22hw/block: m25p80: Support fast read for SST flashesBin Meng1-0/+3
2021-03-19hw: Replace anti-social QOM type namesMarkus Armbruster1-2/+2
2021-03-19fdc: Inline fdctrl_connect_drives() into fdctrl_realize_common()Markus Armbruster1-15/+8
2021-03-19fdc: Drop deprecated floppy configurationMarkus Armbruster1-52/+2
2021-03-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-8/+8
2021-03-19qapi/qom: QAPIfy object-addKevin Wolf1-8/+8
2021-03-18Merge remote-tracking branch 'remotes/philmd/tags/pflash-20210318' into stagingPeter Maydell3-289/+320
2021-03-18hw/block/nvme: add support for the format nvm commandMinwoo Im5-2/+187
2021-03-18hw/block/nvme: pull lba format initializationKlaus Jensen1-33/+41
2021-03-18hw/block/nvme: prefer runtime helpers instead of device parametersKlaus Jensen2-4/+4
2021-03-18hw/block/nvme: support multiple lba formatsMinwoo Im1-8/+52
2021-03-18hw/block/nvme: add non-mdts command size limit for verifyKlaus Jensen2-4/+31