* [Qemu-devel] Disabling ISA bus?
@ 2004-12-20 15:28 Leo Whitman
2004-12-21 14:01 ` Natalia Portillo
0 siblings, 1 reply; 3+ messages in thread
From: Leo Whitman @ 2004-12-20 15:28 UTC (permalink / raw)
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] Disabling ISA bus?
2004-12-20 15:28 [Qemu-devel] Disabling ISA bus? Leo Whitman
@ 2004-12-21 14:01 ` Natalia Portillo
2004-12-21 14:23 ` Leo Whitman
0 siblings, 1 reply; 3+ messages in thread
From: Natalia Portillo @ 2004-12-21 14:01 UTC (permalink / raw)
To: qemu-devel
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ó:
> 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
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] Disabling ISA bus?
2004-12-21 14:01 ` Natalia Portillo
@ 2004-12-21 14:23 ` Leo Whitman
0 siblings, 0 replies; 3+ messages in thread
From: Leo Whitman @ 2004-12-21 14:23 UTC (permalink / raw)
To: qemu-devel
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ó:
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-12-21 14:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-20 15:28 [Qemu-devel] Disabling ISA bus? Leo Whitman
2004-12-21 14:01 ` Natalia Portillo
2004-12-21 14:23 ` Leo Whitman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).