Re: [PATCH v1] target/ppc: Fix msgclrp interrupt type

2023-06-05 Thread Daniel Henrique Barboza
On 5/30/23 10:07, Nicholas Piggin wrote: msgclrp matches msgsndp and should clear PPC_INTERRUPT_DOORBELL. Signed-off-by: Nicholas Piggin --- Queued in gitlab.com/danielhb/qemu/tree/ppc-next. Thanks, Daniel target/ppc/excp_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-

Re: [PATCH v1] target/ppc: Fix msgclrp interrupt type

2023-05-30 Thread Cédric Le Goater
On 5/30/23 15:07, Nicholas Piggin wrote: msgclrp matches msgsndp and should clear PPC_INTERRUPT_DOORBELL. Signed-off-by: Nicholas Piggin Reviewed-by: Cédric Le Goater Thanks, C. --- target/ppc/excp_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/p

[PATCH v1] target/ppc: Fix msgclrp interrupt type

2023-05-30 Thread Nicholas Piggin
msgclrp matches msgsndp and should clear PPC_INTERRUPT_DOORBELL. Signed-off-by: Nicholas Piggin --- target/ppc/excp_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/ppc/excp_helper.c b/target/ppc/excp_helper.c index add2bc6bfe..c13f2afa04 100644 --- a/target/pp