summary refs log tree commit diff stats
path: root/include/hw/virtio/virtio-blk.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* virtio-blk: declare VirtIOBlock::rq with a typeStefan Hajnoczi2024-02-071-1/+1
* virtio-blk: rename dataplane to ioeventfdStefan Hajnoczi2024-01-261-4/+4
* virtio-blk: move dataplane code into virtio-blk.cStefan Hajnoczi2024-01-261-3/+9
* virtio-blk: add iothread-vq-mapping parameterStefan Hajnoczi2023-12-211-0/+2
* virtio-blk: add lock to protect s->rqStefan Hajnoczi2023-12-211-1/+2
* virtio-blk: simplify virtio_blk_dma_restart_cb()Stefan Hajnoczi2023-01-231-2/+0
* virtio-blk: use BDRV_REQ_REGISTERED_BUF optimization hintStefan Hajnoczi2022-10-261-0/+2
* virtio-blk: drop unused virtio_blk_handle_vq() return valueStefan Hajnoczi2022-01-121-1/+1
* virtio-blk: Respect discard granularityAkihiko Odaki2021-03-151-0/+1
* virtio-blk: undo destructive iov_discard_*() operationsStefan Hajnoczi2020-09-231-0/+2
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* virtio-blk-pci: default num_queues to -smp NStefan Hajnoczi2020-08-271-0/+2
* virtio-blk: On restart, process queued requests in the proper contextSergio Lopez2020-06-171-1/+1
* virtio-blk: Refactor the code that processes queued requestsSergio Lopez2020-06-171-0/+1
* virtio: make seg_max virtqueue size dependentDenis Plotnikov2020-01-061-0/+1
* virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev2019-12-131-0/+1
* virtio-blk: add DISCARD and WRITE_ZEROES featuresStefano Garzarella2019-02-221-0/+2
* virtio-blk: set config size depending on the features enabledStefano Garzarella2019-02-221-0/+1
* virtio-blk: add host_features field in VirtIOBlockStefano Garzarella2019-02-221-2/+1
* virtio-blk: make queue size configurableMark Kanda2017-12-191-0/+1
* virtio: Report real progress in VQ aio poll handlerFam Zheng2017-02-171-1/+1
* virtio-blk: make some functions staticGreg Kurz2016-10-101-8/+0
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-121-2/+2
* virtio-blk: add num-queues device propertyStefan Hajnoczi2016-06-281-1/+0
* virtio-blk: associate request with a virtqueueStefan Hajnoczi2016-06-281-1/+3
* virtio-blk: add VirtIOBlockConf->num_queuesStefan Hajnoczi2016-06-281-0/+1
* virtio-blk: use aio handler for data planeMichael S. Tsirkin2016-04-071-0/+2
* virtio-blk: fix disabled modePaolo Bonzini2016-04-071-0/+1
* virtio-blk: do not use vring in dataplanePaolo Bonzini2016-02-251-3/+0
* virtio-blk: fix "disabled data plane" modePaolo Bonzini2016-02-251-0/+1
* virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini2016-02-061-2/+1
* virtio: move VirtQueueElement at the beginning of the structsPaolo Bonzini2016-02-041-1/+1
* virtio-blk: Drop x-data-plane optionFam Zheng2015-12-071-1/+0
* virtio-blk: correctly dirty guest memoryPaolo Bonzini2015-04-081-0/+1
* virtio-blk: switch to standard-headersMichael S. Tsirkin2015-02-261-76/+1
* virtio-blk: add a knob to disable request mergingPeter Lieven2015-02-061-0/+1
* virtio-blk: introduce multireadPeter Lieven2015-02-061-8/+11
* hw/virtio-blk: add a constant for max number of merged requestsPeter Lieven2015-02-061-1/+3
* virtio-blk: Pass req to virtio_blk_handle_scsi_reqFam Zheng2015-01-231-3/+0
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-4/+3
* virtio-blk: Rename VirtIOBlkConf variables to confMarkus Armbruster2014-10-201-1/+1
* virtio-blk: Drop redundant VirtIOBlock member confMarkus Armbruster2014-10-201-1/+0
* block: Always compile virtio-blk dataplaneFam Zheng2014-09-221-2/+0
* block: Extract the block accounting codeBenoƮt Canet2014-09-101-0/+1
* virtio-blk: embed VirtQueueElement in VirtIOBlockReqStefan Hajnoczi2014-07-141-1/+5
* virtio: move common virtio properties to bus class deviceMing Lei2014-07-061-3/+0
* virtio-blk: move qdev properties into virtio-blk.cStefan Hajnoczi2014-07-011-23/+0
* virtio-blk: drop virtio_blk_set_conf()Stefan Hajnoczi2014-07-011-2/+0