summaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)Author
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
2016-06-22xen: fix qdisk BLKIF_OP_DISCARD for 32/64 word size mixJuergen Gross
2016-06-22xen: fix style of hw/block/xen_blkif.hJuergen Gross
2016-06-20trace: split out trace events for hw/block/ directoryDaniel P. Berrange
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-06-16m25p80: fix test on blk_pread() return valueCédric Le Goater
2016-06-13xen/blkif: avoid double access to any shared ring request fieldsJan Beulich
2016-06-07Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-06-0...Peter Maydell
2016-06-07block: Use DIV_ROUND_UPLaurent Vivier
2016-06-07virtio-blk: Remove op blocker for dataplaneFam Zheng
2016-05-25dma-helpers: change interface to byte-basedPaolo Bonzini
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini
2016-05-12m25p80: Switch to byte-based block accessEric Blake
2016-05-12pflash: Switch to byte-based block accessEric Blake
2016-05-12onenand: Switch to byte-based block accessEric Blake
2016-05-12nand: Switch to byte-based block accessEric Blake
2016-05-12fdc: Switch to byte-based block accessEric Blake
2016-05-12xen_disk: Switch to byte-based aio block accessEric Blake
2016-05-12virtio: Switch to byte-based aio block accessEric Blake
2016-05-12block: Switch blk_read_unthrottled() to byte interfaceEric Blake
2016-04-15Fix pflash migrationDr. David Alan Gilbert