Re: [PATCH v3 1/3] ppc: Fix build with --without-default-devices

2020-12-30 Thread David Gibson
On Thu, Dec 24, 2020 at 06:22:47PM +0100, 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-ppc6

[PATCH v3 1/3] ppc: Fix build with --without-default-devices

2020-12-24 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