summaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)Author
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 nameMarcin 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
2016-06-28Revert "virtio: sync the dataplane vring state to the virtqueue before virtio...Stefan Hajnoczi
2016-06-27m25p80: Fix WINBOND fast read command handlingMarcin Krzeminski
2016-06-27m25p80: New flash devices.Marcin Krzeminski
2016-06-27m25p80: Fast read commands family changes.Marcin Krzeminski
2016-06-27m25p80: Introduce configuration registers.Marcin Krzeminski
2016-06-27m25p80: Introduce quad and equad modes.Marcin Krzeminski
2016-06-27m25p80: Add additional flash commands:Marcin Krzeminski
2016-06-27m25p80: Introduce COLLECTING_VAR_LEN_DATA state.Marcin Krzeminski
2016-06-27m25p80: Allow more than four banks.Marcin Krzeminski
2016-06-27m25p80: Make a table for JEDEC ID.Marcin Krzeminski
2016-06-27m25p80: Replace JEDEC ID masking with function.Marcin Krzeminski
2016-06-24virtio-bus: remove old set_host_notifier callbackCornelia Huck
2016-06-24virtio-bus: have callers tolerate new host notifier apiCornelia Huck