Re: [PATCH v3 2/3] ppc: Simplify reverse dependencies of POWERNV and PSERIES on XICS and XIVE

2020-12-30 Thread David Gibson
On Thu, Dec 24, 2020 at 06:22:55PM +0100, Greg Kurz wrote: > Have PSERIES to select XICS and XIVE, and directly check PSERIES > in hw/intc/meson.build to enable build of the XICS and XIVE sPAPR > backends, like POWERNV already does. This allows to get rid of the > intermediate XICS_SPAPR and XIVE_S

[PATCH v3 2/3] ppc: Simplify reverse dependencies of POWERNV and PSERIES on XICS and XIVE

2020-12-24 Thread Greg Kurz
Have PSERIES to select XICS and XIVE, and directly check PSERIES in hw/intc/meson.build to enable build of the XICS and XIVE sPAPR backends, like POWERNV already does. This allows to get rid of the intermediate XICS_SPAPR and XIVE_SPAPR. Signed-off-by: Greg Kurz --- hw/intc/Kconfig |4 +-