summaryrefslogtreecommitdiff
path: root/include/hw/virtio/virtio-blk.h
AgeCommit message (Expand)Author
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
2014-07-01virtio-blk: move x-data-plane qdev property to virtio-blk.hStefan Hajnoczi
2014-07-01virtio-blk: avoid qdev property definition duplicationStefan Hajnoczi
2014-06-27virtio-blk: Export request handling functions to dataplaneFam Zheng
2014-06-27virtio-blk: Make request completion function virtualFam Zheng
2014-06-27virtio-blk: Convert VirtIOBlockReq.out to structrueFam Zheng
2014-06-27virtio-blk: Use VirtIOBlockReq.in to drop VirtIOBlockReq.inhdrFam Zheng
2014-06-27virtio-blk: Replace VirtIOBlockRequest with VirtIOBlockReqFam Zheng
2014-06-27virtio-blk: Convert VirtIOBlockReq.elem to pointerFam Zheng
2014-06-27virtio-blk: Move VirtIOBlockReq to headerFam Zheng
2014-06-04virtio-blk: Factor out virtio_blk_handle_scsi_req from virtio_blk_handle_scsiFam Zheng
2014-03-13dataplane: replace internal thread with IOThreadStefan Hajnoczi
2013-09-20virtio-blk: do not relay a previous driver's WCE configuration to the currentPaolo Bonzini
2013-07-29dataplane: enable virtio-blk x-data-plane=on live migrationStefan Hajnoczi
2013-04-15virtio: fix broken aliases.KONRAD Frederic
2013-04-08hw: move headers to include/Paolo Bonzini