From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CtqSP-0003gb-QA for qemu-devel@nongnu.org; Wed, 26 Jan 2005 11:55:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CtqSF-0003av-J3 for qemu-devel@nongnu.org; Wed, 26 Jan 2005 11:55:46 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CtqSF-0003Ux-7g for qemu-devel@nongnu.org; Wed, 26 Jan 2005 11:55:43 -0500 Received: from [66.54.152.27] (helo=jive.SoftHome.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1Ctq1O-0000pG-Fu for qemu-devel@nongnu.org; Wed, 26 Jan 2005 11:27:58 -0500 From: Mulyadi Santosa Date: Wed, 26 Jan 2005 22:55:35 +0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501262255.35941.a_mulyadi@softhome.net> Subject: [Qemu-devel] is it possible to use ISA and PCI emulation at the same time Reply-To: a_mulyadi@softhome.net, 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 Hello everybody As the subject says, is there any way to enable them (ISA and PCI) at the same time? Actually, my problem is I want to load Etherboot disk image. So far, I only boot it succesfully using ne.dsk by using following command: vdeq /usr/local/qemu061/bin/qemu -fda /qemu/ne.dsk -hda /qemu/slave.img \ -isa -m 256 -boot a -serial "vc" -std-vga -macaddr 52:54:00:12:24:59 By doing that, i lost the PCI emulation.... anyone here got clue on which Etherboot image I should generate in order to detect and use the emulated NE2000 PCI? regards Mulyadi