summaryrefslogtreecommitdiffstats
path: root/hw/block
Commit message (Expand)AuthorAgeFilesLines
...
| * virtio-blk: convert VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-16/+11Star
| * virtio-blk: handle virtio_blk_handle_request() errorsGreg Kurz2016-10-101-10/+28
| * virtio-blk: make some functions staticGreg Kurz2016-10-101-5/+5
| * virtio-blk: add missing virtio_detach_element() callStefan Hajnoczi2016-10-101-0/+1
* | block-backend: Remember if attached device is non-qdevKevin Wolf2016-10-071-1/+1
|/
* qdisk - hw/block/xen_disk: grant copy implementationPaulina Szubarczyk2016-09-281-5/+148
* virtio-blk: rename virtio_device_info to virtio_blk_infoChanglong Xie2016-09-131-2/+2
* portio: keep references on portioMarc-André Lureau2016-09-081-1/+3
* block: m25p80: Fix vmstate structure nameMarcin Krzeminski2016-09-061-15/+14Star
* xen: use native disk xenbus protocol if possibleJuergen Gross2016-08-311-8/+10
* trace-events: fix first line comment in trace-eventsLaurent Vivier2016-08-121-1/+1
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2016-08-051-8/+53
|\
| * nvme: bump PCI revisionChristoph Hellwig2016-08-051-1/+1
| * nvme: fix identify to be NVMe 1.1 compliantChristoph Hellwig2016-08-051-7/+52
* | virtio-blk: Remove stale comment about drainingFam Zheng2016-08-051-4/+0Star
* | virtio-blk: Release s->rq queue at system_resetFam Zheng2016-08-051-0/+9
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-07-211-11/+7Star
|\
| * virtio-blk: Wrap in vmstateDr. David Alan Gilbert2016-07-211-10/+6Star
| * virtio-blk: Call virtio_add_queue_aioFam Zheng2016-07-211-1/+1
* | block: Convert BB interface to byte-based discardsEric Blake2016-07-201-3/+4
|/
* virtio-blk: dataplane cleanupCao jin2016-07-181-4/+2Star
* m25p80: Fix QIOR/DIOR handling for WinbondMarcin Krzeminski2016-07-141-2/+4
* block/qdev: Allow configuring rerror/werror with qdev propertiesKevin Wolf2016-07-132-0/+13
* block/qdev: Allow configuring WCE with qdev propertiesKevin Wolf2016-07-133-0/+18
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-121-3/+3
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-4/+4
* hw/block/m25p80: fix resource leakShannon Zhao2016-07-071-2/+4
* block: Switch transfer length bounds to byte-basedEric Blake2016-07-051-4/+5
* block: Give nonzero result to blk_get_max_transfer_length()Eric Blake2016-07-051-2/+1Star
* m25p80: qdev-ify drive propertyPaolo Bonzini2016-07-041-8/+2Star
* m25p80: change cur_addr to 32 bit integerPaolo Bonzini2016-07-041-7/+8
* m25p80: avoid out of bounds accessesPaolo Bonzini2016-07-041-9/+7Star
* m25p80: do not put iovec on the stackPaolo Bonzini2016-07-041-9/+14
* ssi: change ssi_slave_init to be a realize opsCédric Le Goater2016-07-041-7/+5Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-06-292-2/+0Star
|\
| * pflash: make TYPE_CFI_PFLASH0{1,2} macros publicEfimov Vasily2016-06-292-2/+0Star
* | virtio-blk: add num-queues device propertyStefan Hajnoczi2016-06-281-2/+13
* | virtio-blk: dataplane multiqueue supportStefan Hajnoczi2016-06-281-16/+34
* | virtio-blk: live migrate s->rq with multiqueueStefan Hajnoczi2016-06-281-1/+19
* | virtio-blk: associate request with a virtqueueStefan Hajnoczi2016-06-281-9/+11
* | virtio-blk: tell dataplane which vq to notifyStefan Hajnoczi2016-06-283-4/+4
* | virtio-blk: multiqueue batch notifyStefan Hajnoczi2016-06-281-6/+23
* | virtio-blk: add VirtIOBlockConf->num_queuesStefan Hajnoczi2016-06-281-0/+1
* | Revert "virtio: sync the dataplane vring state to the virtqueue before virtio...Stefan Hajnoczi2016-06-281-5/+0Star
* | m25p80: Fix WINBOND fast read command handlingMarcin Krzeminski2016-06-271-2/+5
* | m25p80: New flash devices.Marcin Krzeminski2016-06-271-6/+13
* | m25p80: Fast read commands family changes.Marcin Krzeminski2016-06-271-37/+117
* | m25p80: Introduce configuration registers.Marcin Krzeminski2016-06-271-0/+47
* | m25p80: Introduce quad and equad modes.Marcin Krzeminski2016-06-271-5/+65
* | m25p80: Add additional flash commands:Marcin Krzeminski2016-06-271-0/+9