index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
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
2024-02-07
virtio-blk: declare VirtIOBlock::rq with a type
Stefan Hajnoczi
2024-01-26
virtio-blk: rename dataplane to ioeventfd
Stefan Hajnoczi
2024-01-26
virtio-blk: move dataplane code into virtio-blk.c
Stefan Hajnoczi
2023-12-21
virtio-blk: add iothread-vq-mapping parameter
Stefan Hajnoczi
2023-12-21
virtio-blk: add lock to protect s->rq
Stefan Hajnoczi
2023-01-23
virtio-blk: simplify virtio_blk_dma_restart_cb()
Stefan Hajnoczi
2022-10-26
virtio-blk: use BDRV_REQ_REGISTERED_BUF optimization hint
Stefan Hajnoczi
2022-01-12
virtio-blk: drop unused virtio_blk_handle_vq() return value
Stefan Hajnoczi
2021-03-15
virtio-blk: Respect discard granularity
Akihiko Odaki
2020-09-23
virtio-blk: undo destructive iov_discard_*() operations
Stefan Hajnoczi
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-08-27
virtio-blk-pci: default num_queues to -smp N
Stefan Hajnoczi
2020-06-17
virtio-blk: On restart, process queued requests in the proper context
Sergio Lopez
2020-06-17
virtio-blk: Refactor the code that processes queued requests
Sergio Lopez
2020-01-06
virtio: make seg_max virtqueue size dependent
Denis Plotnikov
2019-12-13
virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertised
Evgeny Yakovlev
2019-02-22
virtio-blk: add DISCARD and WRITE_ZEROES features
Stefano Garzarella
2019-02-22
virtio-blk: set config size depending on the features enabled
Stefano Garzarella
2019-02-22
virtio-blk: add host_features field in VirtIOBlock
Stefano Garzarella
2017-12-19
virtio-blk: make queue size configurable
Mark Kanda
2017-02-17
virtio: Report real progress in VQ aio poll handler
Fam Zheng
2016-10-10
virtio-blk: make some functions static
Greg Kurz
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
2016-06-28
virtio-blk: add num-queues device property
Stefan Hajnoczi
2016-06-28
virtio-blk: associate request with a virtqueue
Stefan Hajnoczi
2016-06-28
virtio-blk: add VirtIOBlockConf->num_queues
Stefan Hajnoczi
2016-04-07
virtio-blk: use aio handler for data plane
Michael S. Tsirkin
2016-04-07
virtio-blk: fix disabled mode
Paolo Bonzini
2016-02-25
virtio-blk: do not use vring in dataplane
Paolo Bonzini
2016-02-25
virtio-blk: fix "disabled data plane" mode
Paolo Bonzini
2016-02-06
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
2016-02-04
virtio: move VirtQueueElement at the beginning of the structs
Paolo Bonzini
2015-12-07
virtio-blk: Drop x-data-plane option
Fam Zheng
2015-04-08
virtio-blk: correctly dirty guest memory
Paolo Bonzini
2015-02-26
virtio-blk: switch to standard-headers
Michael S. Tsirkin
2015-02-06
virtio-blk: add a knob to disable request merging
Peter Lieven
2015-02-06
virtio-blk: introduce multiread
Peter Lieven
2015-02-06
hw/virtio-blk: add a constant for max number of merged requests
Peter Lieven
2015-01-23
virtio-blk: Pass req to virtio_blk_handle_scsi_req
Fam Zheng
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
virtio-blk: Rename VirtIOBlkConf variables to conf
Markus Armbruster
2014-10-20
virtio-blk: Drop redundant VirtIOBlock member conf
Markus Armbruster
2014-09-22
block: Always compile virtio-blk dataplane
Fam Zheng
2014-09-10
block: Extract the block accounting code
BenoƮt Canet
2014-07-14
virtio-blk: embed VirtQueueElement in VirtIOBlockReq
Stefan Hajnoczi
2014-07-06
virtio: move common virtio properties to bus class device
Ming Lei
2014-07-01
virtio-blk: move qdev properties into virtio-blk.c
Stefan Hajnoczi
2014-07-01
virtio-blk: drop virtio_blk_set_conf()
Stefan Hajnoczi
[next]