|
From: | Paolo Bonzini |
Subject: | Re: [Qemu-ppc] [PATCH v2 1/5] ppc64: Express dependencies of 'pseries' and 'powernv' machines with kconfig |
Date: | Thu, 31 Jan 2019 15:54:30 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1 |
On 31/01/19 14:53, Thomas Huth wrote: > config PSERIES > bool > + select DIMM > + select PCI > + select VFIO > + select XICS_SPAPR > + select XIVE_SPAPR Missing "select SPAPR_VSCSI", added it locally. > > config POWERNV > bool > + select ISA_IPMI_BT > + select ISA_BUS > + select MC146818RTC > + select XICS > + select XIVE > Missing "select IPMI_LOCAL" for /home/pbonzini/work/upstream/qemu/hw/ppc/pnv_bmc.c:67: undefined reference to `ipmi_bmc_gen_event' hw/ppc/pnv_bmc.o: In function `pnv_dt_bmc_sensors': /home/pbonzini/work/upstream/qemu/hw/ppc/pnv_bmc.c:95: undefined reference to `ipmi_bmc_sdr_find' added it locally too. Paolo
[Prev in Thread] | Current Thread | [Next in Thread] |