aboutsummaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)Author
2016-10-28hw/block/nvme: Simplify if-statements a little bitThomas Huth
2016-10-27fdc: Move qdev properties to FloppyDriveKevin Wolf
2016-10-27fdc: Add a floppy drive qdevKevin Wolf
2016-10-27fdc: Add a floppy qbusKevin Wolf
2016-10-27dma-helpers: explicitly pass alignment into DMA helpersMark Cave-Ayland
2016-10-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-10-10virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-blk: convert VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-blk: handle virtio_blk_handle_request() errorsGreg Kurz
2016-10-10virtio-blk: make some functions staticGreg Kurz
2016-10-10virtio-blk: add missing virtio_detach_element() callStefan Hajnoczi
2016-10-07block-backend: Remember if attached device is non-qdevKevin Wolf
2016-09-27qdisk - hw/block/xen_disk: grant copy implementationPaulina Szubarczyk
2016-09-13virtio-blk: rename virtio_device_info to virtio_blk_infoChanglong Xie
2016-09-08portio: keep references on portioMarc-André Lureau
2016-09-06block: m25p80: Fix vmstate structure namepull-target-arm-20160906-1Marcin Krzeminski
2016-08-30xen: use native disk xenbus protocol if possibleJuergen Gross
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier
2016-08-05Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-08-05virtio-blk: Remove stale comment about drainingFam Zheng
2016-08-05virtio-blk: Release s->rq queue at system_resetFam Zheng
2016-08-05nvme: bump PCI revisionChristoph Hellwig
2016-08-05nvme: fix identify to be NVMe 1.1 compliantChristoph Hellwig
2016-07-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-07-21virtio-blk: Wrap in vmstateDr. David Alan Gilbert
2016-07-21virtio-blk: Call virtio_add_queue_aioFam Zheng
2016-07-20block: Convert BB interface to byte-based discardsEric Blake
2016-07-18virtio-blk: dataplane cleanupCao jin
2016-07-14m25p80: Fix QIOR/DIOR handling for WinbondMarcin Krzeminski
2016-07-13block/qdev: Allow configuring rerror/werror with qdev propertiesKevin Wolf
2016-07-13block/qdev: Allow configuring WCE with qdev propertiesKevin Wolf
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-07-07hw/block/m25p80: fix resource leakShannon Zhao
2016-07-05block: Switch transfer length bounds to byte-basedEric Blake
2016-07-05block: Give nonzero result to blk_get_max_transfer_length()Eric Blake
2016-07-04m25p80: qdev-ify drive propertyPaolo Bonzini
2016-07-04m25p80: change cur_addr to 32 bit integerPaolo Bonzini
2016-07-04m25p80: avoid out of bounds accessesPaolo Bonzini
2016-07-04m25p80: do not put iovec on the stackPaolo Bonzini
2016-07-04ssi: change ssi_slave_init to be a realize opsCédric Le Goater
2016-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-06-29pflash: make TYPE_CFI_PFLASH0{1,2} macros publicEfimov Vasily
2016-06-28virtio-blk: add num-queues device propertyStefan Hajnoczi
2016-06-28virtio-blk: dataplane multiqueue supportStefan Hajnoczi
2016-06-28virtio-blk: live migrate s->rq with multiqueueStefan Hajnoczi
2016-06-28virtio-blk: associate request with a virtqueueStefan Hajnoczi
2016-06-28virtio-blk: tell dataplane which vq to notifyStefan Hajnoczi
2016-06-28virtio-blk: multiqueue batch notifyStefan Hajnoczi
2016-06-28virtio-blk: add VirtIOBlockConf->num_queuesStefan Hajnoczi