[PULL 00/10] loongarch queue

Bibo Mao posted 10 patches 4 weeks ago
Failed in applying to current master (apply log)
Maintainers: Song Gao <gaosong@loongson.cn>, Bibo Mao <maobibo@loongson.cn>, Jiaxun Yang <jiaxun.yang@flygoat.com>
There is a newer version of this series
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(-)
[PULL 00/10] loongarch queue
Posted by Bibo Mao 4 weeks ago
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(-)
Re: [PULL 00/10] loongarch queue
Posted by Richard Henderson 3 weeks, 6 days ago
On 1/12/26 18:08, Bibo Mao wrote:
> The following changes since commit b254e486242466dad881fc2bbfa215f1b67cd30f:
> 
>    Merge tag 'pull-riscv-to-apply-20260109' ofhttps://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


Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/11.0 as appropriate.

r~