On 2013年12月16日 14:28, Fam Zheng wrote:
On 2013年12月14日 11:10, Eric Blake wrote:
On 11/25/2013 10:45 PM, Fam Zheng wrote:
If active is top, it will be mirrored to base, (with block/mirror.c
code), then the image is switched when user completes the block job.
QMP documentation is updated.
Signed-off-by: Fam Zheng <f...@redhat.com>
---
+++ b/qapi-schema.json
@@ -1967,9 +1967,11 @@
#
# @top: The file name of the backing image within the
image chain,
# which contains the topmost data to be
committed down.
-# Note, the active layer as 'top' is currently
unsupported.
#
# If top == base, that is an error.
+# If top == active, the job will not be completed
by itself,
+# user needs to complete the job with the
block-job-complete
+# command after getting the ready event. (Since 1.8)
s/1.8/2.0/
OK, thanks.
Kevin, if you agree with my explanation on your comment, would you fix
this while applying?
Sorry, I forgot I should rebase 05. Never mind, I'll respin.
Fam