All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/8] loongarch-to-apply queue
@ 2025-01-16  2:17 Bibo Mao
  2025-01-16  2:17 ` [PULL 1/8] target/loongarch: Add page table walker support for debugger usage Bibo Mao
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Bibo Mao @ 2025-01-16  2:17 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: qemu-devel, Song Gao, Jiaxun Yang, Huacai Chen

The following changes since commit 7433709a147706ad7d1956b15669279933d0f82b:

  Merge tag 'hw-misc-20250113' of https://github.com/philmd/qemu into staging (2025-01-14 12:46:56 -0500)

are available in the Git repository at:

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

for you to fetch changes up to bb81f237401b5f89f6bba21d9d4f50e0073372a6:

  hw/intc/loongarch_ipi: Use alternative implemation for cpu_by_arch_id (2025-01-15 14:36:19 +0800)

----------------------------------------------------------------
pull-loongarch-20250116 queue

----------------------------------------------------------------
Bibo Mao (7):
      hw/intc/loongarch_ipi: Implement realize interface
      hw/intc/loongson_ipi: Remove num_cpu from loongson_ipi_common
      hw/intc/loongson_ipi: Remove property num_cpu from loongson_ipi_common
      hw/intc/loongarch_ipi: Get cpu number from possible_cpu_arch_ids
      hw/intc/loongarch_ipi: Remove property num-cpu
      hw/intc/loongson_ipi: Add more input parameter for cpu_by_arch_id
      hw/intc/loongarch_ipi: Use alternative implemation for cpu_by_arch_id

Miao Hao (1):
      target/loongarch: Add page table walker support for debugger usage

 hw/intc/loongarch_ipi.c               | 69 ++++++++++++++++++-------
 hw/intc/loongson_ipi.c                | 43 +++++++++++++++-
 hw/intc/loongson_ipi_common.c         | 41 +++++----------
 hw/loongarch/virt.c                   |  1 -
 include/hw/intc/loongarch_ipi.h       |  1 +
 include/hw/intc/loongson_ipi_common.h |  5 +-
 target/loongarch/cpu_helper.c         | 94 +++++++++++++++++++++++++++++++++--
 target/loongarch/internals.h          |  4 +-
 target/loongarch/tcg/tlb_helper.c     |  4 +-
 9 files changed, 203 insertions(+), 59 deletions(-)



^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PULL 0/8] loongarch-to-apply queue
@ 2025-04-28  4:03 Bibo Mao
  2025-04-29 14:04 ` Stefan Hajnoczi
  0 siblings, 1 reply; 17+ messages in thread
From: Bibo Mao @ 2025-04-28  4:03 UTC (permalink / raw)
  To: Song Gao; +Cc: qemu-devel

The following changes since commit 019fbfa4bcd2d3a835c241295e22ab2b5b56129b:

  Merge tag 'pull-misc-2025-04-24' of https://repo.or.cz/qemu/armbru into staging (2025-04-24 13:44:57 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 55985a3fd236acab9e4c16c198246fcace766155:

  hw/loongarch/virt: Allow user to customize OEM ID and OEM table ID (2025-04-28 11:39:20 +0800)

----------------------------------------------------------------
pull-loongarch-20250428 queue

----------------------------------------------------------------
Bibo Mao (8):
      hw/intc/loongarch_ipi: Add reset support
      hw/intc/loongarch_extioi: Add reset support
      hw/intc/loongarch_extioi: Replace legacy reset callback with new api
      hw/intc/loongarch_pch: Add reset support
      hw/intc/loongarch_pch: Replace legacy reset callback with new api
      hw/loongarch/virt: Get physical entry address with elf file
      hw/loongarch/virt: Replace RSDT with XSDT table
      hw/loongarch/virt: Allow user to customize OEM ID and OEM table ID

 hw/intc/loongarch_extioi.c                | 12 ++++---
 hw/intc/loongarch_extioi_common.c         | 41 ++++++++++++++++++++++
 hw/intc/loongarch_ipi.c                   | 29 ++++++++++++++++
 hw/intc/loongarch_pch_pic.c               | 26 +++++---------
 hw/intc/loongarch_pic_common.c            | 25 +++++++++++++
 hw/loongarch/boot.c                       |  1 +
 hw/loongarch/virt-acpi-build.c            | 12 +++----
 hw/loongarch/virt.c                       | 58 +++++++++++++++++++++++++++++++
 include/hw/intc/loongarch_extioi.h        |  1 +
 include/hw/intc/loongarch_extioi_common.h |  1 +
 include/hw/intc/loongarch_ipi.h           |  1 +
 include/hw/intc/loongarch_pch_pic.h       |  1 +
 include/hw/intc/loongarch_pic_common.h    |  1 +
 13 files changed, 181 insertions(+), 28 deletions(-)



