From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Md3kV-00021I-Lx for qemu-devel@nongnu.org; Mon, 17 Aug 2009 11:03:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Md3kR-0001ya-3M for qemu-devel@nongnu.org; Mon, 17 Aug 2009 11:03:51 -0400 Received: from [199.232.76.173] (port=52706 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Md3kQ-0001yX-Ty for qemu-devel@nongnu.org; Mon, 17 Aug 2009 11:03:46 -0400 Received: from mx2.redhat.com ([66.187.237.31]:36603) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Md3kQ-0006Zu-9f for qemu-devel@nongnu.org; Mon, 17 Aug 2009 11:03:46 -0400 Message-ID: <4A89710D.5050700@redhat.com> Date: Mon, 17 Aug 2009 17:02:37 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] enable vmmouse on x86_64 References: <20090817144316.GA31191@1und1.de> In-Reply-To: <20090817144316.GA31191@1und1.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?UmVpbWFyIETDtmZmaW5nZXI=?= Cc: qemu-devel@nongnu.org Reimar D=C3=B6ffinger schrieb: > Hello, > I see no reason why vmmouse should be disabled on x86_64, I guess this > was just forgotten - attached trivial patch changes it. >=20 > Signed-off-by: Reimar D=C3=B6ffinger Are you sure this is needed? If I'm not mistaken, TARGET_I386 is set for x86_64 as well. Kevin