mbox series

[0/2] RISC-V APLIC fixes

Message ID 20240306095722.463296-1-apatel@ventanamicro.com
Headers show
Series RISC-V APLIC fixes | expand

Message

Anup Patel March 6, 2024, 9:57 a.m. UTC
Few fixes for RISC-V APLIC discovered during Linux AIA patch reviews.

These patches can also be found in the apatel_aplic_fixes_v1 branch at:
https://github.com/avpatel/qemu.git

Anup Patel (2):
  hw/intc/riscv_aplic: Fix setipnum_le write emulation for APLIC
    MSI-mode
  hw/intc/riscv_aplic: Fix in_clrip[x] read emulation

 hw/intc/riscv_aplic.c | 37 +++++++++++++++++++++++++++++++------
 1 file changed, 31 insertions(+), 6 deletions(-)

Comments

Alistair Francis March 7, 2024, 2:28 a.m. UTC | #1
On Wed, Mar 6, 2024 at 7:57 PM Anup Patel <apatel@ventanamicro.com> wrote:
>
> Few fixes for RISC-V APLIC discovered during Linux AIA patch reviews.
>
> These patches can also be found in the apatel_aplic_fixes_v1 branch at:
> https://github.com/avpatel/qemu.git
>
> Anup Patel (2):
>   hw/intc/riscv_aplic: Fix setipnum_le write emulation for APLIC
>     MSI-mode
>   hw/intc/riscv_aplic: Fix in_clrip[x] read emulation

Thanks!

Applied to riscv-to-apply.next

Alistair

>
>  hw/intc/riscv_aplic.c | 37 +++++++++++++++++++++++++++++++------
>  1 file changed, 31 insertions(+), 6 deletions(-)
>
> --
> 2.34.1
>
>