From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56119 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PdiH7-0002OR-89 for qemu-devel@nongnu.org; Fri, 14 Jan 2011 06:57:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PdiH6-0005hC-0I for qemu-devel@nongnu.org; Fri, 14 Jan 2011 06:57:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45943) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PdiH5-0005h8-Og for qemu-devel@nongnu.org; Fri, 14 Jan 2011 06:56:59 -0500 Message-ID: <4D303A06.70704@redhat.com> Date: Fri, 14 Jan 2011 12:56:54 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v4 18/32] usb: uhci: remote wakeup support. References: <1294831214-4499-1-git-send-email-kraxel@redhat.com> <1294831214-4499-19-git-send-email-kraxel@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 01/12/11 13:25, Stefan Hajnoczi wrote: > On Wed, Jan 12, 2011 at 11:20 AM, Gerd Hoffmann wrote: >> Add support for remote wakeup to the UHCI adapter. > > It would be nice to document the guest configuration steps for users > so they can take advantage of this. Perhaps on the qemu.org wiki? Or > http://www.linux-kvm.org/page/Usb_related? qemu wiki is probably the better place as this isn't kvm-specific. Will do once this is merged. cheers, Gerd