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