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
/
block
Age
Commit message (
Expand
)
Author
2014-10-20
block: Lift device model API into BlockBackend
Markus Armbruster
2014-10-20
block/qapi: Convert qmp_query_block() to BlockBackend
Markus Armbruster
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
2014-10-20
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
2014-10-20
block: Merge BlockBackend and BlockDriverState name spaces
Markus Armbruster
2014-10-20
block: Eliminate BlockDriverState member device_name[]
Markus Armbruster
2014-10-20
block: Eliminate bdrv_iterate(), use bdrv_next()
Markus Armbruster
2014-10-20
block: Connect BlockBackend to BlockDriverState
Markus Armbruster
2014-10-20
block: Split bdrv_new_root() off bdrv_new()
Markus Armbruster
2014-09-22
async: aio_context_new(): Handle event_notifier_init failure
Chrysostomos Nanakos
2014-09-22
block: Rename qemu_aio_release -> qemu_aio_unref
Fam Zheng
2014-09-22
block: Drop AIOCBInfo.cancel
Fam Zheng
2014-09-22
block: Add bdrv_aio_cancel_async
Fam Zheng
2014-09-22
block: Add refcnt in BlockDriverAIOCB
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-09-10
block: Extract the block accounting code
Benoît Canet
2014-09-10
block: Extract the BlockAcctStats structure
Benoît Canet
2014-09-10
thread-pool: Drop unnecessary includes
Markus Armbruster
2014-08-29
block: Add AIO context notifiers
Max Reitz
2014-08-29
aio-win32: add support for sockets
Paolo Bonzini
2014-08-29
AioContext: introduce aio_prepare
Paolo Bonzini
2014-08-29
AioContext: export and use aio_dispatch
Paolo Bonzini
2014-08-29
AioContext: take bottom halves into account when computing aio_poll timeout
Paolo Bonzini
2014-08-29
coroutine: Drop co_sleep_ns
Fam Zheng
2014-08-20
block: Add bdrv_refresh_filename()
Max Reitz
2014-08-15
block: Introduce qemu_try_blockalign()
Kevin Wolf
2014-08-15
coroutine: make pool size dynamic
Stefan Hajnoczi
2014-08-15
block: New bdrv_nb_sectors()
Markus Armbruster
2014-07-18
block: Add Error argument to bdrv_refresh_limits()
Kevin Wolf
2014-07-14
AioContext: do not rely on aio_poll(ctx, true) result to end a loop
Paolo Bonzini
2014-07-09
AioContext: speed up aio_notify
Paolo Bonzini
2014-07-09
block: drop aio functions that operate on the main AioContext
Paolo Bonzini
2014-07-07
block: block: introduce APIs for submitting IO as a batch
Ming Lei
2014-07-01
block: extend block-commit to accept a string for the backing file
Jeff Cody
2014-07-01
block: add helper function to determine if a BDS is in a chain
Jeff Cody
2014-07-01
qemu-img create: add 'nocow' option
Chunyan Liu
2014-06-30
Merge remote-tracking branch 'remotes/bonzini/nbd-next' into staging
Peter Maydell
2014-06-30
nbd: Handle NBD_OPT_LIST option.
Hani Benhabiles
2014-06-30
nbd: Handle fixed new-style clients.
Hani Benhabiles
2014-06-29
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2014-06-27
block.c: Don't return success for bdrv_append_temp_snapshot() failure
Chen Gang
2014-06-27
block: Add replaces argument to drive-mirror
Benoît Canet
2014-06-27
block: make bdrv_query_stats() static
Stefan Hajnoczi
2014-06-27
qapi event: clean up in callers
Wenchao Xia
2014-06-26
block: Catch backing files assigned to non-COW drivers
Kevin Wolf
2014-06-26
blockjob: Add block_job_yield()
Fam Zheng
2014-06-23
qapi event: convert other BLOCK_JOB events
Wenchao Xia
2014-06-23
qapi event: convert BLOCK_IO_ERROR and BLOCK_JOB_ERROR
Wenchao Xia
2014-06-23
qapi: adjust existing defines
Wenchao Xia
[next]