From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RmstB-0006p5-Bz for qemu-devel@nongnu.org; Mon, 16 Jan 2012 15:10:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rmst2-00057L-4R for qemu-devel@nongnu.org; Mon, 16 Jan 2012 15:10:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rmst1-00056p-MT for qemu-devel@nongnu.org; Mon, 16 Jan 2012 15:10:36 -0500 From: Luiz Capitulino Date: Mon, 16 Jan 2012 18:09:50 -0200 Message-Id: <1326744592-27650-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH v6 0/2]: qemu-ga: Add the guest-suspend command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: eblake@redhat.com, jcody@redhat.com, mdroth@linux.vnet.ibm.com Several fixes, but no major changes. This series depends on this patch from Michael: http://lists.gnu.org/archive/html/qemu-devel/2012-01/msg01382.html v6 o improve schema documentation o change reopen_fd_to_null() to return void o fix reopen_fd_to_null() no to close stdin [Eric] o use execle() and do PATH lookup in the parent [Eric/Jamie] o do not use fopen()/fgets() [Eric] o check fork() return value [Eric] o use EXIT_SUCCESS/EXIT_FAILURE [Eric] qapi-schema-guest.json | 32 ++++++ qemu-ga.c | 20 +++- qga/guest-agent-commands.c | 263 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 313 insertions(+), 2 deletions(-)