Re: [PATCH v3 16/18] xive2: Add a get_config() handler for the router configuration

2022-02-25 Thread Daniel Henrique Barboza
On 11/26/21 08:53, Cédric Le Goater wrote: Add GEN1 config even if we don't use it yet in the core framework. Signed-off-by: Cédric Le Goater --- Reviewed-by: Daniel Henrique Barboza include/hw/ppc/xive2.h | 8 hw/intc/pnv_xive2.c| 13 + hw/intc/xive2.c

[PATCH v3 16/18] xive2: Add a get_config() handler for the router configuration

2021-11-26 Thread Cédric Le Goater
Add GEN1 config even if we don't use it yet in the core framework. Signed-off-by: Cédric Le Goater --- include/hw/ppc/xive2.h | 8 hw/intc/pnv_xive2.c| 13 + hw/intc/xive2.c| 7 +++ 3 files changed, 28 insertions(+) diff --git a/include/hw/ppc/xive2.h