summaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)Author
2019-06-24xen-bus / xen-block: add support for event channel pollingPaul Durrant
2019-06-24xen-bus: allow AioContext to be specified for each event channelPaul Durrant
2019-06-24xen-block: support feature-large-sector-sizePaul Durrant
2019-06-14hw/block/fdc: floppy command FIFO memory initializationAndrey Shinkevich
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-04block: Add BlockBackend.ctxKevin Wolf
2019-06-04block: Add Error to blk_set_aio_context()Kevin Wolf
2019-06-04nvme: add Get/Set Feature Timestamp supportKenneth Heitke
2019-05-20vhost-user-blk: Add support to reconnect backendXie Yongji
2019-05-20vhost-user-blk: Add return value for vhost_user_blk_start()Xie Yongji
2019-05-20vhost-user-blk: Only start vhost-user backend with the first kickXie Yongji
2019-05-20vhost-user-blk: Use started flag in vhost_user_blk_set_status()Xie Yongji
2019-05-20nvme: fix copy direction in DMA reads going to CMBKlaus Birkelund Jensen
2019-05-07pflash_cfi01: New pflash_cfi01_legacy_drive()Markus Armbruster
2019-04-04xen-block: scale sector based quantities correctlyPaul Durrant
2019-04-04xen-block: only advertize discard to the frontend when it is enabled...Paul Durrant
2019-03-26Merge remote-tracking branch 'remotes/armbru/tags/pull-pflash-2019-03-26' int...Peter Maydell
2019-03-26pflash: Bury disabled code to limit device sizesAlex Bennée
2019-03-26pflash: Require backend size to match device, improve errorsMarkus Armbruster
2019-03-26xen-block: Replace qdict_put_obj() by qdict_put() where appropriateMarkus Armbruster
2019-03-22trace-events: Fix attribution of trace points to sourceMarkus Armbruster
2019-03-22trace-events: Delete unused trace pointsMarkus Armbruster
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
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