Re: [PATCH] hw/isa: Introduce a CONFIG_ISA_SUPERIO switch for isa-superio.c

2019-10-01 Thread Paolo Bonzini
On 30/09/19 17:04, Thomas Huth wrote: > Currently, isa-superio.c is always compiled as soon as CONFIG_ISA_BUS > is enabled. But there are also machines that have an ISA BUS without > any of the superio chips attached to it, so we should not compile > isa-superio.c in case we only compile a QEMU for

Re: [PATCH] hw/isa: Introduce a CONFIG_ISA_SUPERIO switch for isa-superio.c

2019-10-01 Thread Philippe Mathieu-Daudé
On 9/30/19 5:04 PM, Thomas Huth wrote: Currently, isa-superio.c is always compiled as soon as CONFIG_ISA_BUS is enabled. But there are also machines that have an ISA BUS without any of the superio chips attached to it, so we should not compile isa-superio.c in case we only compile a QEMU for such

Re: [PATCH] hw/isa: Introduce a CONFIG_ISA_SUPERIO switch for isa-superio.c

2019-09-30 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190930150436.18162-1-th...@redhat.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!

[PATCH] hw/isa: Introduce a CONFIG_ISA_SUPERIO switch for isa-superio.c

2019-09-30 Thread Thomas Huth
Currently, isa-superio.c is always compiled as soon as CONFIG_ISA_BUS is enabled. But there are also machines that have an ISA BUS without any of the superio chips attached to it, so we should not compile isa-superio.c in case we only compile a QEMU for such a machine. Thus add a proper CONFIG_ISA_