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
/
block
/
io.c
Age
Commit message (
Expand
)
Author
2015-10-29
block: Consider all child nodes in bdrv_requests_pending()
Kevin Wolf
2015-10-23
block: Introduce "drained begin/end" API
Fam Zheng
2015-10-23
block: Move BlockAcctStats into BlockBackend
Max Reitz
2015-10-23
block: Remove wr_highest_sector from BlockAcctStats
Max Reitz
2015-10-16
block/io: Make bdrv_requests_pending() public
Kevin Wolf
2015-10-16
block: Convert bs->backing_hd to BdrvChild
Kevin Wolf
2015-10-16
block: Convert bs->file to BdrvChild
Kevin Wolf
2015-10-12
block: switch from g_slice allocator to malloc
Paolo Bonzini
2015-09-25
block: Introduce a new API bdrv_co_no_copy_on_readv()
Wen Congyang
2015-07-07
block: update bdrv_drain_all()/bdrv_drain() comments
Stefan Hajnoczi
2015-07-02
block: remove redundant check before g_slist_find()
Alberto Garcia
2015-07-02
block: Fix dirty bitmap in bdrv_co_discard
Fam Zheng
2015-07-02
block: Add bdrv_get_block_status_above
Fam Zheng
2015-06-23
Fix migration in case of scsi-generic
Dimitris Aragiorgis
2015-06-23
block: Let bdrv_drain_all() to call aio_poll() for each AioContext
Alexander Yarygin
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-12
throttle: Add throttle group support
Alberto Garcia
2015-06-12
throttle: Extract timers from ThrottleState into a separate structure
BenoƮt Canet
2015-05-22
block: get_block_status: use "else" when testing the opposite condition
Paolo Bonzini
2015-05-22
block: Fix NULL deference for unaligned write if qiov is NULL
Fam Zheng
2015-05-22
Revert "block: Fix unaligned zero write"
Fam Zheng
2015-05-22
block: align bounce buffers to page
Denis V. Lunev
2015-05-22
block: minimal bounce buffer alignment
Denis V. Lunev
2015-05-22
block: return EPERM on writes or discards to read-only devices
Paolo Bonzini
2015-04-28
block: move I/O request processing to block/io.c
Stefan Hajnoczi