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
/
commit.c
Age
Commit message (
Expand
)
Author
2015-10-23
block: Move I/O status and error actions into BB
Max Reitz
2015-09-14
block: Allow specifying driver-specific options to reopen
Kevin Wolf
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
2014-11-03
block: let commit blockjob run in BDS AioContext
Stefan Hajnoczi
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
2014-07-01
block: extend block-commit to accept a string for the backing file
Jeff Cody
2014-04-25
qerror.h: Remove QERR defines that are only used once
Cole Robinson
2013-12-20
commit: Remove unused check
Fam Zheng
2013-10-11
qapi: make use of new BlockJobType
Fam Zheng
2013-10-11
blockjob: rename BlockJobType to BlockJobDriver
Fam Zheng
2013-09-06
block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinction
Paolo Bonzini
2013-08-22
aio / timers: convert block_job_sleep_ns and co_sleep_ns to new API
Alex Bligh
2013-06-28
block: Make BlockJobTypes const
Kevin Wolf
2013-01-17
block: fix null-pointer bug on error case in block commit
Jeff Cody
2012-12-19
block: move include files to include/block/
Paolo Bonzini
2012-12-11
aio: Get rid of qemu_aio_flush()
Kevin Wolf
2012-10-24
block: rename block_job_complete to block_job_completed
Paolo Bonzini
2012-10-24
block: in commit, determine base image from the top image
Jeff Cody
2012-09-28
iostatus: move BlockdevOnError declaration to QAPI
Paolo Bonzini
2012-09-28
block: move job APIs to separate files
Paolo Bonzini
2012-09-28
block: add live block commit functionality
Jeff Cody