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
/
block
/
quorum.c
Age
Commit message (
Expand
)
Author
2014-06-04
quorum: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
2014-04-25
Use error_is_set() only when necessary (again)
Markus Armbruster
2014-03-19
block: Add error handling to bdrv_invalidate_cache()
Kevin Wolf
2014-03-13
block: Rewrite the snapshot authorization mechanism for block filters.
Benoît Canet
2014-02-28
qmp: Make Quorum error events more palatable.
Benoît Canet
2014-02-21
quorum: Simplify quorum_open()
Max Reitz
2014-02-21
quorum: Add quorum_open() and quorum_close().
Benoît Canet
2014-02-21
quorum: Implement recursive .bdrv_recurse_is_first_non_filter in quorum.
Benoît Canet
2014-02-21
quorum: Add quorum_co_flush().
Benoît Canet
2014-02-21
quorum: Add quorum_invalidate_cache().
Benoît Canet
2014-02-21
quorum: Add quorum_getlength().
Benoît Canet
2014-02-21
quorum: Add quorum mechanism.
Benoît Canet
2014-02-21
quorum: Add quorum_aio_readv.
Benoît Canet
2014-02-21
quorum: Add quorum_aio_writev and its dependencies.
Benoît Canet
2014-02-21
quorum: Create BDRVQuorumState and BlkDriver and do init.
Benoît Canet
2014-02-21
quorum: Create quorum.c, add QuorumChildRequest and QuorumAIOCB.
Benoît Canet