summaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)Author
2019-03-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-03-12vhost-user-blk: Add support to get/set inflight bufferXie Yongji
2019-03-12vhost-user: simplify vhost_user_init/vhost_user_cleanupMarc-André Lureau
2019-03-12nvme: fix write zeroes offset and countKeith Busch
2019-03-11pflash_cfi01: Add pflash_cfi01_get_blk() helperPhilippe Mathieu-Daudé
2019-03-11pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster
2019-03-11pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster
2019-03-11hw: Use PFLASH_CFI0{1,2} and TYPE_PFLASH_CFI0{1,2}Markus Armbruster
2019-03-11pflash: Rename *CFI_PFLASH* to *PFLASH_CFI*Markus Armbruster
2019-03-11pflash_cfi01: Log use of flawed "write to buffer"Markus Armbruster
2019-03-11pflash_cfi01: Do not exit() on guest aborting "write to buffer"Markus Armbruster
2019-03-11pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02Markus Armbruster
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