[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/8] loongarch-to-apply queue
From: |
Bibo Mao |
Subject: |
[PULL 0/8] loongarch-to-apply queue |
Date: |
Tue, 6 May 2025 09:55:45 +0800 |
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(-)
- [PULL 0/8] loongarch-to-apply queue,
Bibo Mao <=
- [PULL 3/8] hw/intc/loongarch_extioi: Replace legacy reset callback with new api, Bibo Mao, 2025/05/05
- [PULL 7/8] hw/loongarch/virt: Replace RSDT with XSDT table, Bibo Mao, 2025/05/05
- [PULL 5/8] hw/intc/loongarch_pch: Replace legacy reset callback with new api, Bibo Mao, 2025/05/05
- [PULL 2/8] hw/intc/loongarch_extioi: Add reset support, Bibo Mao, 2025/05/05
- [PULL 6/8] hw/loongarch/virt: Get physical entry address with elf file, Bibo Mao, 2025/05/05
- [PULL 4/8] hw/intc/loongarch_pch: Add reset support, Bibo Mao, 2025/05/05
- [PULL 8/8] hw/loongarch/virt: Allow user to customize OEM ID and OEM table ID, Bibo Mao, 2025/05/05
- [PULL 1/8] hw/intc/loongarch_ipi: Add reset support, Bibo Mao, 2025/05/05
- Re: [PULL 0/8] loongarch-to-apply queue, Stefan Hajnoczi, 2025/05/07