summaryrefslogtreecommitdiffstats
path: root/hw/block
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2018-06-153-29/+0Star
|\
| * block: Remove deprecated -drive option serialKevin Wolf2018-06-153-15/+0Star
| * block: Remove deprecated -drive geometry optionsKevin Wolf2018-06-151-14/+0Star
* | m25p80: add support for two bytes WRSR for Macronix chipsCédric Le Goater2018-06-151-0/+1
* | hw/block/pflash_cfi02: Convert away from old_mmioPeter Maydell2018-06-151-79/+18Star
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-06-041-5/+22
|\
| * vhost-blk: turn on pre-defined RO feature bitChangpeng Liu2018-06-011-4/+1Star
| * vhost-user: introduce shared vhost-user stateTiwei Bie2018-05-241-1/+21
* | hw: make virtio devices configurable via default-configs/Paolo Bonzini2018-06-011-4/+2Star
* | hw/block/nvme: Include "qemu/cutils.h" directly in the source filePhilippe Mathieu-Daudé2018-06-012-1/+1
* | hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-012-2/+0Star
* | hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-012-2/+0Star
* | hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-013-3/+0Star
* | Merge remote-tracking branch 'remotes/sstabellini-http/tags/xen-20180522-tag'...Peter Maydell2018-05-241-512/+102Star
|\ \ | |/ |/|
| * xen_disk: be consistent with use of xendev and blkdev->xendevPaul Durrant2018-05-221-44/+46
| * xen_disk: use a single entry iovecPaul Durrant2018-05-221-55/+21Star
| * xen_disk: remove use of grant map/unmapPaul Durrant2018-05-221-327/+25Star
| * xen_disk: remove open-coded use of libxengnttabPaul Durrant2018-05-221-90/+32Star
| * xen: add a meaningful declaration of grant_copy_segment into xen_common.hPaul Durrant2018-05-221-18/+0Star
* | Remove unnecessary variables for function return valueLaurent Vivier2018-05-201-4/+1Star
|/
* hw/block/pflash_cfi: fix off-by-one errorPhilippe Mathieu-Daudé2018-04-102-11/+8Star
* vhost-user-blk: set config ops before vhost-user initMaxime Coquelin2018-04-091-2/+2
* fdc: Exit if ISA controller does not support DMAAlexey Kardashevskiy2018-03-261-1/+4
* virtio-blk: fix race between .ioeventfd_stop() and vq handlerStefan Hajnoczi2018-03-081-7/+17
* virtio-blk: dataplane: Don't batch notifications if EVENT_IDX is presentSergio Lopez2018-03-081-2/+13
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-022-0/+2
* trace: avoid SystemTap "char const" warningsStefan Hajnoczi2018-02-191-2/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-02-132-1/+2
|\
| * pci: removed the is_express field since a uniform interface was insertedYoni Bettan2018-02-081-1/+0Star
| * virtio: remove event notifier cleanup call on de-assignGal Hammer2018-02-081-0/+2
* | Clean up includesMarkus Armbruster2018-02-091-1/+0Star
|/
* block: Move NVMe constants to a separate headerFam Zheng2018-02-081-697/+1Star
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2018-01-242-5/+35
|\
| * hw/block: Fix pin-based interrupt behaviour of NVMeHikaru Nishida2018-01-232-5/+35
* | Fixes after renaming __FUNCTION__ to __func__Alistair Francis2018-01-221-1/+1
* | Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-222-6/+6
|/
* vhost-user-blk: introduce a new vhost-user-blk host deviceChangpeng Liu2018-01-182-0/+362
* maint: Fix macros with broken 'do/while(0); ' usageEric Blake2018-01-161-1/+1
* nvme: Add tracingDoug Gale2017-12-222-52/+390
* virtio-blk: reject configs with logical block size > physical block sizeMark Kanda2017-12-191-0/+7
* virtio-blk: make queue size configurableMark Kanda2017-12-191-1/+9
* hw/block: Use errp directly rather than local_errMao Zhongyi2017-12-193-24/+13Star
* hw/block: Fix the return typeMao Zhongyi2017-12-193-12/+17
* hw/block/nvme: Convert to realizeMao Zhongyi2017-12-191-8/+10
* Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20171214-tag' into...Peter Maydell2017-12-152-7/+53
|\
| * xen-disk: use an IOThread per instancePaul Durrant2017-12-152-7/+53
* | m25p80: Add support for n25q512a11 and n25q512a13Francisco Iglesias2017-12-131-0/+2
* | m25p80: Add support for BRRD/BRWR and BULK_ERASE (0x60)Francisco Iglesias2017-12-131-0/+7
* | m25p80: Add support for SST READ ID 0x90/0xAB commandsFrancisco Iglesias2017-12-131-0/+32
* | m25p80: Add support for continuous read out of RDSR and READ_FSRFrancisco Iglesias2017-12-131-1/+38
|/