From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CgPqM-0002Fp-E6 for qemu-devel@nongnu.org; Mon, 20 Dec 2004 10:53:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CgPqK-0002Cy-CC for qemu-devel@nongnu.org; Mon, 20 Dec 2004 10:53:04 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CgPqJ-0002CJ-Ba for qemu-devel@nongnu.org; Mon, 20 Dec 2004 10:53:04 -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 1CgPT8-0001X2-Ne for qemu-devel@nongnu.org; Mon, 20 Dec 2004 10:29:07 -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 3732234 for qemu-devel@nongnu.org; Mon, 20 Dec 2004 07:54:23 -0700 Message-ID: <41C6EF82.2010204@verbmail.com> Date: Mon, 20 Dec 2004 10:28:02 -0500 From: Leo Whitman MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Disabling ISA bus? Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developer Mailing List Hi, I was wondering if anyone had any insight as to whether it was possible to disable the ISA bus entirely inside QEMU. If it is possible, does anyone know the best way to do this? I spent time isolating the ISA peripherals, but noticed that the PIIX3 emulator and other devices tend to have interdependencies. I was hoping there was an easy solution. The reason is, with newer operating systems, PCI-only systems are possible (natively at least.) It may be a nice option to add to the mix, and I'd be happy to do the work if anyone has any pointers. Thank you in advance, - Leo Whitman