aboutsummaryrefslogtreecommitdiff
path: root/include/hw/virtio/virtio-blk.h
AgeCommit message (Expand)Author
2024-02-07virtio-blk: declare VirtIOBlock::rq with a typeStefan Hajnoczi
2024-01-26virtio-blk: rename dataplane to ioeventfdStefan Hajnoczi
2024-01-26virtio-blk: move dataplane code into virtio-blk.cStefan Hajnoczi
2023-12-21virtio-blk: add iothread-vq-mapping parameterStefan Hajnoczi
2023-12-21virtio-blk: add lock to protect s->rqStefan Hajnoczi
2023-01-23virtio-blk: simplify virtio_blk_dma_restart_cb()Stefan Hajnoczi
2022-10-26virtio-blk: use BDRV_REQ_REGISTERED_BUF optimization hintStefan Hajnoczi
2022-01-12virtio-blk: drop unused virtio_blk_handle_vq() return valueStefan Hajnoczi
2021-03-15virtio-blk: Respect discard granularityAkihiko Odaki
2020-09-23virtio-blk: undo destructive iov_discard_*() operationsStefan Hajnoczi
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-27virtio-blk-pci: default num_queues to -smp NStefan Hajnoczi
2020-06-17virtio-blk: On restart, process queued requests in the proper contextSergio Lopez
2020-06-17virtio-blk: Refactor the code that processes queued requestsSergio Lopez
2020-01-06virtio: make seg_max virtqueue size dependentDenis Plotnikov
2019-12-13virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev
2019-02-22virtio-blk: add DISCARD and WRITE_ZEROES featuresStefano Garzarella
2019-02-22virtio-blk: set config size depending on the features enabledStefano Garzarella
2019-02-22virtio-blk: add host_features field in VirtIOBlockStefano Garzarella
2017-12-19virtio-blk: make queue size configurableMark Kanda
2017-02-17virtio: Report real progress in VQ aio poll handlerFam Zheng
2016-10-10virtio-blk: make some functions staticGreg Kurz
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster
2016-06-28virtio-blk: add num-queues device propertyStefan Hajnoczi
2016-06-28virtio-blk: associate request with a virtqueueStefan Hajnoczi
2016-06-28virtio-blk: add VirtIOBlockConf->num_queuesStefan Hajnoczi
2016-04-07virtio-blk: use aio handler for data planeMichael S. Tsirkin
2016-04-07virtio-blk: fix disabled modePaolo Bonzini
2016-02-25virtio-blk: do not use vring in dataplanePaolo Bonzini
2016-02-25virtio-blk: fix "disabled data plane" modePaolo Bonzini
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini
2016-02-04virtio: move VirtQueueElement at the beginning of the structsPaolo Bonzini
2015-12-07virtio-blk: Drop x-data-plane optionFam Zheng
2015-04-08virtio-blk: correctly dirty guest memoryPaolo Bonzini
2015-02-26virtio-blk: switch to standard-headersMichael S. Tsirkin
2015-02-06virtio-blk: add a knob to disable request mergingPeter Lieven
2015-02-06virtio-blk: introduce multireadPeter Lieven
2015-02-06hw/virtio-blk: add a constant for max number of merged requestsPeter Lieven
2015-01-23virtio-blk: Pass req to virtio_blk_handle_scsi_reqFam Zheng
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20virtio-blk: Rename VirtIOBlkConf variables to confMarkus Armbruster
2014-10-20virtio-blk: Drop redundant VirtIOBlock member confMarkus Armbruster
2014-09-22block: Always compile virtio-blk dataplaneFam Zheng
2014-09-10block: Extract the block accounting codeBenoƮt Canet
2014-07-14virtio-blk: embed VirtQueueElement in VirtIOBlockReqStefan Hajnoczi
2014-07-06virtio: move common virtio properties to bus class deviceMing Lei
2014-07-01virtio-blk: move qdev properties into virtio-blk.cStefan Hajnoczi
2014-07-01virtio-blk: drop virtio_blk_set_conf()Stefan Hajnoczi