aboutsummaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)AuthorFilesLines
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+29
2019-03-06block/pflash_cfi02: Fix memory leak and potential use-after-freeStephen Checkoway1-4/+11
2019-02-28xen-block: stop leaking memory in xen_block_drive_create()Paul Durrant1-7/+9
2019-02-28xen-block: report error condition from vbd_name_to_disk()Paul Durrant1-6/+15
2019-02-28xen-block: remove redundant assignmentPaul Durrant1-2/+1
2019-02-28dataplane/xen-block: remove dead codePaul Durrant1-4/+1
2019-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+4
2019-02-25virtio-blk: Increase in_flight for request restart BHKevin Wolf1-0/+4
2019-02-22virtio-blk: add DISCARD and WRITE_ZEROES featuresStefano Garzarella1-0/+184
2019-02-22virtio-blk: set config size depending on the features enabledStefano Garzarella1-6/+25
2019-02-22virtio-blk: add "discard" and "write-zeroes" propertiesStefano Garzarella1-0/+4
2019-02-22virtio-blk: add host_features field in VirtIOBlockStefano Garzarella1-7/+9
2019-02-22virtio-blk: add acct_failed param to virtio_blk_handle_rw_error()Stefano Garzarella1-4/+6
2019-02-13virtio-blk: set correct config size for the host driverChangpeng Liu1-4/+9
2019-02-12virtio-blk: cleanup using VirtIOBlock *s and VirtIODevice *vdevStefano Garzarella1-13/+9
2019-02-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+4
2019-02-05vhost-user-blk: add discard/write zeroes features supportChangpeng Liu1-0/+4
2019-02-04xen-block: handle resize callbackPaul Durrant3-7/+38
2019-01-31Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2019-01-31' int...Peter Maydell1-5/+10
2019-01-31nvme: use pci_dev directly in nvme_realizeLi Qiang1-4/+4
2019-01-31nvme: ensure the num_queues is not zeroLi Qiang1-0/+5
2019-01-31nvme: use TYPE_NVME instead of constant stringLi Qiang1-1/+1
2019-01-30virtio-blk: remove duplicate definition of VirtIOBlock *s pointerStefano Garzarella1-2/+0
2019-01-30hw/block: clean up stale xen_disk trace entriesPaul Durrant1-7/+0
2019-01-21hw/block/xen: use proper format string for printing sectorsAlex Bennée1-1/+1
2019-01-14qemu: avoid memory leak while remove diskJian Wang1-2/+5
2019-01-14xen-block: avoid repeated memory allocationTim Smith1-5/+9
2019-01-14xen-block: improve response latencyTim Smith1-38/+18
2019-01-14xen-block: improve batching behaviourTim Smith1-0/+35
2019-01-14xen: remove the legacy 'xen_disk' backendPaul Durrant2-1012/+0
2019-01-14xen: automatically create XenBlockDevice-sPaul Durrant2-0/+379
2019-01-14xen: add implementations of xen-block connect and disconnect functions...Paul Durrant1-0/+166
2019-01-14xen: purge 'blk' and 'ioreq' from function names in dataplane/xen-block.cPaul Durrant1-44/+46
2019-01-14xen: remove 'ioreq' struct/varable/field names from dataplane/xen-block.cPaul Durrant1-154/+156
2019-01-14xen: remove 'XenBlkDev' and 'blkdev' names from dataplane/xen-blockPaul Durrant2-171/+183
2019-01-14xen: add header and build dataplane/xen-block.cPaul Durrant3-100/+286
2019-01-14xen: remove unnecessary code from dataplane/xen-block.cPaul Durrant1-406/+23
2019-01-14xen: duplicate xen_disk.c as basis of dataplane/xen-block.cPaul Durrant1-0/+1019
2019-01-14xen: add xenstore watcher infrastructurePaul Durrant2-0/+72
2019-01-14xen: create xenstore areas for XenDevice-sPaul Durrant1-0/+9
2019-01-14xen: introduce 'xen-block', 'xen-disk' and 'xen-cdrom'Paul Durrant3-0/+352
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant1-12/+12
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2-7/+7
2018-12-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ...Peter Maydell1-1/+2
2018-12-14hw/block/tc58128.c: Don't use load_image()Peter Maydell1-1/+2
2018-12-13block/noenand: Convert sysbus init function to realize functionMao Zhongyi1-9/+7
2018-12-12virtio-blk: fix comment for virtio_blk_rw_complete as nalloc is initially -1Dongli Zhang1-1/+1
2018-12-12virtio-blk: rename iov to out_iov in virtio_blk_handle_request()Dongli Zhang1-4/+4
2018-11-27nvme: Fix spurious interruptsKeith Busch1-1/+3
2018-11-22nvme: fix bug with PCI IRQ pins on teardownLogan Gunthorpe1-0/+1