mbox

[PULL,00/11] loongarch-to-apply queue

Message ID 20250225120041.1652869-1-maobibo@loongson.cn (mailing list archive)
State New
Headers show

Pull-request

https://gitlab.com/bibo-mao/qemu.git tags/pull-loongarch-20250225

Message

bibo mao Feb. 25, 2025, noon UTC
The following changes since commit b69801dd6b1eb4d107f7c2f643adf0a4e3ec9124:

  Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging (2025-02-22 05:06:39 +0800)

are available in the Git repository at:

  https://gitlab.com/bibo-mao/qemu.git tags/pull-loongarch-20250225

for you to fetch changes up to db369c11c90b35f3a6ab59ad78564aea5b30c3da:

  target/loongarch: Enable virtual extioi feature (2025-02-25 16:05:31 +0800)

----------------------------------------------------------------
pull-loongarch-20250225 queue

----------------------------------------------------------------
Bibo Mao (10):
      target/loongarch/gdbstub: Fix gdbstub incorrectly handling some registers
      target/loongarch: Correct maximum physical address in KVM mode
      target/loongarch: Add post init function for kvm mode
      target/loongarch: Move kvm specified vCPU property to kvm directory
      target/loongarch: Add vCPU property for paravirt ipi feature
      target/loongarch: Add paravirt ipi feature detection
      target/loongarch: Enable paravirt ipi feature
      target/loongarch: Add vCPU property for kvm steal time feature
      target/loongarch: Add kvm steal time feature detection
      target/loongarch: Enable virtual extioi feature

Xianglai Li (1):
      target/loongarch: fix vcpu reset command word issue

 hw/loongarch/virt.c                   |   8 --
 include/hw/loongarch/virt.h           |   9 ++
 target/loongarch/cpu.c                |  52 ++--------
 target/loongarch/cpu.h                |  13 +++
 target/loongarch/gdbstub.c            |  11 +-
 target/loongarch/kvm/kvm.c            | 186 +++++++++++++++++++++++++++++++++-
 target/loongarch/loongarch-qmp-cmds.c |   2 +-
 7 files changed, 224 insertions(+), 57 deletions(-)