[PATCH v5 0/3] Add irq number property for loongarch pch interrupt controller

Tianrui Zhao posted 3 patches 1 year, 3 months ago
Only 1 patches received!
hw/intc/loongarch_pch_msi.c         | 29 +++++++++++++++++++++---
hw/intc/loongarch_pch_pic.c         | 35 +++++++++++++++++++++++++----
hw/loongarch/virt.c                 | 19 ++++++++++------
include/hw/intc/loongarch_pch_msi.h |  9 ++++----
include/hw/intc/loongarch_pch_pic.h |  6 ++---
include/hw/pci-host/ls7a.h          |  2 +-
6 files changed, 77 insertions(+), 23 deletions(-)
[PATCH v5 0/3] Add irq number property for loongarch pch interrupt controller
Posted by Tianrui Zhao 1 year, 3 months ago
This series add irq number property for loongarch pch_msi
and pch_pic interrupt controller.

Changes for v5:
(1) Remove unreachable check after using g_new() to alloc msi irq.
(2) Use deposit32() to generate the value of pch pic irq info.

Changes for v4:
(1) Change the default irq number of pch pic to 32.
(2) Change the default irq number of pch msi to 224(256 - 32).
(3) Move the 'PCH_PIC_IRQ_NUM' macro to pci-host/ls7a.h
    and add prefix 'VIRT' on it to keep standard format.

Changes for v3:
(1) Fix the valid range of msi_irq_num, it will trigger error_setg() when
irq_num is invalid.
(2) Using g_new() to alloc msi_irqs when pch_msi realize.
(3) Using EXTIOI_IRQS macro to replace the 256 irq number.

Changes for v2:
(1) Free pch_msi_irq array in pch_msi_unrealize().

Changes for v1:
(1) Add irq number property for loongarch_pch_msi.
(2) Add irq number property for loongarch_pch_pic.

Tianrui Zhao (3):
  hw/intc/loongarch_pch_msi: add irq number property
  hw/intc/loongarch_pch_pic: add irq number property
  hw/intc/loongarch_pch: Change default irq number of pch irq controller

 hw/intc/loongarch_pch_msi.c         | 29 +++++++++++++++++++++---
 hw/intc/loongarch_pch_pic.c         | 35 +++++++++++++++++++++++++----
 hw/loongarch/virt.c                 | 19 ++++++++++------
 include/hw/intc/loongarch_pch_msi.h |  9 ++++----
 include/hw/intc/loongarch_pch_pic.h |  6 ++---
 include/hw/pci-host/ls7a.h          |  2 +-
 6 files changed, 77 insertions(+), 23 deletions(-)

-- 
2.31.1