From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55144 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMGcA-00021a-5O for qemu-devel@nongnu.org; Wed, 09 Jun 2010 04:27:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMGb4-00032b-91 for qemu-devel@nongnu.org; Wed, 09 Jun 2010 04:25:15 -0400 Received: from zion.dlh.net ([91.198.192.1]:46138 helo=mail.dlh.net) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMGb4-00032G-4g for qemu-devel@nongnu.org; Wed, 09 Jun 2010 04:25:14 -0400 Message-ID: <4C0F4FDB.8020709@dlh.net> Date: Wed, 09 Jun 2010 10:24:59 +0200 From: Peter Lieven MIME-Version: 1.0 Subject: Re: [Qemu-devel] Disable PS/2 mouse References: <4C0E3C75.7070209@dlh.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org Markus Armbruster wrote: > Peter Lieven writes: > > >> Hi, >> >> is there any way to disable the PS/2 mouse emulation from command line? >> > > Judging from pc_basic_device_init() and i8042_initfn(): I don't think > so, sorry. > > would it be difficult to implement?