Hi Richard, On Mon, Oct 21, 2019 at 11:17:24AM -0700, Richard Henderson wrote: > On 10/20/19 1:47 PM, Sven Schnelle wrote: > > B160L doesn't have an ISA bus, and we no longer need it to > > workaround missing hardware, so remove it. > > > > Signed-off-by: Sven Schnelle <sv...@stackframe.org> > > --- > > hw/hppa/hppa_hardware.h | 1 - > > hw/hppa/machine.c | 32 -------------------------------- > > 2 files changed, 33 deletions(-) > > This should remove ISA_BUS from hw/hppa/Kconfig as well.
Right. I thought to do so is easy, but that turned out to reveal a lot of other issues: - hppa is using the I8259 code, which relies on ISA - hw/hppa/pci.c seems to only contain unused stuff - LASI use hw/char/parallel.c, which relies on ISA. parallel.c could propably be split up into a ISA dependent part and a generic part So it is more work to remove ISA completely, therefore i'll drop that patch for now and submit it later again. Thanks Sven