On Wed, Oct 09, 2013 at 01:19:41PM +0800, Fam Zheng wrote: > diff --git a/qapi-schema.json b/qapi-schema.json > index 381ffbf..eb13707 100644 > --- a/qapi-schema.json > +++ b/qapi-schema.json > @@ -1910,9 +1910,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 need to complete the job with block-job-complete
s/need/needs/ s/with block-job-complete/with the block-job-complete/ > +# command after getting the ready event. (Since 1.7) s/1.7/1.8/