qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC PATCH 26/36] block: live snapshot documentation tweaks


From: Paolo Bonzini
Subject: [Qemu-devel] [RFC PATCH 26/36] block: live snapshot documentation tweaks
Date: Fri, 15 Jun 2012 17:05:49 +0200

Signed-off-by: Paolo Bonzini <address@hidden>
---
 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]