aboutsummaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)Author
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
2015-10-23hw/block/fdc: Implement tray statusMax Reitz
2015-10-12block: switch from g_slice allocator to mallocPaolo Bonzini
2015-10-12virtio-blk: use blk_io_plug/unplug for Linux AIO batchingStefan Hajnoczi
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-11maint: remove unused include for signal.hDaniel P. Berrange
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck
2015-09-09i8257: rewrite DMA_schedule to avoid hooking into the CPU loopPaolo Bonzini
2015-09-07hw/block/nvme.c: Use pow2ceil() rather than hand-calculationPeter Maydell