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
/
hw
/
block
/
virtio-blk.c
Age
Commit message (
Expand
)
Author
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
2014-09-22
block: Always compile virtio-blk dataplane
Fam Zheng
2014-09-10
block: Make the block accounting functions operate on BlockAcctStats
Benoît Canet
2014-09-10
block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_
Benoît Canet
2014-08-28
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-08-26
block: Pass errp in blkconf_geometry
Fam Zheng
2014-08-20
virtio-blk: fix reference a pointer which might be freed
zhanghailiang
2014-08-15
virtio-blk: Correct bug in support for flexible descriptor layout
Marc Marí
2014-07-14
virtio-blk: Treat read/write beyond end as invalid
Markus Armbruster
2014-07-14
virtio-blk: Bypass error action and I/O accounting on invalid r/w
Markus Armbruster
2014-07-14
virtio-blk: Factor common checks out of virtio_blk_handle_read/write()
Markus Armbruster
2014-07-14
virtio-blk: embed VirtQueueElement in VirtIOBlockReq
Stefan Hajnoczi
2014-07-14
virtio-blk: avoid g_slice_new0() for VirtIOBlockReq and VirtQueueElement
Stefan Hajnoczi
2014-07-01
virtio-blk: replace x-iothread with iothread link property
Stefan Hajnoczi
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-06-29
virtio-blk: use virtio wrappers to access headers
Rusty Russell
2014-06-29
virtio-blk: implement per-device migration calls
Greg Kurz
2014-06-29
virtio: introduce device specific migration calls
Greg Kurz
2014-06-27
virtio-blk: Schedule BH in the right context
Fam Zheng
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: Fix and clean up the in_sg and out_sg check
Fam Zheng
2014-06-27
virtio-blk: Convert VirtIOBlockReq.out to structrue
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-23
qapi: adjust existing defines
Wenchao Xia
2014-06-09
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2014-06-05
hw: use ld_p/st_p instead of ld_raw/st_raw
Paolo Bonzini
2014-06-04
virtio-blk: Factor out virtio_blk_handle_scsi_req from virtio_blk_handle_scsi
Fam Zheng
2014-06-04
virtio-blk: Allow config-wce in dataplane
Fam Zheng
2014-01-24
block: rename buffer_alignment to guest_block_size
Paolo Bonzini
[next]