index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-08
portio: keep references on portio
Marc-André Lureau
1
-1
/
+3
2016-09-06
block: m25p80: Fix vmstate structure name
Marcin Krzeminski
1
-15
/
+14
2016-08-30
xen: use native disk xenbus protocol if possible
Juergen Gross
1
-8
/
+10
2016-08-12
trace-events: fix first line comment in trace-events
Laurent Vivier
1
-1
/
+1
2016-08-05
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-8
/
+53
2016-08-05
virtio-blk: Remove stale comment about draining
Fam Zheng
1
-4
/
+0
2016-08-05
virtio-blk: Release s->rq queue at system_reset
Fam Zheng
1
-0
/
+9
2016-08-05
nvme: bump PCI revision
Christoph Hellwig
1
-1
/
+1
2016-08-05
nvme: fix identify to be NVMe 1.1 compliant
Christoph Hellwig
1
-7
/
+52
2016-07-21
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-11
/
+7
2016-07-21
virtio-blk: Wrap in vmstate
Dr. David Alan Gilbert
1
-10
/
+6
2016-07-21
virtio-blk: Call virtio_add_queue_aio
Fam Zheng
1
-1
/
+1
2016-07-20
block: Convert BB interface to byte-based discards
Eric Blake
1
-3
/
+4
2016-07-18
virtio-blk: dataplane cleanup
Cao jin
1
-4
/
+2
2016-07-14
m25p80: Fix QIOR/DIOR handling for Winbond
Marcin Krzeminski
1
-2
/
+4
2016-07-13
block/qdev: Allow configuring rerror/werror with qdev properties
Kevin Wolf
2
-0
/
+13
2016-07-13
block/qdev: Allow configuring WCE with qdev properties
Kevin Wolf
3
-0
/
+18
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
1
-3
/
+3
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-4
/
+4
2016-07-07
hw/block/m25p80: fix resource leak
Shannon Zhao
1
-2
/
+4
2016-07-05
block: Switch transfer length bounds to byte-based
Eric Blake
1
-4
/
+5
2016-07-05
block: Give nonzero result to blk_get_max_transfer_length()
Eric Blake
1
-2
/
+1
2016-07-04
m25p80: qdev-ify drive property
Paolo Bonzini
1
-8
/
+2
2016-07-04
m25p80: change cur_addr to 32 bit integer
Paolo Bonzini
1
-7
/
+8
2016-07-04
m25p80: avoid out of bounds accesses
Paolo Bonzini
1
-9
/
+7
2016-07-04
m25p80: do not put iovec on the stack
Paolo Bonzini
1
-9
/
+14
2016-07-04
ssi: change ssi_slave_init to be a realize ops
Cédric Le Goater
1
-7
/
+5
2016-06-29
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-2
/
+0
2016-06-29
pflash: make TYPE_CFI_PFLASH0{1,2} macros public
Efimov Vasily
2
-2
/
+0
2016-06-28
virtio-blk: add num-queues device property
Stefan Hajnoczi
1
-2
/
+13
2016-06-28
virtio-blk: dataplane multiqueue support
Stefan Hajnoczi
1
-16
/
+34
2016-06-28
virtio-blk: live migrate s->rq with multiqueue
Stefan Hajnoczi
1
-1
/
+19
2016-06-28
virtio-blk: associate request with a virtqueue
Stefan Hajnoczi
1
-9
/
+11
2016-06-28
virtio-blk: tell dataplane which vq to notify
Stefan Hajnoczi
3
-4
/
+4
2016-06-28
virtio-blk: multiqueue batch notify
Stefan Hajnoczi
1
-6
/
+23
2016-06-28
virtio-blk: add VirtIOBlockConf->num_queues
Stefan Hajnoczi
1
-0
/
+1
2016-06-28
Revert "virtio: sync the dataplane vring state to the virtqueue before virtio...
Stefan Hajnoczi
1
-5
/
+0
2016-06-27
m25p80: Fix WINBOND fast read command handling
Marcin Krzeminski
1
-2
/
+5
2016-06-27
m25p80: New flash devices.
Marcin Krzeminski
1
-6
/
+13
2016-06-27
m25p80: Fast read commands family changes.
Marcin Krzeminski
1
-37
/
+117
2016-06-27
m25p80: Introduce configuration registers.
Marcin Krzeminski
1
-0
/
+47
2016-06-27
m25p80: Introduce quad and equad modes.
Marcin Krzeminski
1
-5
/
+65
2016-06-27
m25p80: Add additional flash commands:
Marcin Krzeminski
1
-0
/
+9
2016-06-27
m25p80: Introduce COLLECTING_VAR_LEN_DATA state.
Marcin Krzeminski
1
-0
/
+5
2016-06-27
m25p80: Allow more than four banks.
Marcin Krzeminski
1
-3
/
+2
2016-06-27
m25p80: Make a table for JEDEC ID.
Marcin Krzeminski
1
-19
/
+42
2016-06-27
m25p80: Replace JEDEC ID masking with function.
Marcin Krzeminski
1
-9
/
+40
2016-06-24
virtio-bus: remove old set_host_notifier callback
Cornelia Huck
1
-10
/
+2
2016-06-24
virtio-bus: have callers tolerate new host notifier api
Cornelia Huck
1
-3
/
+11
2016-06-22
xen: fix qdisk BLKIF_OP_DISCARD for 32/64 word size mix
Juergen Gross
1
-2
/
+18
[next]