summaryrefslogtreecommitdiffstats
path: root/hw/block
Commit message (Expand)AuthorAgeFilesLines
* xen/blkif: Avoid double access to src->nr_segmentsStefano Stabellini2016-03-151-4/+8
* virtio-blk: Drop x-data-plane optionFam Zheng2015-12-072-14/+2
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-11-251-1/+1
|\
| * nand: fix flash erase when oob is in memoryRicard Wanderlof2015-11-251-1/+1
* | Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20151125' into sta...Peter Maydell2015-11-251-8/+0
|\ \ | |/ |/|
| * xen_disk: Remove ioreq.postsyncAlberto Garcia2015-11-251-8/+0
* | virtio-blk: Move resetting of req->mr_next to virtio_blk_handle_rw_errorFam Zheng2015-11-241-4/+3
* | nand: fix address overflowRabin Vincent2015-11-181-2/+2
* | virtio-blk: Fix double completion for werror=stopFam Zheng2015-11-171-0/+4
|/
* xen_disk: Account for failed and invalid operationsAlberto Garcia2015-11-121-1/+22
* virtio-blk: Account for failed and invalid operationsAlberto Garcia2015-11-121-1/+3
* nvme: Account for failed and invalid operationsAlberto Garcia2015-11-121-3/+8
* xen_disk: Account for flush operationsAlberto Garcia2015-11-121-1/+3
* virtio: sync the dataplane vring state to the virtqueue before virtio_savePavel Butsykin2015-10-291-0/+5
* virtio-blk: switch off scsi-passthrough by defaultCornelia Huck2015-10-291-1/+1
* virtio-blk: convert to virtqueue_mapMichael S. Tsirkin2015-10-291-4/+1
* dataplane: Mark host notifiers' client type as "external"Fam Zheng2015-10-231-3/+2
* aio: Add "is_external" flag for event handlersFam Zheng2015-10-231-2/+4
* block: Prepare for NULL BDSMax Reitz2015-10-231-1/+3
* hw/block/fdc: Implement tray statusMax Reitz2015-10-231-4/+16
* block: switch from g_slice allocator to mallocPaolo Bonzini2015-10-121-2/+2
* virtio-blk: use blk_io_plug/unplug for Linux AIO batchingStefan Hajnoczi2015-10-121-0/+4
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-141-1/+1
|\
| * i8257: rewrite DMA_schedule to avoid hooking into the CPU loopPaolo Bonzini2015-09-091-1/+1
* | maint: remove unused include for signal.hDaniel P. Berrange2015-09-111-1/+0
* | virtio: avoid leading underscores for helpersCornelia Huck2015-09-101-3/+4
* | hw/block/nvme.c: Use pow2ceil() rather than hand-calculationPeter Maydell2015-09-071-1/+1
|/
* virtio-blk-dataplane: delete bottom half before the AioContext is freedPaolo Bonzini2015-07-291-1/+1
* virtio: minor cleanupMichael S. Tsirkin2015-07-271-1/+0
* virtio-blk: only clear VIRTIO_F_ANY_LAYOUT for legacy deviceJason Wang2015-07-271-1/+1
* virtio-blk: fail get_features when both scsi and 1.0 were setJason Wang2015-07-271-1/+9
* virtio: get_features() can failJason Wang2015-07-271-1/+2
* virtio: set any_layout in virtio coreMichael S. Tsirkin2015-07-271-0/+1
* nvme: properly report volatile write cachesChristoph Hellwig2015-07-141-5/+14
* nvme: implement the Flush commandChristoph Hellwig2015-07-142-3/+17
* virito-blk: drop duplicate checkGonglei2015-06-241-2/+1
* nvme: Fix memleak in nvme_dma_read_prpLu Lina2015-06-231-0/+1
* virtio-blk: Use blk_drain() to drain IO requestsAlexander Yarygin2015-06-231-5/+10
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-26/+16
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-06-081-127/+77
|\
| * pflash_cfi01: add secure propertyPaolo Bonzini2015-06-051-44/+67
| * pflash_cfi01: change to new-style MMIO accessorsPaolo Bonzini2015-06-051-86/+10
| * pflash_cfi01: change big-endian property to BIT typePaolo Bonzini2015-06-051-4/+7
* | fdc: Fix MSR.RQM flagKevin Wolf2015-06-021-1/+12
* | fdc: Disentangle phases in fdctrl_read_data()Kevin Wolf2015-06-021-10/+23
* | fdc: Code cleanup in fdctrl_write_data()Kevin Wolf2015-06-021-24/+39
* | fdc: Use phase in fdctrl_write_data()Kevin Wolf2015-06-021-28/+41
* | fdc: Introduce fdctrl->phaseKevin Wolf2015-06-021-0/+89
* | fdc: Rename fdctrl_set_fifo() to fdctrl_to_result_phase()Kevin Wolf2015-06-021-15/+16
OpenPOWER on IntegriCloud