The following changes since commit d1852caab131ea898134fdcea8c14bc2ee75fbe9:
Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into staging (2023-01-05 16:59:22 +0000) are available in the Git repository at: https://gitlab.com/gaosong/qemu.git pull-loongarch-20230106 for you to fetch changes up to f4d10ce8aa545266a0b6df223a7f8ea2afca18b2: hw/intc/loongarch_pch: Change default irq number of pch irq controller (2023-01-06 14:12:43 +0800) ---------------------------------------------------------------- Add irq number property for loongarch pch interrupt controller ---------------------------------------------------------------- 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(-)