diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2017-01-13 15:41:20 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-01-16 09:15:24 +0100 |
commit | ae4dbed0fe66a18091e719b823fee450a8107206 (patch) | |
tree | 5ea24e838bed33d9d4ca4d297ccfae14f02b0ac5 /qga/qapi-schema.json | |
parent | 41dc1dc066a59a0421329dba64daf11f78bf6619 (diff) | |
download | qemu-ae4dbed0fe66a18091e719b823fee450a8107206.zip qemu-ae4dbed0fe66a18091e719b823fee450a8107206.tar.gz qemu-ae4dbed0fe66a18091e719b823fee450a8107206.tar.bz2 |
qga/schema: improve guest-set-vcpus Returns: section
Itemize the possible return values of guest-set-vcpus.
Drop the blank lines for consistency with itemized
lists elsewhere.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20170113144135.5150-7-marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qga/qapi-schema.json')
-rw-r--r-- | qga/qapi-schema.json | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json index 94c0312..d421609 100644 --- a/qga/qapi-schema.json +++ b/qga/qapi-schema.json @@ -697,21 +697,18 @@ # Returns: The length of the initial sublist that has been successfully # processed. The guest agent maximizes this value. Possible cases: # -# 0: if the @vcpus list was empty on input. Guest state +# - 0: if the @vcpus list was empty on input. Guest state # has not been changed. Otherwise, -# -# Error: processing the first node of @vcpus failed for the +# - Error: processing the first node of @vcpus failed for the # reason returned. Guest state has not been changed. # Otherwise, -# -# < length(@vcpus): more than zero initial nodes have been processed, +# - < length(@vcpus): more than zero initial nodes have been processed, # but not the entire @vcpus list. Guest state has # changed accordingly. To retrieve the error # (assuming it persists), repeat the call with the # successfully processed initial sublist removed. # Otherwise, -# -# length(@vcpus): call successful. +# - length(@vcpus): call successful. # # Since: 1.5 ## |