From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HVk0c-00088L-Vf for qemu-devel@nongnu.org; Mon, 26 Mar 2007 03:52:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HVk0Z-00085Q-HQ for qemu-devel@nongnu.org; Mon, 26 Mar 2007 03:52:54 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVk0Z-00085H-Er for qemu-devel@nongnu.org; Mon, 26 Mar 2007 02:52:51 -0500 Received: from nz-out-0506.google.com ([64.233.162.225]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HVjyJ-0003YD-UT for qemu-devel@nongnu.org; Mon, 26 Mar 2007 03:50:32 -0400 Received: by nz-out-0506.google.com with SMTP id i11so1829156nzi for ; Mon, 26 Mar 2007 00:50:25 -0700 (PDT) Message-ID: <46d6db660703260050s318e3ec5n71882724e3265231@mail.gmail.com> Date: Mon, 26 Mar 2007 09:50:22 +0200 From: "Christian MICHON" Subject: Re: [Qemu-devel] missing key in QEMU / Ubuntu host, XP guest, please help! In-Reply-To: <1171098252.12113.4.camel@AcoNord-Ubuntu-WS> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1171098252.12113.4.camel@AcoNord-Ubuntu-WS> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: schlomka@noisemagic.de, qemu-devel@nongnu.org you could use "sendkey" in the monitor console of qemu. This is the only way on xp host to send a "ctrl-alt-delete" to a xp guest to login... On 2/10/07, Georg Schlomka wrote: > Hi! > > We use Qemu un an Ubuntu host and want to run XP guests. No problems > there. But the most important XP Application we run *absolutely needs* > the key, especially the combination . > Unfortunately, it appears that this does not work. > > After looking through some of the source (monitor.c > and keymaps/common), it appears that the key was simply omitted. > > Can anyone tell us how to fix this problem? We are not > familiar with the internals of qemu at all, but we would manage a > recompile with altered sources... > > If we cannot get the key to work, we propably have to abandon > our project to switch all our machines to Ubuntu and stay with XP :( > > > Thank you for your help > > George > > > > > -- Christian