summaryrefslogtreecommitdiffstats
path: root/hw/block
Commit message (Expand)AuthorAgeFilesLines
* blockdev: Split monitor reference from BB creationMax Reitz2016-03-171-1/+1
* fdc: add function to determine drive chs limitsRoman Kagan2016-03-111-0/+23
* virtio-blk: do not use vring in dataplanePaolo Bonzini2016-02-253-143/+19Star
* virtio-blk: fix "disabled data plane" modePaolo Bonzini2016-02-252-13/+10Star
* vring: make vring_enable_notification return voidPaolo Bonzini2016-02-251-1/+2
* hw/block/nand.c: Include osdep.h firstPeter Maydell2016-02-161-2/+3
* fdc: always compile-check debug printsJohn Snow2016-02-101-7/+8
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-02-082-21/+13Star
|\
| * virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini2016-02-061-7/+3Star
| * virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini2016-02-062-15/+11Star
* | fdc: use IsaDma interface instead of global DMA_* functionsHervé Poussineau2016-02-031-17/+46
* | sparc: disable floppy DMAHervé Poussineau2016-02-031-0/+2
* | fdc: fix detection under LinuxJohn Snow2016-02-031-0/+16
|/
* virtio-blk: Functions for op blocker managementMax Reitz2016-02-021-18/+59
* Revert "hw/block/fdc: Implement tray status"Max Reitz2016-02-021-16/+7Star
* nvme: generate OpenFirmware device path in the "bootorder" fw_cfg fileLaszlo Ersek2016-02-021-36/+4Star
* xen: Switch to libxengnttab interface for compat shims.Ian Campbell2016-01-261-18/+20
* fdc: change auto fallback drive for ISA FDC to 288John Snow2016-01-251-1/+1
* fdc: rework pick_geometryJohn Snow2016-01-251-20/+52
* fdc: add physical disk sizesJohn Snow2016-01-251-8/+32
* fdc: add drive type optionJohn Snow2016-01-251-3/+23
* fdc: Add fallback optionJohn Snow2016-01-251-2/+23
* fdc: add pick_driveJohn Snow2016-01-251-10/+46
* fdc: Throw an assertion on misconfigured fd_formats tableJohn Snow2016-01-251-1/+3
* fdc: add disk fieldJohn Snow2016-01-251-0/+3
* fdc: add drive type qapi enumJohn Snow2016-01-251-40/+40
* fdc: reduce number of pick_geometry argumentsJohn Snow2016-01-251-30/+20Star
* fdc: move pick_geometryJohn Snow2016-01-251-45/+45
* ssi: Move ssi.h into a separate directoryAlistair Francis2016-01-211-1/+1
* m25p80.c: Add sst25wf080 SPI flash deviceAlistair Francis2016-01-211-0/+1
* block: Clean up includesPeter Maydell2016-01-2014-11/+14
* error: Use error_prepend() where it makes obvious senseMarkus Armbruster2016-01-131-6/+2Star
* hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster2016-01-132-6/+11
* block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCEFam Zheng2016-01-071-1/+1
* Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-12-22' into s...Peter Maydell2015-12-231-0/+3
|\
| * xen_disk: treat "vhd" as "vpc"Stefano Stabellini2015-12-111-0/+3
* | block: replace IOV_MAX with BlockLimits.max_iovStefan Hajnoczi2015-12-221-1/+1
* | virtio-blk: trivial code optimizationGonglei2015-12-221-18/+10Star
* | xen/blkif: Avoid double access to src->nr_segmentsStefano Stabellini2015-12-181-4/+8
|/
* virtio-blk: Drop x-data-plane optionFam Zheng2015-12-072-14/+2Star
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-11-251-1/+1
|\
| * nand: fix flash erase when oob is in memoryRicard Wanderlof2015-11-251-1/+1
* | Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20151125' into sta...Peter Maydell2015-11-251-8/+0Star
|\ \ | |/ |/|
| * xen_disk: Remove ioreq.postsyncAlberto Garcia2015-11-251-8/+0Star
* | virtio-blk: Move resetting of req->mr_next to virtio_blk_handle_rw_errorFam Zheng2015-11-241-4/+3Star
* | nand: fix address overflowRabin Vincent2015-11-181-2/+2
* | virtio-blk: Fix double completion for werror=stopFam Zheng2015-11-171-0/+4
|/
* xen_disk: Account for failed and invalid operationsAlberto Garcia2015-11-121-1/+22
* virtio-blk: Account for failed and invalid operationsAlberto Garcia2015-11-121-1/+3
* nvme: Account for failed and invalid operationsAlberto Garcia2015-11-121-3/+8