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