aboutsummaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)Author
2016-02-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-02-06virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini
2016-02-03fdc: use IsaDma interface instead of global DMA_* functionsHervé Poussineau
2016-02-03sparc: disable floppy DMAHervé Poussineau
2016-02-03fdc: fix detection under LinuxJohn Snow
2016-02-02virtio-blk: Functions for op blocker managementMax Reitz
2016-02-02Revert "hw/block/fdc: Implement tray status"Max Reitz
2016-02-02nvme: generate OpenFirmware device path in the "bootorder" fw_cfg fileLaszlo Ersek
2016-01-26xen: Switch to libxengnttab interface for compat shims.Ian Campbell
2016-01-25fdc: change auto fallback drive for ISA FDC to 288John Snow
2016-01-25fdc: rework pick_geometryJohn Snow
2016-01-25fdc: add physical disk sizesJohn Snow
2016-01-25fdc: add drive type optionJohn Snow
2016-01-25fdc: Add fallback optionJohn Snow
2016-01-25fdc: add pick_driveJohn Snow
2016-01-25fdc: Throw an assertion on misconfigured fd_formats tableJohn Snow
2016-01-25fdc: add disk fieldJohn Snow
2016-01-25fdc: add drive type qapi enumJohn Snow
2016-01-25fdc: reduce number of pick_geometry argumentsJohn Snow
2016-01-25fdc: move pick_geometryJohn Snow
2016-01-21ssi: Move ssi.h into a separate directoryAlistair Francis
2016-01-21m25p80.c: Add sst25wf080 SPI flash deviceAlistair Francis
2016-01-20block: Clean up includesPeter Maydell
2016-01-13error: Use error_prepend() where it makes obvious senseMarkus Armbruster
2016-01-13hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster
2016-01-07block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCEFam Zheng
2015-12-23Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-12-22' into s...Peter Maydell
2015-12-22block: replace IOV_MAX with BlockLimits.max_iovStefan Hajnoczi
2015-12-22virtio-blk: trivial code optimizationGonglei
2015-12-18xen/blkif: Avoid double access to src->nr_segmentsStefano Stabellini
2015-12-11xen_disk: treat "vhd" as "vpc"Stefano Stabellini
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