From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THDcO-0008AF-3k for qemu-devel@nongnu.org; Thu, 27 Sep 2012 08:55:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THDcM-0008Jk-VO for qemu-devel@nongnu.org; Thu, 27 Sep 2012 08:55:04 -0400 Date: Thu, 27 Sep 2012 09:55:53 -0300 From: Luiz Capitulino Message-ID: <20120927095553.6e28766c@doriath.home> In-Reply-To: <1348670069-4862-1-git-send-email-pbonzini@redhat.com> References: <1348670069-4862-1-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] block: live snapshot documentation tweaks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Wed, 26 Sep 2012 16:34:29 +0200 Paolo Bonzini wrote: > Signed-off-by: Paolo Bonzini Applied to the qmp branch, thanks. > --- > qapi-schema.json | 4 ++-- > 1 file modificato, 2 inserzioni(+), 2 rimozioni(-) > > diff --git a/qapi-schema.json b/qapi-schema.json > index 8719a9d..26ac21f 100644 > --- a/qapi-schema.json > +++ b/qapi-schema.json > @@ -1402,7 +1402,7 @@ > # @format: #optional the format of the snapshot image, default is 'qcow2'. > # > # @mode: #optional whether and how QEMU should create a new image, default is > -# 'absolute-paths'. > +# 'absolute-paths'. > ## > { 'type': 'BlockdevSnapshot', > 'data': { 'device': 'str', 'snapshot-file': 'str', '*format': 'str', > @@ -1456,7 +1456,7 @@ > # @format: #optional the format of the snapshot image, default is 'qcow2'. > # > # @mode: #optional whether and how QEMU should create a new image, default is > -# 'absolute-paths'. > +# 'absolute-paths'. > # > # Returns: nothing on success > # If @device is not a valid block device, DeviceNotFound