The following changes since commit a11f65ec1b8adcb012b89c92819cbda4dc25aaf1:
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2022-11-01 13:49:33 -0400) are available in the Git repository at: https://gitlab.com/gaosong/qemu.git tags/pull-loongarch-20221103 for you to fetch changes up to d31e2b1af7e6db41e6088679babc3893bd69b4b3: target/loongarch: Fix raise_mmu_exception() set wrong exception_index (2022-11-03 17:59:19 +0800) ---------------------------------------------------------------- pull-loongarch-20221103 ---------------------------------------------------------------- Song Gao (2): target/loongarch: Add exception subcode target/loongarch: Fix raise_mmu_exception() set wrong exception_index Xiaojuan Yang (5): hw/intc: Convert the memops to with_attrs in LoongArch extioi hw/intc: Fix LoongArch extioi coreisr accessing hw/loongarch: Load FDT table into dram memory space hw/loongarch: Improve fdt for LoongArch virt machine hw/loongarch: Add TPM device for LoongArch virt machine hw/intc/loongarch_extioi.c | 41 ++++++++++++++++------------- hw/intc/trace-events | 3 +-- hw/loongarch/acpi-build.c | 50 +++++++++++++++++++++++++++++++++-- hw/loongarch/virt.c | 53 ++++++++++++++++++++++++++++++++----- include/hw/loongarch/virt.h | 3 --- include/hw/pci-host/ls7a.h | 1 + target/loongarch/cpu.c | 8 ++++-- target/loongarch/cpu.h | 58 ++++++++++++++++++++++------------------- target/loongarch/iocsr_helper.c | 19 ++++++++------ target/loongarch/tlb_helper.c | 5 ++-- 10 files changed, 170 insertions(+), 71 deletions(-)