From 77ed9e0ea2b7c3ab7f3e6c082c80947eba65d491 Mon Sep 17 00:00:00 2001 Message-Id: <77ed9e0ea2b7c3ab7f3e6c082c80947eba65d491.1367947969.git.minovotn@redhat.com> In-Reply-To: <707b9b97153063374d2530e72c49b1499fc21af9.1367947969.git.minovotn@redhat.com> References: <707b9b97153063374d2530e72c49b1499fc21af9.1367947969.git.minovotn@redhat.com> From: Michal Novotny Date: Tue, 7 May 2013 18:36:24 +0200 Subject: [PATCH 011/114] Revert "qga schema: document generic QERR_UNSUPPORTED" This reverts commit 186d42daa1a5eff7b38e0944ed808d1bf1595d70. Reverting as asked by Laszlo in message <51892739.2030807@redhat.com> because of the ordering issue (most likely) related to supersed testing. Signed-off-by: Michal Novotny --- qapi-schema-guest.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/qapi-schema-guest.json b/qapi-schema-guest.json index 6e74ca3..dac4e6f 100644 --- a/qapi-schema-guest.json +++ b/qapi-schema-guest.json @@ -2,17 +2,6 @@ ## # -# 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 # leading sentinel byte (0xFF) the client can check scan for. # -- 1.7.11.7