summaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)AuthorFilesLines
2016-09-13virtio-blk: rename virtio_device_info to virtio_blk_infoChanglong Xie1-2/+2
2016-09-08portio: keep references on portioMarc-André Lureau1-1/+3
2016-09-06block: m25p80: Fix vmstate structure nameMarcin Krzeminski1-15/+14
2016-08-30xen: use native disk xenbus protocol if possibleJuergen Gross1-8/+10
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
2016-08-05Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-8/+53
2016-08-05virtio-blk: Remove stale comment about drainingFam Zheng1-4/+0
2016-08-05virtio-blk: Release s->rq queue at system_resetFam Zheng1-0/+9
2016-08-05nvme: bump PCI revisionChristoph Hellwig1-1/+1
2016-08-05nvme: fix identify to be NVMe 1.1 compliantChristoph Hellwig1-7/+52
2016-07-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-11/+7
2016-07-21virtio-blk: Wrap in vmstateDr. David Alan Gilbert1-10/+6
2016-07-21virtio-blk: Call virtio_add_queue_aioFam Zheng1-1/+1
2016-07-20block: Convert BB interface to byte-based discardsEric Blake1-3/+4
2016-07-18virtio-blk: dataplane cleanupCao jin1-4/+2
2016-07-14m25p80: Fix QIOR/DIOR handling for WinbondMarcin Krzeminski1-2/+4
2016-07-13block/qdev: Allow configuring rerror/werror with qdev propertiesKevin Wolf2-0/+13
2016-07-13block/qdev: Allow configuring WCE with qdev propertiesKevin Wolf3-0/+18
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster1-3/+3
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-4/+4
2016-07-07hw/block/m25p80: fix resource leakShannon Zhao1-2/+4
2016-07-05block: Switch transfer length bounds to byte-basedEric Blake1-4/+5
2016-07-05block: Give nonzero result to blk_get_max_transfer_length()Eric Blake1-2/+1
2016-07-04m25p80: qdev-ify drive propertyPaolo Bonzini1-8/+2
2016-07-04m25p80: change cur_addr to 32 bit integerPaolo Bonzini1-7/+8
2016-07-04m25p80: avoid out of bounds accessesPaolo Bonzini1-9/+7
2016-07-04m25p80: do not put iovec on the stackPaolo Bonzini1-9/+14
2016-07-04ssi: change ssi_slave_init to be a realize opsCédric Le Goater1-7/+5
2016-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-2/+0
2016-06-29pflash: make TYPE_CFI_PFLASH0{1,2} macros publicEfimov Vasily2-2/+0
2016-06-28virtio-blk: add num-queues device propertyStefan Hajnoczi1-2/+13
2016-06-28virtio-blk: dataplane multiqueue supportStefan Hajnoczi1-16/+34
2016-06-28virtio-blk: live migrate s->rq with multiqueueStefan Hajnoczi1-1/+19
2016-06-28virtio-blk: associate request with a virtqueueStefan Hajnoczi1-9/+11
2016-06-28virtio-blk: tell dataplane which vq to notifyStefan Hajnoczi3-4/+4
2016-06-28virtio-blk: multiqueue batch notifyStefan Hajnoczi1-6/+23
2016-06-28virtio-blk: add VirtIOBlockConf->num_queuesStefan Hajnoczi1-0/+1
2016-06-28Revert "virtio: sync the dataplane vring state to the virtqueue before virtio...Stefan Hajnoczi1-5/+0
2016-06-27m25p80: Fix WINBOND fast read command handlingMarcin Krzeminski1-2/+5
2016-06-27m25p80: New flash devices.Marcin Krzeminski1-6/+13
2016-06-27m25p80: Fast read commands family changes.Marcin Krzeminski1-37/+117
2016-06-27m25p80: Introduce configuration registers.Marcin Krzeminski1-0/+47
2016-06-27m25p80: Introduce quad and equad modes.Marcin Krzeminski1-5/+65
2016-06-27m25p80: Add additional flash commands:Marcin Krzeminski1-0/+9
2016-06-27m25p80: Introduce COLLECTING_VAR_LEN_DATA state.Marcin Krzeminski1-0/+5
2016-06-27m25p80: Allow more than four banks.Marcin Krzeminski1-3/+2
2016-06-27m25p80: Make a table for JEDEC ID.Marcin Krzeminski1-19/+42
2016-06-27m25p80: Replace JEDEC ID masking with function.Marcin Krzeminski1-9/+40
2016-06-24virtio-bus: remove old set_host_notifier callbackCornelia Huck1-10/+2
2016-06-24virtio-bus: have callers tolerate new host notifier apiCornelia Huck1-3/+11