From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfY7l-0004oc-4P for qemu-devel@nongnu.org; Fri, 15 Jun 2012 11:07:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SfY7e-0005Cx-SK for qemu-devel@nongnu.org; Fri, 15 Jun 2012 11:07:44 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:47190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfY7e-0004gs-HQ for qemu-devel@nongnu.org; Fri, 15 Jun 2012 11:07:38 -0400 Received: by mail-pb0-f45.google.com with SMTP id ro12so5648793pbb.4 for ; Fri, 15 Jun 2012 08:07:37 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Fri, 15 Jun 2012 17:05:49 +0200 Message-Id: <1339772759-31004-27-git-send-email-pbonzini@redhat.com> In-Reply-To: <1339772759-31004-1-git-send-email-pbonzini@redhat.com> References: <1339772759-31004-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [RFC PATCH 26/36] block: live snapshot documentation tweaks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@linux.vnet.ibm.com, lcapitulino@redhat.com Signed-off-by: Paolo Bonzini --- qapi-schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qapi-schema.json b/qapi-schema.json index 2ee988b..250edf2 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -1289,6 +1289,7 @@ # # Returns: nothing on success # If @device is not a valid block device, DeviceNotFound +# If the block device has no medium inserted, DeviceHasNoMedium # If @device is busy, DeviceInUse will be returned # If @snapshot-file can't be created, OpenFileFailed # If @snapshot-file can't be opened, OpenFileFailed @@ -1321,6 +1322,9 @@ # # Returns: nothing on success # If @device is not a valid block device, DeviceNotFound +# If the block device has no medium inserted, DeviceHasNoMedium +# If @device is busy, DeviceInUse will be returned +# If @snapshot-file can't be created, OpenFileFailed # If @snapshot-file can't be opened, OpenFileFailed # If @format is invalid, InvalidBlockFormat # -- 1.7.10.2