Re: [PATCH] ppc/xive2: Make type Xive2EndSource not user creatable

2022-03-14 Thread Cédric Le Goater
On 3/11/22 08:43, Cédric Le Goater wrote: Xive2EndSource objects can only be instantiated through a Xive2Router (PnvXive2). Suggested-by: Thomas Huth Signed-off-by: Cédric Le Goater --- hw/intc/xive2.c | 1 + 1 file changed, 1 insertion(+) Queued for 7.0 Thanks, C.

Re: [PATCH] ppc/xive2: Make type Xive2EndSource not user creatable

2022-03-13 Thread Philippe Mathieu-Daudé
On 11/3/22 08:43, Cédric Le Goater wrote: Xive2EndSource objects can only be instantiated through a Xive2Router (PnvXive2). Suggested-by: Thomas Huth Reported-by? Signed-off-by: Cédric Le Goater --- hw/intc/xive2.c | 1 + 1 file changed, 1 insertion(+) Reviewed-by: Philippe Mathieu-Da

Re: [PATCH] ppc/xive2: Make type Xive2EndSource not user creatable

2022-03-10 Thread Cédric Le Goater
On 3/11/22 08:45, Thomas Huth wrote: On 11/03/2022 08.43, Cédric Le Goater wrote: Xive2EndSource objects can only be instantiated through a Xive2Router (PnvXive2). Suggested-by: Thomas Huth Signed-off-by: Cédric Le Goater ---   hw/intc/xive2.c | 1 +   1 file changed, 1 insertion(+) diff --gi

Re: [PATCH] ppc/xive2: Make type Xive2EndSource not user creatable

2022-03-10 Thread Thomas Huth
On 11/03/2022 08.43, Cédric Le Goater wrote: Xive2EndSource objects can only be instantiated through a Xive2Router (PnvXive2). Suggested-by: Thomas Huth Signed-off-by: Cédric Le Goater --- hw/intc/xive2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/intc/xive2.c b/hw/intc/xive2.c

[PATCH] ppc/xive2: Make type Xive2EndSource not user creatable

2022-03-10 Thread Cédric Le Goater
Xive2EndSource objects can only be instantiated through a Xive2Router (PnvXive2). Suggested-by: Thomas Huth Signed-off-by: Cédric Le Goater --- hw/intc/xive2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/intc/xive2.c b/hw/intc/xive2.c index b6452f14784b..3aff42a69ef5 100644 --- a/hw/