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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
include
/
hw
/
virtio
/
virtio-blk.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-23
virtio-blk: simplify virtio_blk_dma_restart_cb()
Stefan Hajnoczi
1
-2
/
+0
2022-10-26
virtio-blk: use BDRV_REQ_REGISTERED_BUF optimization hint
Stefan Hajnoczi
1
-0
/
+2
2022-01-12
virtio-blk: drop unused virtio_blk_handle_vq() return value
Stefan Hajnoczi
1
-1
/
+1
2021-03-15
virtio-blk: Respect discard granularity
Akihiko Odaki
1
-0
/
+1
2020-09-23
virtio-blk: undo destructive iov_discard_*() operations
Stefan Hajnoczi
1
-0
/
+2
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-3
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-2
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-2
/
+4
2020-08-27
virtio-blk-pci: default num_queues to -smp N
Stefan Hajnoczi
1
-0
/
+2
2020-06-17
virtio-blk: On restart, process queued requests in the proper context
Sergio Lopez
1
-1
/
+1
2020-06-17
virtio-blk: Refactor the code that processes queued requests
Sergio Lopez
1
-0
/
+1
2020-01-06
virtio: make seg_max virtqueue size dependent
Denis Plotnikov
1
-0
/
+1
2019-12-13
virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertised
Evgeny Yakovlev
1
-0
/
+1
2019-02-22
virtio-blk: add DISCARD and WRITE_ZEROES features
Stefano Garzarella
1
-0
/
+2
2019-02-22
virtio-blk: set config size depending on the features enabled
Stefano Garzarella
1
-0
/
+1
2019-02-22
virtio-blk: add host_features field in VirtIOBlock
Stefano Garzarella
1
-2
/
+1
2017-12-19
virtio-blk: make queue size configurable
Mark Kanda
1
-0
/
+1
2017-02-17
virtio: Report real progress in VQ aio poll handler
Fam Zheng
1
-1
/
+1
2016-10-10
virtio-blk: make some functions static
Greg Kurz
1
-8
/
+0
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
1
-2
/
+2
2016-06-28
virtio-blk: add num-queues device property
Stefan Hajnoczi
1
-1
/
+0
2016-06-28
virtio-blk: associate request with a virtqueue
Stefan Hajnoczi
1
-1
/
+3
2016-06-28
virtio-blk: add VirtIOBlockConf->num_queues
Stefan Hajnoczi
1
-0
/
+1
2016-04-07
virtio-blk: use aio handler for data plane
Michael S. Tsirkin
1
-0
/
+2
2016-04-07
virtio-blk: fix disabled mode
Paolo Bonzini
1
-0
/
+1
2016-02-25
virtio-blk: do not use vring in dataplane
Paolo Bonzini
1
-3
/
+0
2016-02-25
virtio-blk: fix "disabled data plane" mode
Paolo Bonzini
1
-0
/
+1
2016-02-06
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
1
-2
/
+1
2016-02-04
virtio: move VirtQueueElement at the beginning of the structs
Paolo Bonzini
1
-1
/
+1
2015-12-07
virtio-blk: Drop x-data-plane option
Fam Zheng
1
-1
/
+0
2015-04-08
virtio-blk: correctly dirty guest memory
Paolo Bonzini
1
-0
/
+1
2015-02-26
virtio-blk: switch to standard-headers
Michael S. Tsirkin
1
-76
/
+1
2015-02-06
virtio-blk: add a knob to disable request merging
Peter Lieven
1
-0
/
+1
2015-02-06
virtio-blk: introduce multiread
Peter Lieven
1
-8
/
+11
2015-02-06
hw/virtio-blk: add a constant for max number of merged requests
Peter Lieven
1
-1
/
+3
2015-01-23
virtio-blk: Pass req to virtio_blk_handle_scsi_req
Fam Zheng
1
-3
/
+0
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-4
/
+3
2014-10-20
virtio-blk: Rename VirtIOBlkConf variables to conf
Markus Armbruster
1
-1
/
+1
2014-10-20
virtio-blk: Drop redundant VirtIOBlock member conf
Markus Armbruster
1
-1
/
+0
2014-09-22
block: Always compile virtio-blk dataplane
Fam Zheng
1
-2
/
+0
2014-09-10
block: Extract the block accounting code
BenoƮt Canet
1
-0
/
+1
2014-07-14
virtio-blk: embed VirtQueueElement in VirtIOBlockReq
Stefan Hajnoczi
1
-1
/
+5
2014-07-06
virtio: move common virtio properties to bus class device
Ming Lei
1
-3
/
+0
2014-07-01
virtio-blk: move qdev properties into virtio-blk.c
Stefan Hajnoczi
1
-23
/
+0
2014-07-01
virtio-blk: drop virtio_blk_set_conf()
Stefan Hajnoczi
1
-2
/
+0
2014-07-01
virtio-blk: move x-data-plane qdev property to virtio-blk.h
Stefan Hajnoczi
1
-0
/
+8
2014-07-01
virtio-blk: avoid qdev property definition duplication
Stefan Hajnoczi
1
-8
/
+6
2014-06-27
virtio-blk: Export request handling functions to dataplane
Fam Zheng
1
-0
/
+9
2014-06-27
virtio-blk: Make request completion function virtual
Fam Zheng
1
-0
/
+3
2014-06-27
virtio-blk: Convert VirtIOBlockReq.out to structrue
Fam Zheng
1
-1
/
+1
[next]