summaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)AuthorFilesLines
2016-01-21ssi: Move ssi.h into a separate directoryAlistair Francis1-1/+1
2016-01-21m25p80.c: Add sst25wf080 SPI flash deviceAlistair Francis1-0/+1
2016-01-20block: Clean up includesPeter Maydell14-11/+14
2016-01-13error: Use error_prepend() where it makes obvious senseMarkus Armbruster1-6/+2
2016-01-13hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster2-6/+11
2016-01-07block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCEFam Zheng1-1/+1
2015-12-23Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-12-22' into s...Peter Maydell1-0/+3
2015-12-22block: replace IOV_MAX with BlockLimits.max_iovStefan Hajnoczi1-1/+1
2015-12-22virtio-blk: trivial code optimizationGonglei1-18/+10
2015-12-18xen/blkif: Avoid double access to src->nr_segmentsStefano Stabellini1-4/+8
2015-12-11xen_disk: treat "vhd" as "vpc"Stefano Stabellini1-0/+3
2015-12-07virtio-blk: Drop x-data-plane optionFam Zheng2-14/+2
2015-11-25Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-1/+1
2015-11-25nand: fix flash erase when oob is in memoryRicard Wanderlof1-1/+1
2015-11-25Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20151125' into sta...Peter Maydell1-8/+0
2015-11-25xen_disk: Remove ioreq.postsyncAlberto Garcia1-8/+0
2015-11-24virtio-blk: Move resetting of req->mr_next to virtio_blk_handle_rw_errorFam Zheng1-4/+3
2015-11-18nand: fix address overflowRabin Vincent1-2/+2
2015-11-17virtio-blk: Fix double completion for werror=stopFam Zheng1-0/+4
2015-11-12xen_disk: Account for failed and invalid operationsAlberto Garcia1-1/+22
2015-11-12virtio-blk: Account for failed and invalid operationsAlberto Garcia1-1/+3
2015-11-12nvme: Account for failed and invalid operationsAlberto Garcia1-3/+8
2015-11-12xen_disk: Account for flush operationsAlberto Garcia1-1/+3
2015-10-29virtio: sync the dataplane vring state to the virtqueue before virtio_savePavel Butsykin1-0/+5
2015-10-29virtio-blk: switch off scsi-passthrough by defaultCornelia Huck1-1/+1
2015-10-29virtio-blk: convert to virtqueue_mapMichael S. Tsirkin1-4/+1
2015-10-23dataplane: Mark host notifiers' client type as "external"Fam Zheng1-3/+2
2015-10-23aio: Add "is_external" flag for event handlersFam Zheng1-2/+4
2015-10-23block: Prepare for NULL BDSMax Reitz1-1/+3
2015-10-23hw/block/fdc: Implement tray statusMax Reitz1-4/+16
2015-10-12block: switch from g_slice allocator to mallocPaolo Bonzini1-2/+2
2015-10-12virtio-blk: use blk_io_plug/unplug for Linux AIO batchingStefan Hajnoczi1-0/+4
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2015-09-11maint: remove unused include for signal.hDaniel P. Berrange1-1/+0
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck1-3/+4
2015-09-09i8257: rewrite DMA_schedule to avoid hooking into the CPU loopPaolo Bonzini1-1/+1
2015-09-07hw/block/nvme.c: Use pow2ceil() rather than hand-calculationPeter Maydell1-1/+1
2015-07-29virtio-blk-dataplane: delete bottom half before the AioContext is freedPaolo Bonzini1-1/+1
2015-07-27virtio: minor cleanupMichael S. Tsirkin1-1/+0
2015-07-27virtio-blk: only clear VIRTIO_F_ANY_LAYOUT for legacy deviceJason Wang1-1/+1
2015-07-27virtio-blk: fail get_features when both scsi and 1.0 were setJason Wang1-1/+9
2015-07-27virtio: get_features() can failJason Wang1-1/+2
2015-07-27virtio: set any_layout in virtio coreMichael S. Tsirkin1-0/+1
2015-07-14nvme: properly report volatile write cachesChristoph Hellwig1-5/+14
2015-07-14nvme: implement the Flush commandChristoph Hellwig2-3/+17
2015-06-24virito-blk: drop duplicate checkGonglei1-2/+1
2015-06-23nvme: Fix memleak in nvme_dma_read_prpLu Lina1-0/+1
2015-06-23virtio-blk: Use blk_drain() to drain IO requestsAlexander Yarygin1-5/+10
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-26/+16