From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Md4IS-0001tP-UF for qemu-devel@nongnu.org; Mon, 17 Aug 2009 11:38:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Md4IO-0001qr-9K for qemu-devel@nongnu.org; Mon, 17 Aug 2009 11:38:56 -0400 Received: from [199.232.76.173] (port=39440 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Md4IN-0001qn-W7 for qemu-devel@nongnu.org; Mon, 17 Aug 2009 11:38:52 -0400 Received: from mail.gmx.net ([213.165.64.20]:56906) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Md4IN-0004ot-8t for qemu-devel@nongnu.org; Mon, 17 Aug 2009 11:38:51 -0400 Date: Mon, 17 Aug 2009 17:38:48 +0200 From: Reimar =?iso-8859-1?Q?D=F6ffinger?= Message-ID: <20090817153848.GA365@1und1.de> References: <20090817144316.GA31191@1und1.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: [Qemu-devel] Re: [PATCH] enable vmmouse on x86_64 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Mon, Aug 17, 2009 at 05:23:32PM +0200, Juan Quintela wrote: > > Hello, > > I see no reason why vmmouse should be disabled on x86_64, I guess this > > was just forgotten - attached trivial patch changes it. > > > > Signed-off-by: Reimar Döffinger > > Have you tested before this patch? Yes, I had, but the KVM issue came in-between, drawing me to false conclusions. > in x86_64, both are defined: > > TARGET_I386 and TARGET_X86_64. hw/pci-hotplug.c hw/hpet_emul.h hw/mc146818rtc.c also aren't aware of it, which gave me some more reason to be confused :-)