diff options
author | Markus Armbruster <armbru@redhat.com> | 2013-02-06 21:27:16 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-02-06 16:35:17 -0600 |
commit | 1a69278e53a0e5060c8c6cc825449a122634ce3b (patch) | |
tree | ece4fab609091e3a595760836c72d28e0f53987e /qapi-schema.json | |
parent | 3ab651fc819178cf6a518af5860cc49f42cff455 (diff) |
qmp: Use generic errors in memchar-read, memchar-write
New errors should be generic unless there's a real use case for rich
errors.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r-- | qapi-schema.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index d8fa1c376a..6f6379151f 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -352,7 +352,6 @@ # by default is 'utf8'. # # Returns: Nothing on success -# If @device is not a valid char device, DeviceNotFound # # Since: 1.4 ## @@ -374,7 +373,6 @@ # memchardev, by default is 'utf8'. # # Returns: data read from the device -# If @device is not a valid memchr device, DeviceNotFound # # Since: 1.4 ## |