[PULL 0/8] loongarch-to-apply queue

Song Gao posted 8 patches 1 month, 1 week 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.c                   |   6 +-
target/loongarch/cpu.c                | 160 +++++++++++++++++++++++++++++++++-
target/loongarch/cpu.h                |  24 ++++-
target/loongarch/loongarch-qmp-cmds.c |  46 +++++++---
4 files changed, 217 insertions(+), 19 deletions(-)
[PULL 0/8] loongarch-to-apply queue
Posted by Song Gao 1 month, 1 week ago
The following changes since commit ffcf1a7981793973ffbd8100a7c3c6042d02ae23:

  Merge tag 'pull-11.0-testing-updates-270226-2' of https://gitlab.com/stsquad/qemu into staging (2026-02-28 14:30:23 +0000)

are available in the Git repository at:

  https://github.com/gaosong715/qemu.git tags/pull-loongarch-20260302

for you to fetch changes up to 45e3ef638e73799815a07a31041afe162d856dc3:

  target/loongarch: Add some CPUCFG bits with host CPU model (2026-03-02 18:02:38 +0800)

----------------------------------------------------------------
pull-loongarch-20260302

----------------------------------------------------------------
Bibo Mao (8):
      target/loongarch: Add missing vCPU features with QMP method
      target/loongarch: Add full type support with query-cpu-model-expansion
      target/loongarch: Add property set with query-cpu-model-expansion
      target/loongarch: Add detailed information with CPU Product ID
      target/loongarch: Add default cpucfg3 with LA464 CPU
      target/loongarch: Add generic CPU model information
      target/loongarch: Add host CPU model in kvm mode
      target/loongarch: Add some CPUCFG bits with host CPU model

 hw/loongarch/virt.c                   |   6 +-
 target/loongarch/cpu.c                | 160 +++++++++++++++++++++++++++++++++-
 target/loongarch/cpu.h                |  24 ++++-
 target/loongarch/loongarch-qmp-cmds.c |  46 +++++++---
 4 files changed, 217 insertions(+), 19 deletions(-)
Re: [PULL 0/8] loongarch-to-apply queue
Posted by Peter Maydell 1 month, 1 week ago
On Tue, 3 Mar 2026 at 01:17, Song Gao <gaosong@loongson.cn> wrote:
>
> The following changes since commit ffcf1a7981793973ffbd8100a7c3c6042d02ae23:
>
>   Merge tag 'pull-11.0-testing-updates-270226-2' of https://gitlab.com/stsquad/qemu into staging (2026-02-28 14:30:23 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/gaosong715/qemu.git tags/pull-loongarch-20260302
>
> for you to fetch changes up to 45e3ef638e73799815a07a31041afe162d856dc3:
>
>   target/loongarch: Add some CPUCFG bits with host CPU model (2026-03-02 18:02:38 +0800)
>
> ----------------------------------------------------------------
> pull-loongarch-20260302
>
> ----------------------------------------------------------------
> Bibo Mao (8):
>       target/loongarch: Add missing vCPU features with QMP method
>       target/loongarch: Add full type support with query-cpu-model-expansion
>       target/loongarch: Add property set with query-cpu-model-expansion
>       target/loongarch: Add detailed information with CPU Product ID
>       target/loongarch: Add default cpucfg3 with LA464 CPU
>       target/loongarch: Add generic CPU model information
>       target/loongarch: Add host CPU model in kvm mode
>       target/loongarch: Add some CPUCFG bits with host CPU model



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.0
for any user-visible changes.

-- PMM