summaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-22nvme: support NVME_VOLATILE_WRITE_CACHE featureChristoph Hellwig1-0/+3
2015-05-12fdc: force the fifo access to be in bounds of the allocated bufferPetr Matousek1-6/+11
2015-04-30Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+7
2015-04-30Enable NVMe start controller for Windows guest.Daniel Stekloff1-0/+7
2015-04-30misc: Fix new collection of typosStefan Weil1-1/+1
2015-04-28fdc: remove sparc sun4m mutationsHervé Poussineau1-17/+0
2015-04-28m25p80: fix s->blk usage before assignmentStefan Hajnoczi1-1/+3
2015-04-28m25p80: add missing blk_attach_dev_nofailPaolo Bonzini1-0/+1
2015-04-08virtio-blk: correctly dirty guest memoryPaolo Bonzini2-3/+13
2015-04-02hw: Mark devices picking up block backends actively FIXMEMarkus Armbruster1-0/+1
2015-03-27nvme: Fix unintentional integer overflow (OVERFLOW_BEFORE_WIDEN)Stefan Weil1-1/+1
2015-03-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-4/+4
2015-03-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell4-9/+43
2015-03-10virtio-blk: Remove the stale FIXME commentFam Zheng1-6/+0
2015-03-10BlockConf: Call backend functions to detect geometry and blocksizesEkaterina Tumanova4-1/+35
2015-03-10virtio-blk: Check return value of blk_aio_ioctlFam Zheng1-2/+8
2015-03-10hw: Propagate errors through qdev_prop_set_drive()Markus Armbruster2-4/+4
2015-03-10block: remove superfluous '\n' around error_report/error_setgGonglei1-1/+1
2015-02-26virtio: add feature checking helpersCornelia Huck1-5/+2
2015-02-26virtio: feature bit manipulation helpersCornelia Huck1-8/+8
2015-02-26virtio-blk: switch to standard-headersMichael S. Tsirkin1-4/+4
2015-02-26Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell1-2/+1
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster1-2/+1
2015-02-16block/xen: Use blk_new_open() in blk_connect()Max Reitz1-16/+11
2015-02-16dataplane: endianness-aware accessesCornelia Huck1-1/+3
2015-02-10onenand: g_malloc() can't fail, bury dead error handlingMarkus Armbruster1-7/+1