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

2016-02-07 Thread David Gibson
On Wed, Feb 03, 2016 at 11:06:16AM +0100, Markus Armbruster wrote: > David Gibson writes: > > > 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

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

2016-02-03 Thread Markus Armbruster
David Gibson writes: > 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

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

2016-01-15 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