Re: [Qemu-devel] [PATCHv2 3/4] Allow ISA bus to be configured out

2015-07-02 Thread Michael S. Tsirkin
On Thu, Jul 02, 2015 at 03:53:46PM +1000, David Gibson wrote: > Currently, the code to handle the legacy ISA bus is always included in > qemu. However there are lots of platforms that don't include ISA legacy > devies, and quite a few that have never used ISA legacy devices at all. > > This patch

[Qemu-devel] [PATCHv2 3/4] Allow ISA bus to be configured out

2015-07-01 Thread David Gibson
Currently, the code to handle the legacy ISA bus is always included in qemu. However there are lots of platforms that don't include ISA legacy devies, and quite a few that have never used ISA legacy devices at all. This patch allows the ISA bus code to be disabled in the configuration for platfor