[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/6] loongarch-to-apply queue
From: |
Bibo Mao |
Subject: |
[PULL 0/6] loongarch-to-apply queue |
Date: |
Thu, 9 Jan 2025 14:57:58 +0800 |
The following changes since commit 3f8bcbba3b320c610689576fc47595f1076198dd:
Merge tag 'pull-request-2025-01-08' of https://gitlab.com/thuth/qemu into
staging (2025-01-08 11:38:21 -0500)
are available in the Git repository at:
https://gitlab.com/bibo-mao/qemu.git tags/pull-loongarch-20250109
for you to fetch changes up to c3afa714bcea4c8b014fec99881bd0bdbe8262b8:
hw/intc/loongarch_extioi: Add irq routing support from physical id
(2025-01-09 14:13:41 +0800)
----------------------------------------------------------------
pull-loongarch-20250109
----------------------------------------------------------------
Bibo Mao (4):
target/loongarch: Only support 64bit pte width
hw/intc/loongarch_extioi: Get cpu number from possible_cpu_arch_ids
hw/intc/loongarch_extioi: Remove num-cpu property
hw/intc/loongarch_extioi: Add irq routing support from physical id
Jiaxun Yang (2):
hw/core/loader: Use ssize_t for efi zboot unpacker
hw/loongarch/boot: Support Linux raw boot image
hw/arm/boot.c | 2 +-
hw/core/loader.c | 4 +-
hw/intc/loongarch_extioi.c | 36 +++++++----
hw/intc/loongarch_extioi_common.c | 18 +++++-
hw/loongarch/boot.c | 69 ++++++++++++++++++++++
hw/loongarch/virt.c | 1 -
include/hw/intc/loongarch_extioi_common.h | 2 +
include/hw/loader.h | 2 +-
target/loongarch/helper.h | 1 +
target/loongarch/tcg/csr_helper.c | 21 +++++++
.../tcg/insn_trans/trans_privileged.c.inc | 2 +-
target/loongarch/tcg/tlb_helper.c | 17 +-----
12 files changed, 142 insertions(+), 33 deletions(-)
- [PULL 0/6] loongarch-to-apply queue,
Bibo Mao <=
- [PULL 6/6] hw/intc/loongarch_extioi: Add irq routing support from physical id, Bibo Mao, 2025/01/09
- [PULL 1/6] hw/core/loader: Use ssize_t for efi zboot unpacker, Bibo Mao, 2025/01/09
- [PULL 4/6] hw/intc/loongarch_extioi: Get cpu number from possible_cpu_arch_ids, Bibo Mao, 2025/01/09
- [PULL 5/6] hw/intc/loongarch_extioi: Remove num-cpu property, Bibo Mao, 2025/01/09
- [PULL 2/6] hw/loongarch/boot: Support Linux raw boot image, Bibo Mao, 2025/01/09
- [PULL 3/6] target/loongarch: Only support 64bit pte width, Bibo Mao, 2025/01/09
- Re: [PULL 0/6] loongarch-to-apply queue, Stefan Hajnoczi, 2025/01/09