Hello, First add a cpu_intc_reset() handler to reset interrupt presenters which are not today and Introduce a 'os-cam' property which will be used to set the OS CAM line at reset.
Thanks, C. Cédric Le Goater (2): spapr: Introduce a interrupt presenter reset handler spapr/xive: Set the OS CAM line at reset include/hw/ppc/spapr_irq.h | 4 ++++ include/hw/ppc/spapr_xive.h | 1 - include/hw/ppc/xics.h | 1 + include/hw/ppc/xive.h | 5 ++++- hw/intc/spapr_xive.c | 37 ++++++++++++------------------------- hw/intc/xics.c | 5 +++++ hw/intc/xics_spapr.c | 8 ++++++++ hw/intc/xive.c | 33 +++++++++++++++++++++++++++++---- hw/ppc/pnv.c | 3 ++- hw/ppc/spapr_cpu_core.c | 8 ++++++-- hw/ppc/spapr_irq.c | 21 +++++++++++++++++++++ 11 files changed, 92 insertions(+), 34 deletions(-) -- 2.21.0