index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
virtio
/
virtio-blk.h
Age
Commit message (
Expand
)
Author
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
2014-07-01
virtio-blk: move x-data-plane qdev property to virtio-blk.h
Stefan Hajnoczi
2014-07-01
virtio-blk: avoid qdev property definition duplication
Stefan Hajnoczi
2014-06-27
virtio-blk: Export request handling functions to dataplane
Fam Zheng
2014-06-27
virtio-blk: Make request completion function virtual
Fam Zheng
2014-06-27
virtio-blk: Convert VirtIOBlockReq.out to structrue
Fam Zheng
2014-06-27
virtio-blk: Use VirtIOBlockReq.in to drop VirtIOBlockReq.inhdr
Fam Zheng
2014-06-27
virtio-blk: Replace VirtIOBlockRequest with VirtIOBlockReq
Fam Zheng
2014-06-27
virtio-blk: Convert VirtIOBlockReq.elem to pointer
Fam Zheng
2014-06-27
virtio-blk: Move VirtIOBlockReq to header
Fam Zheng
2014-06-04
virtio-blk: Factor out virtio_blk_handle_scsi_req from virtio_blk_handle_scsi
Fam Zheng
2014-03-13
dataplane: replace internal thread with IOThread
Stefan Hajnoczi
2013-09-20
virtio-blk: do not relay a previous driver's WCE configuration to the current
Paolo Bonzini
2013-07-29
dataplane: enable virtio-blk x-data-plane=on live migration
Stefan Hajnoczi
2013-04-15
virtio: fix broken aliases.
KONRAD Frederic
2013-04-08
hw: move headers to include/
Paolo Bonzini