From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41566) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRo9X-0008S5-Mp for qemu-devel@nongnu.org; Tue, 08 May 2012 13:24:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SRo9R-0007XL-Fe for qemu-devel@nongnu.org; Tue, 08 May 2012 13:24:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4507) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRo9R-0007Wv-7d for qemu-devel@nongnu.org; Tue, 08 May 2012 13:24:41 -0400 From: Luiz Capitulino Date: Tue, 8 May 2012 14:24:43 -0300 Message-Id: <1336497889-23730-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/6]: qemu-ga: no success response for certain commands List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, mdroth@linux.vnet.ibm.com, mprivozn@redhat.com This series changes qemu-ga to not emit a success response for commands guest-shutdown and guest-suspend-{ram,disk,hybrid}. More details and the reason for this change can be found in the following patches. V2 o Rename option_is_enabled() to option_value_matches() [Michael] o Improve guest-shutdown and guest-suspend-* docs [Michael] qapi-schema-guest.json | 56 +++++++++++++++++++++++++++++----------------- qapi/qmp-core.h | 10 ++++++++- qapi/qmp-dispatch.c | 8 +++++-- qapi/qmp-registry.c | 4 +++- qemu-ga.c | 2 -- scripts/qapi-commands.py | 14 ++++++++++-- 6 files changed, 66 insertions(+), 28 deletions(-)