From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGsi5-0002AT-0x for qemu-devel@nongnu.org; Wed, 26 Sep 2012 10:35:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGshy-0002Ou-PV for qemu-devel@nongnu.org; Wed, 26 Sep 2012 10:35:32 -0400 Sender: Paolo Bonzini From: Paolo Bonzini Date: Wed, 26 Sep 2012 16:34:29 +0200 Message-Id: <1348670069-4862-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH] block: live snapshot documentation tweaks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org Signed-off-by: Paolo Bonzini --- 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 -- 1.7.12