Re: [PATCH v2 1/2] ppc: Fix build with --without-default-devices

2020-12-24 Thread Philippe Mathieu-Daudé
On 12/24/20 3:42 PM, Paolo Bonzini wrote: > Why? It's all KVM. I find it not obvious to figure out by simply looking at this diff. I'm probably too tired. Anyway Cédric already reviewed it. > > Paolo > > Il gio 24 dic 2020, 11:58 Philippe Mathieu-Daudé > ha scritto: >

Re: [PATCH v2 1/2] ppc: Fix build with --without-default-devices

2020-12-24 Thread Paolo Bonzini
Why? It's all KVM. Paolo Il gio 24 dic 2020, 11:58 Philippe Mathieu-Daudé ha scritto: > On 12/23/20 8:26 PM, Greg Kurz wrote: > > Linking of the qemu-system-ppc64 fails on a POWER9 host when > > --without-default-devices is passed to configure: > > > > $ ./configure --without-default-devices \

Re: [PATCH v2 1/2] ppc: Fix build with --without-default-devices

2020-12-24 Thread Philippe Mathieu-Daudé
On 12/23/20 8:26 PM, Greg Kurz wrote: > Linking of the qemu-system-ppc64 fails on a POWER9 host when > --without-default-devices is passed to configure: > > $ ./configure --without-default-devices \ > --target-list=ppc64-softmmu && make > > ... > > libqemu-ppc64-softmmu.fa.p/hw_ppc

Re: [PATCH v2 1/2] ppc: Fix build with --without-default-devices

2020-12-24 Thread Cédric Le Goater
On 12/24/20 11:29 AM, Paolo Bonzini wrote: > On 24/12/20 09:26, Cédric Le Goater wrote: >> In hw/ppc/Kconfig : >> >>    config POWERNV >>    ... >>    select XICS >>    select XIVE >> >>    config PSERIES >>    ... >>    select XICS_SPAPR >>    select XIVE_SPAPR >> >> and in

Re: [PATCH v2 1/2] ppc: Fix build with --without-default-devices

2020-12-24 Thread Paolo Bonzini
On 24/12/20 09:26, Cédric Le Goater wrote: In hw/ppc/Kconfig : config POWERNV ... select XICS select XIVE config PSERIES ... select XICS_SPAPR select XIVE_SPAPR and in hw/intc/meson.build : specific_ss.add(when: 'CONFIG_POWERNV', if_true: fil

Re: [PATCH v2 1/2] ppc: Fix build with --without-default-devices

2020-12-24 Thread Cédric Le Goater
On 12/23/20 8:26 PM, Greg Kurz wrote: > Linking of the qemu-system-ppc64 fails on a POWER9 host when > --without-default-devices is passed to configure: > > $ ./configure --without-default-devices \ > --target-list=ppc64-softmmu && make > > ... > > libqemu-ppc64-softmmu.fa.p/hw_ppc

[PATCH v2 1/2] ppc: Fix build with --without-default-devices

2020-12-23 Thread Greg Kurz
Linking of the qemu-system-ppc64 fails on a POWER9 host when --without-default-devices is passed to configure: $ ./configure --without-default-devices \ --target-list=ppc64-softmmu && make ... libqemu-ppc64-softmmu.fa.p/hw_ppc_e500.c.o: In function `ppce500_init_mpic_kvm': /home/gr