[PATCH v1 0/3] hw/intc: A few fixes for the Ibex PLIC

Alistair Francis posted 3 patches 5 years, 3 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1595655188.git.alistair.francis@wdc.com
Maintainers: Alistair Francis <Alistair.Francis@wdc.com>
include/hw/intc/ibex_plic.h |  1 +
hw/intc/ibex_plic.c         | 36 +++++++++++++++++++++++++++++++-----
2 files changed, 32 insertions(+), 5 deletions(-)
[PATCH v1 0/3] hw/intc: A few fixes for the Ibex PLIC
Posted by Alistair Francis 5 years, 3 months ago
Recently some SiFive PLIC fixes have been merged into QEMU, this applies
those fixes to the Ibex PLIC as well as an update on how claiming
interrupts works.

Alistair Francis (3):
  hw/intc: ibex_plic: Update the pending irqs
  hw/intc: ibex_plic: Don't allow repeat interrupts on claimed lines
  hw/intc: ibex_plic: Honour source priorities

 include/hw/intc/ibex_plic.h |  1 +
 hw/intc/ibex_plic.c         | 36 +++++++++++++++++++++++++++++++-----
 2 files changed, 32 insertions(+), 5 deletions(-)

-- 
2.27.0


Re: [PATCH v1 0/3] hw/intc: A few fixes for the Ibex PLIC
Posted by Alistair Francis 5 years, 3 months ago
On Fri, Jul 24, 2020 at 10:44 PM Alistair Francis
<alistair.francis@wdc.com> wrote:
>
> Recently some SiFive PLIC fixes have been merged into QEMU, this applies
> those fixes to the Ibex PLIC as well as an update on how claiming
> interrupts works.
>
> Alistair Francis (3):
>   hw/intc: ibex_plic: Update the pending irqs
>   hw/intc: ibex_plic: Don't allow repeat interrupts on claimed lines
>   hw/intc: ibex_plic: Honour source priorities

Applied to riscv-to-apply.next

Alistair

>
>  include/hw/intc/ibex_plic.h |  1 +
>  hw/intc/ibex_plic.c         | 36 +++++++++++++++++++++++++++++++-----
>  2 files changed, 32 insertions(+), 5 deletions(-)
>
> --
> 2.27.0
>