summaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)Author
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck
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
2015-06-01virtio: make features 64bit wideGerd Hoffmann
2015-05-22nvme: support NVME_VOLATILE_WRITE_CACHE featureChristoph Hellwig
2015-05-12fdc: force the fifo access to be in bounds of the allocated bufferPetr Matousek
2015-04-30Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2015-04-30Enable NVMe start controller for Windows guest.Daniel Stekloff
2015-04-30misc: Fix new collection of typosStefan Weil
2015-04-28fdc: remove sparc sun4m mutationsHervé Poussineau
2015-04-28m25p80: fix s->blk usage before assignmentStefan Hajnoczi
2015-04-28m25p80: add missing blk_attach_dev_nofailPaolo Bonzini
2015-04-08virtio-blk: correctly dirty guest memoryPaolo Bonzini
2015-04-02hw: Mark devices picking up block backends actively FIXMEMarkus Armbruster
2015-03-27nvme: Fix unintentional integer overflow (OVERFLOW_BEFORE_WIDEN)Stefan Weil
2015-03-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-03-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2015-03-10virtio-blk: Remove the stale FIXME commentFam Zheng
2015-03-10BlockConf: Call backend functions to detect geometry and blocksizesEkaterina Tumanova
2015-03-10virtio-blk: Check return value of blk_aio_ioctlFam Zheng
2015-03-10hw: Propagate errors through qdev_prop_set_drive()Markus Armbruster
2015-03-10block: remove superfluous '\n' around error_report/error_setgGonglei
2015-02-26virtio: add feature checking helpersCornelia Huck
2015-02-26virtio: feature bit manipulation helpersCornelia Huck
2015-02-26virtio-blk: switch to standard-headersMichael S. Tsirkin
2015-02-26Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster
2015-02-16block/xen: Use blk_new_open() in blk_connect()Max Reitz