From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiWm6-0002Vm-5f for qemu-devel@nongnu.org; Wed, 04 Jan 2012 14:45:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RiWm3-0005pT-V6 for qemu-devel@nongnu.org; Wed, 04 Jan 2012 14:45:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43900) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiWm3-0005od-0T for qemu-devel@nongnu.org; Wed, 04 Jan 2012 14:45:23 -0500 From: Luiz Capitulino Date: Wed, 4 Jan 2012 17:45:11 -0200 Message-Id: <1325706313-21936-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH v4 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: amit.shah@redhat.com, jcody@redhat.com, mdroth@linux.vnet.ibm.com This version drops modes 'sleep' and 'hybrid' because they don't work properly due to issues in qemu. Only the 'hibernate' mode is supported for now. Also note that virtio doesn't currently support ACPI S4. There are patches flying on lkml to fix that though. Please refer to patch 2/2 for more details on the implementation. v4 o Drop 'sleep' and 'hybrid' modes o pull in a fix from Michael Roth (patch 1/2) qapi-schema-guest.json | 23 ++++++++++++++++++ qemu-ga.c | 19 +++++++++++++- qga/guest-agent-commands.c | 55 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 95 insertions(+), 2 deletions(-)