Re: [PATCH 02/14] hw/intc/i8259: Fix Kconfig dependency on ISA bus

2020-01-07 Thread Thomas Huth
On 31/12/2019 19.32, Philippe Mathieu-Daudé wrote: > The 8259 Interrupt Controller sits on a ISA bus. > Add the missing dependency to fix: > > LINKx86_64-softmmu/qemu-system-x86_64 > /usr/bin/ld: ../hw/intc/i8259_common.o: in function `pic_common_realize': > hw/intc/i8259_common.c:84:

[PATCH 02/14] hw/intc/i8259: Fix Kconfig dependency on ISA bus

2019-12-31 Thread Philippe Mathieu-Daudé
The 8259 Interrupt Controller sits on a ISA bus. Add the missing dependency to fix: LINKx86_64-softmmu/qemu-system-x86_64 /usr/bin/ld: ../hw/intc/i8259_common.o: in function `pic_common_realize': hw/intc/i8259_common.c:84: undefined reference to `isa_register_ioport' /usr/bin/ld: hw/