aboutsummaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)AuthorFilesLines
2019-07-01Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190624' into st...Peter Maydell4-38/+52
2019-06-24nvme: do not advertise support for unsupported arbitration mechanismKlaus Birkelund Jensen1-1/+0
2019-06-24xen: Import other xen/io/*.hAnthony PERARD1-3/+2
2019-06-24xen-bus / xen-block: add support for event channel pollingPaul Durrant1-8/+9
2019-06-24xen-bus: allow AioContext to be specified for each event channelPaul Durrant1-1/+1
2019-06-24xen-block: support feature-large-sector-sizePaul Durrant3-26/+40
2019-06-14hw/block/fdc: floppy command FIFO memory initializationAndrey Shinkevich1-0/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster9-2/+9
2019-06-04block: Add BlockBackend.ctxKevin Wolf2-2/+2
2019-06-04block: Add Error to blk_set_aio_context()Kevin Wolf2-5/+13
2019-06-04nvme: add Get/Set Feature Timestamp supportKenneth Heitke3-2/+108
2019-05-20vhost-user-blk: Add support to reconnect backendXie Yongji1-23/+136
2019-05-20vhost-user-blk: Add return value for vhost_user_blk_start()Xie Yongji1-4/+5
2019-05-20vhost-user-blk: Only start vhost-user backend with the first kickXie Yongji1-2/+1
2019-05-20vhost-user-blk: Use started flag in vhost_user_blk_set_status()Xie Yongji1-2/+2
2019-05-20nvme: fix copy direction in DMA reads going to CMBKlaus Birkelund Jensen1-1/+1
2019-05-07pflash_cfi01: New pflash_cfi01_legacy_drive()Markus Armbruster1-0/+28
2019-04-04xen-block: scale sector based quantities correctlyPaul Durrant3-17/+23
2019-04-04xen-block: only advertize discard to the frontend when it is enabled...Paul Durrant1-3/+9
2019-03-26Merge remote-tracking branch 'remotes/armbru/tags/pull-pflash-2019-03-26' int...Peter Maydell3-23/+53
2019-03-26pflash: Bury disabled code to limit device sizesAlex Bennée2-13/+0
2019-03-26pflash: Require backend size to match device, improve errorsMarkus Armbruster3-10/+53
2019-03-26xen-block: Replace qdict_put_obj() by qdict_put() where appropriateMarkus Armbruster1-2/+2
2019-03-22trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-1/+2
2019-03-22trace-events: Delete unused trace pointsMarkus Armbruster1-2/+0
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster2-7/+7
2019-03-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-18/+32
2019-03-12vhost-user-blk: Add support to get/set inflight bufferXie Yongji1-0/+28
2019-03-12vhost-user: simplify vhost_user_init/vhost_user_cleanupMarc-André Lureau1-18/+4
2019-03-12nvme: fix write zeroes offset and countKeith Busch1-3/+3
2019-03-11pflash_cfi01: Add pflash_cfi01_get_blk() helperPhilippe Mathieu-Daudé1-0/+5
2019-03-11pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster2-4/+6
2019-03-11pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster2-2/+2
2019-03-11hw: Use PFLASH_CFI0{1,2} and TYPE_PFLASH_CFI0{1,2}Markus Armbruster2-6/+0
2019-03-11pflash: Rename *CFI_PFLASH* to *PFLASH_CFI*Markus Armbruster2-13/+13
2019-03-11pflash_cfi01: Log use of flawed "write to buffer"Markus Armbruster1-0/+13
2019-03-11pflash_cfi01: Do not exit() on guest aborting "write to buffer"Markus Armbruster1-8/+5
2019-03-11pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02Markus Armbruster2-78/+84
2019-03-09Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-7/+9
2019-03-07isa: express SuperIO dependencies with KconfigPaolo Bonzini1-2/+3
2019-03-07virtio: express virtio dependencies with KconfigYang Zhong1-2/+5
2019-03-07isa: express dependencies with kconfigPaolo Bonzini1-0/+2
2019-03-07block: fix recursion in hw/block/dataplanePaolo Bonzini2-2/+3
2019-03-07build: convert pci.mak to KconfigPaolo Bonzini1-0/+2
2019-03-07build: switch to KconfigPaolo Bonzini1-0/+2
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+29
2019-03-07hw/block/virtio-blk: Clean req->dev repetitionsAnastasiia Rusakova1-7/+9
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