aboutsummaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)Author
2015-12-07virtio-blk: Drop x-data-plane optionFam Zheng
2015-11-25Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2015-11-25nand: fix flash erase when oob is in memoryRicard Wanderlof
2015-11-25Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20151125' into sta...Peter Maydell
2015-11-25xen_disk: Remove ioreq.postsyncAlberto Garcia
2015-11-24virtio-blk: Move resetting of req->mr_next to virtio_blk_handle_rw_errorFam Zheng
2015-11-18nand: fix address overflowRabin Vincent
2015-11-17virtio-blk: Fix double completion for werror=stopFam Zheng
2015-11-12xen_disk: Account for failed and invalid operationsAlberto Garcia
2015-11-12virtio-blk: Account for failed and invalid operationsAlberto Garcia
2015-11-12nvme: Account for failed and invalid operationsAlberto Garcia
2015-11-12xen_disk: Account for flush operationsAlberto Garcia
2015-10-29virtio: sync the dataplane vring state to the virtqueue before virtio_savePavel Butsykin
2015-10-29virtio-blk: switch off scsi-passthrough by defaultCornelia Huck
2015-10-29virtio-blk: convert to virtqueue_mapMichael S. Tsirkin
2015-10-23dataplane: Mark host notifiers' client type as "external"Fam Zheng
2015-10-23aio: Add "is_external" flag for event handlersFam Zheng
2015-10-23block: Prepare for NULL BDSMax Reitz
2015-10-23hw/block/fdc: Implement tray statusMax Reitz
2015-10-12block: switch from g_slice allocator to mallocPaolo Bonzini
2015-10-12virtio-blk: use blk_io_plug/unplug for Linux AIO batchingStefan Hajnoczi
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-11maint: remove unused include for signal.hDaniel P. Berrange
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck
2015-09-09i8257: rewrite DMA_schedule to avoid hooking into the CPU loopPaolo Bonzini
2015-09-07hw/block/nvme.c: Use pow2ceil() rather than hand-calculationPeter Maydell
2015-07-29virtio-blk-dataplane: delete bottom half before the AioContext is freedPaolo Bonzini
2015-07-27virtio: minor cleanupMichael S. Tsirkin
2015-07-27virtio-blk: only clear VIRTIO_F_ANY_LAYOUT for legacy deviceJason Wang
2015-07-27virtio-blk: fail get_features when both scsi and 1.0 were setJason Wang
2015-07-27virtio: get_features() can failJason Wang
2015-07-27virtio: set any_layout in virtio coreMichael S. Tsirkin
2015-07-14nvme: properly report volatile write cachesChristoph Hellwig
2015-07-14nvme: implement the Flush commandChristoph Hellwig
2015-06-24virito-blk: drop duplicate checkGonglei
2015-06-23nvme: Fix memleak in nvme_dma_read_prpLu Lina
2015-06-23virtio-blk: Use blk_drain() to drain IO requestsAlexander Yarygin
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-06-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-06-05pflash_cfi01: add secure propertyPaolo Bonzini
2015-06-05pflash_cfi01: change to new-style MMIO accessorsPaolo Bonzini
2015-06-05pflash_cfi01: change big-endian property to BIT typePaolo Bonzini
2015-06-02fdc: Fix MSR.RQM flagKevin Wolf
2015-06-02fdc: Disentangle phases in fdctrl_read_data()Kevin Wolf
2015-06-02fdc: Code cleanup in fdctrl_write_data()Kevin Wolf
2015-06-02fdc: Use phase in fdctrl_write_data()Kevin Wolf
2015-06-02fdc: Introduce fdctrl->phaseKevin Wolf
2015-06-02fdc: Rename fdctrl_set_fifo() to fdctrl_to_result_phase()Kevin Wolf
2015-06-02fdc: Rename fdctrl_reset_fifo() to fdctrl_to_command_phase()Kevin Wolf