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
/
hw
/
block
/
virtio-blk.c
Age
Commit message (
Expand
)
Author
2016-05-12
virtio: Switch to byte-based aio block access
Eric Blake
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-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
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: introduce qemu_get/put_virtqueue_element
Paolo Bonzini
2016-02-06
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
2016-01-20
block: Clean up includes
Peter Maydell
2015-12-22
block: replace IOV_MAX with BlockLimits.max_iov
Stefan Hajnoczi
2015-12-22
virtio-blk: trivial code optimization
Gonglei
2015-12-07
virtio-blk: Drop x-data-plane option
Fam Zheng
2015-11-24
virtio-blk: Move resetting of req->mr_next to virtio_blk_handle_rw_error
Fam Zheng
2015-11-17
virtio-blk: Fix double completion for werror=stop
Fam Zheng
2015-11-12
virtio-blk: Account for failed and invalid operations
Alberto Garcia
2015-10-29
virtio: sync the dataplane vring state to the virtqueue before virtio_save
Pavel Butsykin
2015-10-29
virtio-blk: switch off scsi-passthrough by default
Cornelia Huck
2015-10-29
virtio-blk: convert to virtqueue_map
Michael S. Tsirkin
2015-10-12
block: switch from g_slice allocator to malloc
Paolo Bonzini
2015-10-12
virtio-blk: use blk_io_plug/unplug for Linux AIO batching
Stefan Hajnoczi
2015-09-10
virtio: avoid leading underscores for helpers
Cornelia Huck
2015-07-27
virtio: minor cleanup
Michael S. Tsirkin
2015-07-27
virtio-blk: only clear VIRTIO_F_ANY_LAYOUT for legacy device
Jason Wang
2015-07-27
virtio-blk: fail get_features when both scsi and 1.0 were set
Jason Wang
2015-07-27
virtio: get_features() can fail
Jason Wang
2015-07-27
virtio: set any_layout in virtio core
Michael S. Tsirkin
2015-06-24
virito-blk: drop duplicate check
Gonglei
2015-06-23
virtio-blk: Use blk_drain() to drain IO requests
Alexander Yarygin
2015-06-01
virtio: make features 64bit wide
Gerd Hoffmann
2015-04-30
misc: Fix new collection of typos
Stefan Weil
2015-04-08
virtio-blk: correctly dirty guest memory
Paolo Bonzini
2015-03-10
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2015-03-10
virtio-blk: Remove the stale FIXME comment
Fam Zheng
2015-03-10
BlockConf: Call backend functions to detect geometry and blocksizes
Ekaterina Tumanova
2015-03-10
virtio-blk: Check return value of blk_aio_ioctl
Fam Zheng
2015-02-26
virtio: add feature checking helpers
Cornelia Huck
2015-02-26
virtio: feature bit manipulation helpers
Cornelia Huck
2015-02-26
virtio-blk: switch to standard-headers
Michael S. Tsirkin
2015-02-18
error: Use error_report_err() where appropriate
Markus Armbruster
2015-02-06
block: introduce BDRV_REQUEST_MAX_SECTORS
Peter Lieven
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: Use blk_aio_ioctl
Fam Zheng
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-10-15
bootindex: move calling add_boot_device_patch to bootindex setter function
Gonglei
2014-10-15
virtio-blk: add bootindex to qom property
Gonglei
[next]