From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34610) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9Wjn-0004Jm-Iy for qemu-devel@nongnu.org; Thu, 06 Sep 2012 03:42:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9Wjh-0007lV-Ta for qemu-devel@nongnu.org; Thu, 06 Sep 2012 03:42:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28712) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9Wjh-0007l4-LC for qemu-devel@nongnu.org; Thu, 06 Sep 2012 03:42:49 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q867gnV4011400 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 6 Sep 2012 03:42:49 -0400 From: Gerd Hoffmann Date: Thu, 6 Sep 2012 09:42:43 +0200 Message-Id: <1346917367-24691-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/4] wakeup: make wakeup events guest-configurable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This patch series allows the guest to enable and disable s3 wakeup events per device via acpi. It also adds support for waking up the guest from uhci. Each device gets a GPE pin assigned. With this patch series applied and seabios updated (for the dsdt updates needed to tell guests about the GPE assignments) /proc/acpi/wakeup looks like this: [root@fedora ~]# cat /proc/acpi/wakeup Device S-state Status Sysfs node UHCI S3 *enabled pci:0000:00:01.2 KBD S3 *enabled pnp:00:02 MOU S3 *disabled pnp:00:03 COM1 S3 *disabled pnp:00:05 Patches have been posted for review a while back, pull req got delayed due to vacation and 1.2 freeze, now I'm finally aiming for merge. seabios changes needed are available from git://git.kraxel.org/seabios wakeup please pull, Gerd The following changes since commit 8db972cfa469b4e4afd9c65e54e796b83b5ce3a2: Update version for 1.2.0 (2012-09-05 07:50:01 -0500) are available in the git repository at: git://git.kraxel.org/qemu wakeup.1 Gerd Hoffmann (4): wakeup: add acpi gpe wakeup reasons wakeup: make ps/2 configurable wakeup: make serial configurable wakeup: uhci support hw/acpi.c | 26 ++++++++++++++++++++++++++ hw/ps2.c | 4 ++-- hw/serial.c | 10 +++++++++- hw/usb/hcd-uhci.c | 35 +++++++++++++++++++++++++++++++++++ sysemu.h | 4 ++++ 5 files changed, 76 insertions(+), 3 deletions(-)