From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=39824 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pa7gi-00005J-Ux for qemu-devel@nongnu.org; Tue, 04 Jan 2011 09:16:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pa7gh-0008Pw-Nt for qemu-devel@nongnu.org; Tue, 04 Jan 2011 09:16:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:15488) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pa7gh-0008Pl-Cy for qemu-devel@nongnu.org; Tue, 04 Jan 2011 09:16:35 -0500 Message-ID: <4D232BBA.9020904@redhat.com> Date: Tue, 04 Jan 2011 15:16:26 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <4D230EE8.5090609@redhat.com> <4D2323EF.4020900@redhat.com> <4D232550.7030701@codemonkey.ws> In-Reply-To: <4D232550.7030701@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: UHCI idle detection List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Stefan Hajnoczi , maxk@kernel.org, qemu-devel , David Ahern On 01/04/11 14:49, Anthony Liguori wrote: > On 01/04/2011 07:43 AM, Gerd Hoffmann wrote: >> Hi, >> >>>> Windows guests needs some registry hackery and Linux guests some >>>> udev rules >>>> to enable remote wakeup permanently. >>> >>> That commit inspired me to look at UHCI. If the solution requires >>> modifying the guest then it is not widely useful. >> >> Well, long-term this shouldn't be a big issue. I expect guest agents >> become commonplace soonish as some features require guest cooperation, >> so the guest agents can also care about this kind of tweaks. Also for >> linux we can try to send the changes to upstream udev to have it >> spread into linux distros. > > I think we're long overdue for a paravirtual mouse. Basically, a virtio > version of xenkbd-front.c. In fact, it's probably possible to reuse the > protocol. Oh, there already is one. vmmouse. Recent Xorg versions even use it automagically. With Fedora 14 (as guest) you can drop the usb tablet and you still have an absolute mouse pointer because of that ;) Windows is more tricky as it doesn't work out-of-the-box but that wouldn't be different with a virtio-based mouse. cheers, Gerd