1181 Commits (2a94de07706a702a65fed50a837f7a76d452ae05)

Author SHA1 Message Date
Alberto Garcia 261dbcb18f block: Simplify append_open_options() 8 years ago
Alberto Garcia 4c8350fe17 block: Update bs->options if bdrv_reopen() succeeds 8 years ago
Alberto Garcia 1bab38e7bd block: Simplify bdrv_reopen_abort() 8 years ago
Alberto Garcia 2f624b80ba block: Remove children options from bs->{options,explicit_options} 8 years ago
Vladimir Sementsov-Ogievskiy 3c005293c2 block: make .bdrv_close optional 8 years ago
Stefan Weil 50d6a8a352 block: Fix typos in comments (found by codespell) 8 years ago
Kevin Wolf 4be6a6d118 block: Poll after drain on attaching a node 8 years ago
Kevin Wolf 824808dd77 block: Don't silently truncate node names 8 years ago
Ari Sundholm 7ae9f3f61b block: Move two block permission constants to the relevant enum 8 years ago
Kevin Wolf 3d9f2d2af6 block: Move bdrv_truncate() implementation to io.c 8 years ago
Kevin Wolf 061ca8a368 block: Convert .bdrv_truncate callback to coroutine_fn 8 years ago
Max Reitz ec9f10fe06 block: Generalize should_update_child() rule 8 years ago
Kevin Wolf 0f12264e7a block: Allow graph changes in bdrv_drain_all_begin/end sections 8 years ago
Kevin Wolf 6cd5c9d7b2 block: ignore_bds_parents parameter for drain functions 8 years ago
Kevin Wolf dcf94a23b1 block: Don't poll in parent drain callbacks 8 years ago
Kevin Wolf fe4f0614ef block: Drain recursively with a single BDRV_POLL_WHILE() 8 years ago
Kevin Wolf 89bd030533 block: Really pause block jobs on drain 8 years ago
Max Reitz 609f45ea95 block: Add block-specific QDict header 8 years ago
Max Reitz cc02214097 block: Make bdrv_is_writable() public 8 years ago
Max Reitz d1402b5026 block: Add Error parameter to bdrv_amend_options 8 years ago
Kevin Wolf b3b5299d58 block: Cancel job in bdrv_close_all() callers 8 years ago
Kevin Wolf 3d70ff53b6 job: Move completion and cancellation to Job 8 years ago
Marc-André Lureau f5a74a5a50 qobject: Modify qobject_ref() to return obj 8 years ago
Marc-André Lureau cb3e7f08ae qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF 8 years ago
Max Reitz 4f7be2806e block: Deprecate "backing": "" 8 years ago
Max Reitz e59a0cf17b block: Handle null backing link 8 years ago
Max Reitz 7dc847ebba qapi: Replace qobject_to_X(o) by qobject_to(X, o) 8 years ago
Fam Zheng 2c860e797a block: Fix leak of ignore_children in error path 8 years ago
Fam Zheng 1a5297366f block: Fix flags in reopen queue 8 years ago
Kevin Wolf cd8b7aaa07 block: Fail bdrv_truncate() with negative size 8 years ago
Kevin Wolf e8eb863778 block: Make bdrv_is_whitelisted() public 8 years ago
Kevin Wolf e1d74bc6c6 qcow2: Use BlockdevRef in qcow2_co_create() 8 years ago
Paolo Bonzini 2fd6163884 block: convert bdrv_check callback to coroutine_fn 8 years ago
Paolo Bonzini 2b148f392b block: convert bdrv_invalidate_cache callback to coroutine_fn 8 years ago
Markus Armbruster 9af2398977 Include less of the generated modular QAPI headers 8 years ago
Markus Armbruster 0dd13589b0 Include qapi/qmp/qerror.h exactly where needed 8 years ago
Stefan Hajnoczi efc75e2a4c block: rename .bdrv_create() to .bdrv_co_create_opts() 8 years ago
Stefan Hajnoczi 33f2a75777 block: add BlockBackend->in_flight counter 8 years ago
Stefan Hajnoczi 7719f3c968 block: extract AIO_WAIT_WHILE() from BlockDriverState 8 years ago
Eric Blake e24d813b29 block: Simplify bdrv_can_write_zeroes_with_unmap() 8 years ago
Markus Armbruster 922a01a013 Move include qemu/option.h from qemu-common.h to actual users 8 years ago
Markus Armbruster bd006b9818 Include qapi/qmp/qbool.h exactly where needed 8 years ago
Markus Armbruster fc81fa1eb0 Include qapi/qmp/qstring.h exactly where needed 8 years ago
Markus Armbruster 452fcdbc49 Include qapi/qmp/qdict.h exactly where needed 8 years ago
Markus Armbruster abb297ed44 Include qmp-commands.h exactly where needed 8 years ago
Markus Armbruster e688df6bc4 Include qapi/error.h exactly where needed 8 years ago
Kevin Wolf 1a63a90750 block: Keep nodes drained between reopen_queue/multiple 8 years ago
Kevin Wolf d736f119da block: Allow graph changes in subtree drained section 8 years ago
Kevin Wolf 0152bf400f block: Don't notify parents in drain call chain 8 years ago
Fam Zheng cc954f01e3 block: Open backing image in force share mode for size probe 8 years ago