summaryrefslogtreecommitdiffstats
path: root/hw/block
Commit message (Expand)AuthorAgeFilesLines
...
* | hw/block/nvme: align with existing styleGollu Appalanaidu2021-05-172-30/+39
* | hw/block/nvme: function formatting fixGollu Appalanaidu2021-05-171-1/+1
* | hw/block/nvme: fix io-command set profile featureGollu Appalanaidu2021-05-171-3/+2Star
* | hw/block/nvme: consider metadata read aio return value in compareGollu Appalanaidu2021-05-171-0/+11
* | hw/block/nvme: remove redundant invalid_lba_range traceGollu Appalanaidu2021-05-171-8/+1Star
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-05-162-3/+35
|\
| * virtio-blk: Configure all host notifiers in a single MR transactionGreg Kurz2021-05-141-0/+25
| * virtio-blk: Fix rollback path in virtio_blk_data_plane_start()Greg Kurz2021-05-141-2/+9
| * virtio-blk: Constify VirtIOFeature feature_sizes[]Philippe Mathieu-Daudé2021-05-141-1/+1
* | Merge remote-tracking branch 'remotes/philmd/tags/pflash-20210511' into stagingPeter Maydell2021-05-131-3/+7
|\ \
| * | hw/block/pflash_cfi02: Do not create aliases when not necessaryPhilippe Mathieu-Daudé2021-05-111-2/+6
| * | hw/block/pflash_cfi02: Set romd mode in pflash_cfi02_realize()Philippe Mathieu-Daudé2021-05-111-1/+1
* | | xen-block: Use specific blockdev driverAnthony PERARD2021-05-101-1/+13
|/ /
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-05-052-2/+1Star
|\ \
| * | Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
| * | vmstate: Constify some VMStateDescriptionsKeqian Zhu2021-05-021-1/+1
* | | Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20210503' int...Peter Maydell2021-05-041-0/+2
|\ \ \ | |/ / |/| |
| * | hw/block: m25p80: Add support for mt25ql02g and mt25qu02gCédric Le Goater2021-05-011-0/+2
| |/
* / vhost-user-blk: Fail gracefully on too large queue sizeKevin Wolf2021-04-301-0/+5
|/
* hw/block/nvme: fix invalid msix exclusive uninitKlaus Jensen2021-04-261-1/+2
* hw/block/nvme: drain namespaces on sq deletionKlaus Jensen2021-04-121-2/+21
* hw/block/nvme: store aiocb in compareKlaus Jensen2021-04-121-1/+2
* hw/block/nvme: map prp fix if prp2 contains non-zero offsetPadmakar Kalghatgi2021-04-121-3/+9
* hw/block/fdc: Fix 'fallback' property on sysbus floppy disk controllersPhilippe Mathieu-Daudé2021-04-091-2/+2
* hw/block/nvme: fix out-of-bounds read in nvme_subsys_ctrlKlaus Jensen2021-04-071-1/+1
* hw/block/nvme: fix assert crash in nvme_subsys_nsKlaus Jensen2021-04-071-3/+1Star
* hw/block/nvme: fix ns attachment out-of-bounds readKlaus Jensen2021-04-071-0/+1
* hw/block/nvme: add missing copyright headersKlaus Jensen2021-04-072-0/+20
* hw/block/nvme: fix handling of private namespacesKlaus Jensen2021-04-077-170/+114Star
* hw/block/nvme: update dmsrl limit on namespace detachmentKlaus Jensen2021-04-071-0/+17
* hw/block/nvme: fix warning about legacy namespace configurationKlaus Jensen2021-04-072-6/+0Star
* hw/block/nvme: fix the nsid 'invalid' valueKlaus Jensen2021-04-061-1/+1
* hw/block/nvme: fix missing string representation for ns attachmentKlaus Jensen2021-04-061-0/+1
* hw/block/nvme: fix pi constraint checkKlaus Jensen2021-04-061-1/+1
* hw/block/nvme: expose 'bootindex' propertyJoelle van Dyne2021-04-051-5/+3Star
* hw/block/nvme: remove description for zoned.append_size_limitNiklas Cassel2021-04-051-8/+0Star
* vhost-user-blk: add immediate cleanup on shutdownDenis Plotnikov2021-04-011-1/+1
* vhost-user-blk: perform immediate cleanup if disconnect on initializationDenis Plotnikov2021-04-011-24/+24
* vhost-user-blk: use different event handlers on initializationDenis Plotnikov2021-04-011-7/+24
* hw/block/nvme: fix ref counting in nvme_format_nsKlaus Jensen2021-03-291-2/+8
* hw/block/nvme: fix resource leak in nvme_dif_rwKlaus Jensen2021-03-291-1/+1
* Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20210323' into st...Peter Maydell2021-03-231-0/+9
|\
| * xen-block: Fix removal of backend instance via xenstoreAnthony PERARD2021-03-231-0/+9
* | hw/block: m25p80: Support fast read for SST flashesBin Meng2021-03-231-0/+3
|/
* hw: Replace anti-social QOM type namesMarkus Armbruster2021-03-191-2/+2
* fdc: Inline fdctrl_connect_drives() into fdctrl_realize_common()Markus Armbruster2021-03-191-15/+8Star
* fdc: Drop deprecated floppy configurationMarkus Armbruster2021-03-191-52/+2Star
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2021-03-191-8/+8
|\
| * qapi/qom: QAPIfy object-addKevin Wolf2021-03-191-8/+8
* | Merge remote-tracking branch 'remotes/philmd/tags/pflash-20210318' into stagingPeter Maydell2021-03-193-289/+320
|\ \ | |/ |/|