Re: [PATCH v4 04/25] ppc/pnv: Introduce a pnv_xive_is_cpu_enabled() helper

2019-10-02 Thread David Gibson
On Wed, Sep 18, 2019 at 06:06:24PM +0200, Cédric Le Goater wrote: > and use this helper to exclude CPUs which were not enabled by the XIVE > controller. > > Signed-off-by: Cédric Le Goater Reviewed-by: David Gibson > --- > hw/intc/pnv_xive.c | 12 > 1 file changed, 12 insertions(

[Qemu-devel] [PATCH v4 04/25] ppc/pnv: Introduce a pnv_xive_is_cpu_enabled() helper

2019-09-18 Thread Cédric Le Goater
and use this helper to exclude CPUs which were not enabled by the XIVE controller. Signed-off-by: Cédric Le Goater --- hw/intc/pnv_xive.c | 12 1 file changed, 12 insertions(+) diff --git a/hw/intc/pnv_xive.c b/hw/intc/pnv_xive.c index e1c15b6b5b71..5c97ccda1cad 100644 --- a/hw/int