summaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-127/+77
2015-06-05pflash_cfi01: add secure propertyPaolo Bonzini1-44/+67
2015-06-05pflash_cfi01: change to new-style MMIO accessorsPaolo Bonzini1-86/+10
2015-06-05pflash_cfi01: change big-endian property to BIT typePaolo Bonzini1-4/+7
2015-06-02fdc: Fix MSR.RQM flagKevin Wolf1-1/+12
2015-06-02fdc: Disentangle phases in fdctrl_read_data()Kevin Wolf1-10/+23
2015-06-02fdc: Code cleanup in fdctrl_write_data()Kevin Wolf1-24/+39
2015-06-02fdc: Use phase in fdctrl_write_data()Kevin Wolf1-28/+41
2015-06-02fdc: Introduce fdctrl->phaseKevin Wolf1-0/+89
2015-06-02fdc: Rename fdctrl_set_fifo() to fdctrl_to_result_phase()Kevin Wolf1-15/+16
2015-06-02fdc: Rename fdctrl_reset_fifo() to fdctrl_to_command_phase()Kevin Wolf1-15/+15
2015-06-01virtio: make features 64bit wideGerd Hoffmann1-1/+1