[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 03/29] target/ppc: split interrupt masking and delivery fr
From: |
Fabiano Rosas |
Subject: |
Re: [PATCH v3 03/29] target/ppc: split interrupt masking and delivery from ppc_hw_interrupt |
Date: |
Thu, 13 Oct 2022 09:38:40 -0300 |
Matheus Ferst <matheus.ferst@eldorado.org.br> writes:
> Split ppc_hw_interrupt into an interrupt masking method,
> ppc_next_unmasked_interrupt, and an interrupt processing method,
> ppc_deliver_interrupt.
>
> Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
Reviewed-by: Fabiano Rosas <farosas@linux.ibm.com>
- [PATCH v3 00/29] PowerPC interrupt rework, Matheus Ferst, 2022/10/11
- [PATCH v3 01/29] target/ppc: define PPC_INTERRUPT_* values directly, Matheus Ferst, 2022/10/11
- [PATCH v3 03/29] target/ppc: split interrupt masking and delivery from ppc_hw_interrupt, Matheus Ferst, 2022/10/11
- Re: [PATCH v3 03/29] target/ppc: split interrupt masking and delivery from ppc_hw_interrupt,
Fabiano Rosas <=
- [PATCH v3 02/29] target/ppc: always use ppc_set_irq to set env->pending_interrupts, Matheus Ferst, 2022/10/11
- [PATCH v3 04/29] target/ppc: prepare to split interrupt masking and delivery by excp_model, Matheus Ferst, 2022/10/11
- [PATCH v3 05/29] target/ppc: create an interrupt masking method for POWER9/POWER10, Matheus Ferst, 2022/10/11
- [PATCH v3 06/29] target/ppc: remove unused interrupts from p9_next_unmasked_interrupt, Matheus Ferst, 2022/10/11
- [PATCH v3 07/29] target/ppc: create an interrupt deliver method for POWER9/POWER10, Matheus Ferst, 2022/10/11
- [PATCH v3 08/29] target/ppc: remove unused interrupts from p9_deliver_interrupt, Matheus Ferst, 2022/10/11