aboutsummaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)Author
2019-03-09Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2019-03-07isa: express SuperIO dependencies with KconfigPaolo Bonzini
2019-03-07virtio: express virtio dependencies with KconfigYang Zhong
2019-03-07isa: express dependencies with kconfigPaolo Bonzini
2019-03-07block: fix recursion in hw/block/dataplanePaolo Bonzini
2019-03-07build: convert pci.mak to KconfigPaolo Bonzini
2019-03-07build: switch to KconfigPaolo Bonzini
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini
2019-03-07hw/block/virtio-blk: Clean req->dev repetitionsAnastasiia Rusakova
2019-03-06block/pflash_cfi02: Fix memory leak and potential use-after-freeStephen Checkoway
2019-02-28xen-block: stop leaking memory in xen_block_drive_create()Paul Durrant
2019-02-28xen-block: report error condition from vbd_name_to_disk()Paul Durrant
2019-02-28xen-block: remove redundant assignmentPaul Durrant
2019-02-28dataplane/xen-block: remove dead codePaul Durrant
2019-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2019-02-25virtio-blk: Increase in_flight for request restart BHKevin Wolf
2019-02-22virtio-blk: add DISCARD and WRITE_ZEROES featuresStefano Garzarella
2019-02-22virtio-blk: set config size depending on the features enabledStefano Garzarella
2019-02-22virtio-blk: add "discard" and "write-zeroes" propertiesStefano Garzarella
2019-02-22virtio-blk: add host_features field in VirtIOBlockStefano Garzarella
2019-02-22virtio-blk: add acct_failed param to virtio_blk_handle_rw_error()Stefano Garzarella
2019-02-13virtio-blk: set correct config size for the host driverChangpeng Liu
2019-02-12virtio-blk: cleanup using VirtIOBlock *s and VirtIODevice *vdevStefano Garzarella
2019-02-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-02-05vhost-user-blk: add discard/write zeroes features supportChangpeng Liu
2019-02-04xen-block: handle resize callbackPaul Durrant
2019-01-31Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2019-01-31' int...Peter Maydell
2019-01-31nvme: use pci_dev directly in nvme_realizeLi Qiang
2019-01-31nvme: ensure the num_queues is not zeroLi Qiang
2019-01-31nvme: use TYPE_NVME instead of constant stringLi Qiang
2019-01-30virtio-blk: remove duplicate definition of VirtIOBlock *s pointerStefano Garzarella
2019-01-30hw/block: clean up stale xen_disk trace entriesPaul Durrant
2019-01-21hw/block/xen: use proper format string for printing sectorsAlex Bennée
2019-01-14qemu: avoid memory leak while remove diskJian Wang
2019-01-14xen-block: avoid repeated memory allocationTim Smith
2019-01-14xen-block: improve response latencyTim Smith
2019-01-14xen-block: improve batching behaviourTim Smith
2019-01-14xen: remove the legacy 'xen_disk' backendPaul Durrant
2019-01-14xen: automatically create XenBlockDevice-sPaul Durrant
2019-01-14xen: add implementations of xen-block connect and disconnect functions...Paul Durrant
2019-01-14xen: purge 'blk' and 'ioreq' from function names in dataplane/xen-block.cPaul Durrant
2019-01-14xen: remove 'ioreq' struct/varable/field names from dataplane/xen-block.cPaul Durrant
2019-01-14xen: remove 'XenBlkDev' and 'blkdev' names from dataplane/xen-blockPaul Durrant
2019-01-14xen: add header and build dataplane/xen-block.cPaul Durrant
2019-01-14xen: remove unnecessary code from dataplane/xen-block.cPaul Durrant
2019-01-14xen: duplicate xen_disk.c as basis of dataplane/xen-block.cPaul Durrant
2019-01-14xen: add xenstore watcher infrastructurePaul Durrant
2019-01-14xen: create xenstore areas for XenDevice-sPaul Durrant
2019-01-14xen: introduce 'xen-block', 'xen-disk' and 'xen-cdrom'Paul Durrant
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant