From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BjI8l-0008JF-UA for qemu-devel@nongnu.org; Sat, 10 Jul 2004 09:43:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BjI8k-0008J3-Ft for qemu-devel@nongnu.org; Sat, 10 Jul 2004 09:43:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BjI8k-0008J0-Be for qemu-devel@nongnu.org; Sat, 10 Jul 2004 09:43:42 -0400 Received: from [193.252.22.28] (helo=mwinf0301.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BjI66-0005Kn-By for qemu-devel@nongnu.org; Sat, 10 Jul 2004 09:40:58 -0400 Received: from bellard.org (ATuileries-112-1-4-169.w81-53.abo.wanadoo.fr [81.53.133.169]) by mwinf0301.wanadoo.fr (SMTP Server) with ESMTP id A9AEF400A09 for ; Sat, 10 Jul 2004 15:40:57 +0200 (CEST) Message-ID: <40EFF1EE.6050703@bellard.org> Date: Sat, 10 Jul 2004 15:41:02 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] savevm handler for pckbd References: <200407091134.58693.jseward@acm.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Johannes Schindelin wrote: > Hi, > > attached are patches to support a savevm handler for the keyboard and > mouse against current CVS. One is with the touchpad support (the patch > that Jim sent to this list), the other one without. > > This handler is necessary in order to loadvm a state of a running X11 > system (at least according to my tests). Applied (no touchpad for 0.6.0 release). Fabrice.