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
/
replication.c
Age
Commit message (
Expand
)
Author
2018-06-29
replication: Switch to byte-based calls
Eric Blake
2018-05-23
job: Move completion and cancellation to Job
Kevin Wolf
2018-05-23
job: Move BlockJobCreateFlags to Job
Kevin Wolf
2018-05-23
job: Move coroutine and related code to Job
Kevin Wolf
2018-05-15
block: Merge .bdrv_co_writev{,_flags} in drivers
Eric Blake
2018-03-26
block/replication: Remove protocol_name field
Fabiano Rosas
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2017-12-22
block: Keep nodes drained between reopen_queue/multiple
Kevin Wolf
2017-11-17
block: Guard against NULL bs->drv
Max Reitz
2017-11-17
replication: Fix replication open fail
Wang Guang
2017-09-26
block: Add reopen_queue to bdrv_child_perm()
Kevin Wolf
2017-07-10
block: Make bdrv_is_allocated_above() byte-based
Eric Blake
2017-07-10
backup: Switch block_backup.h to byte-based
Eric Blake
2017-05-07
block: Make 'replication_state' an enum
Fam Zheng
2017-04-24
block: Make errp the last parameter of commit_active_start
Fam Zheng
2017-03-17
replication: clarify permissions
Changlong Xie
2017-02-28
commit: Add filter-node-name to block-commit
Kevin Wolf
2017-02-28
block: Request child permissions in filter drivers
Kevin Wolf
2017-02-24
block: Attach bs->file only during .bdrv_open()
Kevin Wolf
2016-11-14
blockjob: refactor backup_start as backup_job_create
John Snow
2016-11-01
Replication/Blockjobs: Create replication jobs as internal
John Snow
2016-10-28
block: prepare bdrv_reopen_multiple to release AioContext
Paolo Bonzini
2016-10-28
replication: pass BlockDriverState to reopen_backing_file
Paolo Bonzini
2016-10-28
replication: interrupt failover if the main device is closed
Paolo Bonzini
2016-10-24
block/replication: Clarify 'top-id' parameter usage
Changlong Xie
2016-09-13
replication: Implement new driver for block replication
Wen Congyang