From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CglGP-0000wa-Tv for qemu-devel@nongnu.org; Tue, 21 Dec 2004 09:45:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CglGO-0000vr-Ll for qemu-devel@nongnu.org; Tue, 21 Dec 2004 09:45:24 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CglGO-0000vo-Et for qemu-devel@nongnu.org; Tue, 21 Dec 2004 09:45:24 -0500 Received: from [216.58.162.138] (helo=netraverse.com) by monty-python.gnu.org with esmtp (SSLv3:DES-CBC3-SHA:168) (Exim 4.34) id 1Cgkvh-0007J9-2F for qemu-devel@nongnu.org; Tue, 21 Dec 2004 09:24:01 -0500 Received: from [69.165.224.96] (account lreiter HELO [10.1.0.1]) by netraverse.com (CommuniGate Pro SMTP 4.0.5) with ESMTP-TLS id 3736246 for qemu-devel@nongnu.org; Tue, 21 Dec 2004 06:50:03 -0700 Message-ID: <41C831F3.1050807@verbmail.com> Date: Tue, 21 Dec 2004 09:23:47 -0500 From: Leo Whitman MIME-Version: 1.0 Subject: Re: [Qemu-devel] Disabling ISA bus? References: <41C6EF82.2010204@verbmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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 I see now. I didn't even think about the HID devices, and the BIOS changes. Thank you for the response, Leo Whitman Natalia Portillo wrote: > The emulated chipset (Intel 440BX as i remember) has legacy devices. > > Try to implement emulation of a modern chipset (southbridge at least) > that does not require legacy devices and then you should be able to > remove the ISA bus (of course, you need to implement USB emulation for > HID devices at least, and implement it support in the QEMU's BIOS). > > El 20/12/2004, a las 15:28, Leo Whitman escribió: >