From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43155 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PLfJV-0003wf-IR for qemu-devel@nongnu.org; Thu, 25 Nov 2010 12:08:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PLfJU-00083E-Cq for qemu-devel@nongnu.org; Thu, 25 Nov 2010 12:08:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:9062) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PLfJU-00082p-5g for qemu-devel@nongnu.org; Thu, 25 Nov 2010 12:08:52 -0500 Message-Id: <20101125170439.548474575@redhat.com> In-Reply-To: <4CEE8BA5.7020900@redhat.com> Date: Thu, 25 Nov 2010 15:04:39 -0200 From: Marcelo Tosatti Subject: [Qemu-devel] [patch 0/2] USB UHCI global suspend / remote wakeup List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, kvm Cc: Matthew Garrett , Adam Jackson , Gerd Hoffmann , Glauber de Oliveira Costa See patch 2 for details. v2: - Add remote wakeup callback in USBBus, as suggested by Gerd.