^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PULL 0/8] loongarch-to-apply queue
@ 2025-05-06  1:55 Bibo Mao
  2025-05-07 13:17 ` Stefan Hajnoczi
  0 siblings, 1 reply; 17+ messages in thread
From: Bibo Mao @ 2025-05-06  1:55 UTC (permalink / raw)
  To: Song Gao; +Cc: qemu-devel

The following changes since commit 5134cf9b5d3aee4475fe7e1c1c11b093731073cf:

  Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2025-04-30 13:34:44 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 445c9c645befa759b95b21108447704ab328ae03:

  hw/loongarch/virt: Allow user to customize OEM ID and OEM table ID (2025-05-06 09:17:32 +0800)

----------------------------------------------------------------
pull-loongarch-20250506 queue

----------------------------------------------------------------
Bibo Mao (8):
      hw/intc/loongarch_ipi: Add reset support
      hw/intc/loongarch_extioi: Add reset support
      hw/intc/loongarch_extioi: Replace legacy reset callback with new api
      hw/intc/loongarch_pch: Add reset support
      hw/intc/loongarch_pch: Replace legacy reset callback with new api
      hw/loongarch/virt: Get physical entry address with elf file
      hw/loongarch/virt: Replace RSDT with XSDT table
      hw/loongarch/virt: Allow user to customize OEM ID and OEM table ID

 hw/intc/loongarch_extioi.c                | 12 ++++---
 hw/intc/loongarch_extioi_common.c         | 41 ++++++++++++++++++++++
 hw/intc/loongarch_ipi.c                   | 29 ++++++++++++++++
 hw/intc/loongarch_pch_pic.c               | 26 +++++---------
 hw/intc/loongarch_pic_common.c            | 25 +++++++++++++
 hw/loongarch/boot.c                       |  1 +
 hw/loongarch/virt-acpi-build.c            | 12 +++----
 hw/loongarch/virt.c                       | 58 +++++++++++++++++++++++++++++++
 include/hw/intc/loongarch_extioi.h        |  1 +
 include/hw/intc/loongarch_extioi_common.h |  1 +
 include/hw/intc/loongarch_ipi.h           |  1 +
 include/hw/intc/loongarch_pch_pic.h       |  1 +
 include/hw/intc/loongarch_pic_common.h    |  1 +
 tests/tcg/loongarch64/system/kernel.ld    |  2 +-
 14 files changed, 182 insertions(+), 29 deletions(-)



^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PULL 0/8] loongarch-to-apply queue
@ 2026-03-03  0:50 Song Gao
  2026-03-05 16:56 ` Peter Maydell
  0 siblings, 1 reply; 17+ messages in thread
From: Song Gao @ 2026-03-03  0:50 UTC (permalink / raw)
  To: qemu-devel

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(-)



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2026-03-05 16:57 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-16  2:17 [PULL 0/8] loongarch-to-apply queue Bibo Mao
2025-01-16  2:17 ` [PULL 1/8] target/loongarch: Add page table walker support for debugger usage Bibo Mao
2025-01-16  2:17 ` [PULL 2/8] hw/intc/loongarch_ipi: Implement realize interface Bibo Mao
2025-01-16  2:17 ` [PULL 3/8] hw/intc/loongson_ipi: Remove num_cpu from loongson_ipi_common Bibo Mao
2025-01-16  2:17 ` [PULL 4/8] hw/intc/loongson_ipi: Remove property " Bibo Mao
2025-01-16  2:17 ` [PULL 5/8] hw/intc/loongarch_ipi: Get cpu number from possible_cpu_arch_ids Bibo Mao
2025-01-16  2:17 ` [PULL 6/8] hw/intc/loongarch_ipi: Remove property num-cpu Bibo Mao
2025-01-16  2:17 ` [PULL 7/8] hw/intc/loongson_ipi: Add more input parameter for cpu_by_arch_id Bibo Mao
2025-01-16  2:17 ` [PULL 8/8] hw/intc/loongarch_ipi: Use alternative implemation " Bibo Mao
2025-01-16 22:10 ` [PULL 0/8] loongarch-to-apply queue Stefan Hajnoczi
  -- strict thread matches above, loose matches on Subject: below --
2025-04-28  4:03 Bibo Mao
2025-04-29 14:04 ` Stefan Hajnoczi
2025-04-30  6:35   ` bibo mao
2025-05-06  1:55 Bibo Mao
2025-05-07 13:17 ` Stefan Hajnoczi
2026-03-03  0:50 Song Gao
2026-03-05 16:56 ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.