The following changes since commit b254e486242466dad881fc2bbfa215f1b67cd30f:

  Merge tag 'pull-riscv-to-apply-20260109' of 
https://github.com/alistair23/qemu into staging (2026-01-10 10:31:57 +1100)

are available in the Git repository at:

  https://github.com/bibo-mao/qemu.git tags/pull-loongarch-20260112

for you to fetch changes up to 1a8d5e95d70ab1bdbc2a39065e9864f4201e519f:

  hw/loongarch/virt: Add property highmem-mmio-size with virt machine 
(2026-01-12 14:58:01 +0800)

----------------------------------------------------------------
pull-loongarch-20260112 queue

----------------------------------------------------------------
Bibo Mao (10):
      target/loongarch: Add PMU migration support in KVM mode
      target/loongarch: Call function loongarch_la464_init_csr() after realized
      target/loongarch: Add PMU register dump support in KVM
      hw/loongarch/virt: Add field ram_end in LoongArchVirtMachineState
      hw/loongarch/virt: Add field gpex in LoongArchVirtMachineState
      hw/loongarch/virt: Get irq number from gpex config info
      hw/loongarch/virt: Get PCI info from gpex config info
      hw/loongarch/virt: Add property highmem_mmio with virt machine
      hw/loongarch/virt: Add high MMIO support with GPEX host
      hw/loongarch/virt: Add property highmem-mmio-size with virt machine

 hw/loongarch/virt-acpi-build.c |  17 +---
 hw/loongarch/virt-fdt-build.c  |  43 +++++++---
 hw/loongarch/virt.c            | 175 ++++++++++++++++++++++++++++++++++++++---
 include/hw/loongarch/virt.h    |   5 +-
 target/loongarch/cpu-csr.h     |   4 +
 target/loongarch/cpu.c         |  11 ++-
 target/loongarch/cpu.h         |   4 +
 target/loongarch/csr.c         |  32 ++++++++
 target/loongarch/kvm/kvm.c     |  54 ++++++++++++-
 target/loongarch/machine.c     |  21 +++++
 10 files changed, 322 insertions(+), 44 deletions(-)


Reply via email to