summaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)AuthorFilesLines
2018-04-10hw/block/pflash_cfi: fix off-by-one errorPhilippe Mathieu-Daudé2-11/+8
2018-04-09vhost-user-blk: set config ops before vhost-user initMaxime Coquelin1-2/+2
2018-03-26fdc: Exit if ISA controller does not support DMAAlexey Kardashevskiy1-1/+4
2018-03-08virtio-blk: fix race between .ioeventfd_stop() and vq handlerStefan Hajnoczi1-7/+17
2018-03-08virtio-blk: dataplane: Don't batch notifications if EVENT_IDX is presentSergio Lopez1-2/+13
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster2-0/+2
2018-02-19trace: avoid SystemTap "char const" warningsStefan Hajnoczi1-2/+2
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-1/+2
2018-02-09Clean up includesMarkus Armbruster1-1/+0
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan1-1/+0
2018-02-08virtio: remove event notifier cleanup call on de-assignGal Hammer1-0/+2
2018-02-08block: Move NVMe constants to a separate headerFam Zheng1-697/+1
2018-01-24Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-5/+35
2018-01-23hw/block: Fix pin-based interrupt behaviour of NVMeHikaru Nishida2-5/+35
2018-01-22Fixes after renaming __FUNCTION__ to __func__Alistair Francis1-1/+1
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis2-6/+6
2018-01-18vhost-user-blk: introduce a new vhost-user-blk host deviceChangpeng Liu2-0/+362
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake1-1/+1
2017-12-22nvme: Add tracingDoug Gale2-52/+390
2017-12-19virtio-blk: reject configs with logical block size > physical block sizeMark Kanda1-0/+7
2017-12-19virtio-blk: make queue size configurableMark Kanda1-1/+9
2017-12-19hw/block: Use errp directly rather than local_errMao Zhongyi3-24/+13
2017-12-19hw/block: Fix the return typeMao Zhongyi3-12/+17
2017-12-19hw/block/nvme: Convert to realizeMao Zhongyi1-8/+10
2017-12-15Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20171214-tag' into...Peter Maydell2-7/+53
2017-12-14xen-disk: use an IOThread per instancePaul Durrant2-7/+53
2017-12-13m25p80: Add support for n25q512a11 and n25q512a13Francisco Iglesias1-0/+2
2017-12-13m25p80: Add support for BRRD/BRWR and BULK_ERASE (0x60)Francisco Iglesias1-0/+7
2017-12-13m25p80: Add support for SST READ ID 0x90/0xAB commandsFrancisco Iglesias1-0/+32
2017-12-13m25p80: Add support for continuous read out of RDSR and READ_FSRFrancisco Iglesias1-1/+38
2017-10-26xen: dont try setting max grants multiple timesJuergen Gross1-4/+12
2017-10-26xen: add a global indicator for grant copy being availableJuergen Gross1-12/+6
2017-10-15pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost1-0/+4
2017-10-06hw/block/onenand: Remove dead code blockThomas Huth1-4/+0
2017-09-27migration: pre_save return intDr. David Alan Gilbert4-4/+12
2017-09-20xen-disk: use g_new0 to fix buildOlaf Hering1-1/+1
2017-09-19scsi: move block/scsi.h to include/scsi/constants.hPaolo Bonzini1-1/+1
2017-09-18hw/block/fdc: Convert to realizeMao Zhongyi1-17/+16
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster1-3/+3
2017-08-29nvme: Fix get/set number of queues feature, againDan Aloni1-2/+2
2017-08-10virtio-blk: handle blk_getlength() errorsStefan Hajnoczi1-1/+3
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2-2/+2
2017-07-14hw/block/pflash_cfi01, pflash_cfi02: Use memory_region_init_rom_device()Peter Maydell2-4/+2
2017-07-14memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell2-2/+2
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-07-14virtio-blk: Convert to DEFINE_PROP_LINKFam Zheng1-4/+2
2017-06-30Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2-10/+12
2017-06-29virtio-blk: trace vdev so devices can be distinguishedStefan Hajnoczi2-10/+12
2017-06-29Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170628' i...Peter Maydell1-1/+1
2017-06-28vmstate: error hint for failed equal checksHalil Pasic1-1/+1