[PULL 00/15] loongarch-to-apply queue

Bibo Mao posted 15 patches 3 weeks, 6 days ago
Only 13 patches received!
There is a newer version of this series
hw/intc/loongarch_extioi.c        |   8 +-
hw/intc/loongarch_extioi_common.c |  84 ++++++++++-
hw/intc/loongarch_ipi.c           |  71 +++++++++
hw/loongarch/Kconfig              |   1 +
hw/loongarch/virt-acpi-build.c    |  35 ++++-
hw/loongarch/virt.c               | 301 ++++++++++++++++++++++++++++++++++----
include/hw/loongarch/virt.h       |   1 +
target/loongarch/cpu.c            |  25 +++-
target/loongarch/cpu.h            |  11 ++
9 files changed, 493 insertions(+), 44 deletions(-)
[PULL 00/15] loongarch-to-apply queue
Posted by Bibo Mao 3 weeks, 6 days ago
The following changes since commit 661c2e1ab29cd9c4d268ae3f44712e8d421c0e56:

  scripts/checkpatch: Fix a typo (2025-03-04 09:30:26 +0800)

are available in the Git repository at:

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

for you to fetch changes up to 0a629c827300d514cc1f61806414d214fcf75051:

  target/loongarch: Adjust the cpu reset action to a proper position (2025-03-05 09:45:52 +0800)

----------------------------------------------------------------
pull-loongarch-20250305 queue

----------------------------------------------------------------
Bibo Mao (14):
      hw/intc/loongarch_ipi: Add basic hotplug framework
      hw/intc/loongarch_ipi: Implment cpu hotplug interface
      hw/intc/loongarch_ipi: Notify ipi object when cpu is plugged
      hw/intc/loongarch_extioi: Move gpio irq initial to common code
      hw/intc/loongarch_extioi: Add basic hotplug framework
      hw/intc/loongarch_extioi: Implment cpu hotplug interface
      hw/intc/loongarch_extioi: Use cpu plug notification
      hw/loongarch/virt: Add CPU topology support
      hw/loongarch/virt: Add topo properties on CPU object
      hw/loongarch/virt: Add basic cpu plug interface framework
      hw/loongarch/virt: Implement cpu unplug interface
      hw/loongarch/virt: Implement cpu plug interface
      hw/loongarch/virt: Update the ACPI table for hotplug cpu
      hw/loongarch/virt: Enable cpu hotplug feature on virt machine

Xianglai Li (1):
      target/loongarch: Adjust the cpu reset action to a proper position

 hw/intc/loongarch_extioi.c        |   8 +-
 hw/intc/loongarch_extioi_common.c |  84 ++++++++++-
 hw/intc/loongarch_ipi.c           |  71 +++++++++
 hw/loongarch/Kconfig              |   1 +
 hw/loongarch/virt-acpi-build.c    |  35 ++++-
 hw/loongarch/virt.c               | 301 ++++++++++++++++++++++++++++++++++----
 include/hw/loongarch/virt.h       |   1 +
 target/loongarch/cpu.c            |  25 +++-
 target/loongarch/cpu.h            |  11 ++
 9 files changed, 493 insertions(+), 44 deletions(-)