summaryrefslogtreecommitdiffstats
path: root/hw/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* | fdc: Rename fdctrl_reset_fifo() to fdctrl_to_command_phase()Kevin Wolf2015-06-021-15/+15
|/
* virtio: make features 64bit wideGerd Hoffmann2015-06-011-1/+1
* nvme: support NVME_VOLATILE_WRITE_CACHE featureChristoph Hellwig2015-05-221-0/+3
* fdc: force the fifo access to be in bounds of the allocated bufferPetr Matousek2015-05-121-6/+11
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-04-301-0/+7
|\
| * Enable NVMe start controller for Windows guest.Daniel Stekloff2015-04-301-0/+7
* | misc: Fix new collection of typosStefan Weil2015-04-301-1/+1
|/
* fdc: remove sparc sun4m mutationsHervé Poussineau2015-04-281-17/+0
* m25p80: fix s->blk usage before assignmentStefan Hajnoczi2015-04-281-1/+3
* m25p80: add missing blk_attach_dev_nofailPaolo Bonzini2015-04-281-0/+1
* virtio-blk: correctly dirty guest memoryPaolo Bonzini2015-04-082-3/+13
* hw: Mark devices picking up block backends actively FIXMEMarkus Armbruster2015-04-021-0/+1
* nvme: Fix unintentional integer overflow (OVERFLOW_BEFORE_WIDEN)Stefan Weil2015-03-271-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-03-102-4/+4
|\
| * hw: Propagate errors through qdev_prop_set_drive()Markus Armbruster2015-03-102-4/+4
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-03-104-9/+43
|\ \
| * | virtio-blk: Remove the stale FIXME commentFam Zheng2015-03-101-6/+0
| * | BlockConf: Call backend functions to detect geometry and blocksizesEkaterina Tumanova2015-03-104-1/+35
| * | virtio-blk: Check return value of blk_aio_ioctlFam Zheng2015-03-101-2/+8
* | | block: remove superfluous '\n' around error_report/error_setgGonglei2015-03-101-1/+1
| |/ |/|
OpenPOWER on IntegriCloud