aboutsummaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-22nvme: fix CMB endianness confusionPaolo Bonzini1-5/+2
2018-11-22Revert "nvme: fix oob access issue(CVE-2018-16847)"Kevin Wolf1-7/+0
2018-11-22nvme: fix out-of-bounds access to the CMBPaolo Bonzini1-1/+1
2018-11-22nvme: call blk_drain in NVMe reset code to avoid lockupsIgor Druzhinin1-0/+2
2018-11-19hw/block/onenand: use qemu_log_mask() for reportingPeter Maydell1-9/+13
2018-11-19hw/block/onenand: Fix off-by-one error allowing out-of-bounds readPeter Maydell1-1/+1
2018-11-19fdc: fix segfault in fdctrl_stop_transfer() when DMA is disabledMark Cave-Ayland1-1/+1
2018-11-19nvme: fix oob access issue(CVE-2018-16847)Li Qiang1-0/+7
2018-11-12nvme: free cmbuf in nvme_exitLi Qiang1-0/+3
2018-11-12nvme: don't unref ctrl_mem when device unrealizedLi Qiang1-3/+0
2018-11-05vhost-user-blk: start vhost when guest kicksYongji Xie1-0/+25
2018-11-05virtio-blk: fix comment for virtio_blk_rw_completeYaowei Bai1-2/+2
2018-08-15block: Remove deprecated -drive option serialKevin Wolf3-15/+0
2018-08-15block: Remove deprecated -drive geometry optionsKevin Wolf1-14/+0