mirror of https://github.com/xemu-project/xemu.git
qga schema: document generic QERR_UNSUPPORTED
Part of the wording was shamelessly stolen from Michael Roth's email. Suggested-by: Michael Roth <mdroth@linux.vnet.ibm.com> Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com> Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
This commit is contained in:
parent
c964c9e098
commit
9481ecd737
|
@ -1,5 +1,16 @@
|
||||||
# *-*- Mode: Python -*-*
|
# *-*- Mode: Python -*-*
|
||||||
|
|
||||||
|
##
|
||||||
|
#
|
||||||
|
# General note concerning the use of guest agent interfaces:
|
||||||
|
#
|
||||||
|
# "unsupported" is a higher-level error than the errors that individual
|
||||||
|
# commands might document. The caller should always be prepared to receive
|
||||||
|
# QERR_UNSUPPORTED, even if the given command doesn't specify it, or doesn't
|
||||||
|
# document any failure mode at all.
|
||||||
|
#
|
||||||
|
##
|
||||||
|
|
||||||
##
|
##
|
||||||
#
|
#
|
||||||
# Echo back a unique integer value, and prepend to response a
|
# Echo back a unique integer value, and prepend to response a
|
||||||
|
|
Loading…
Reference in New Issue