[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL v2 0/8] loongarch-to-apply queue
From: |
Song Gao |
Subject: |
[PULL v2 0/8] loongarch-to-apply queue |
Date: |
Fri, 12 Jul 2024 09:36:24 +0800 |
The following changes since commit 23901b2b721c0576007ab7580da8aa855d6042a9:
Merge tag 'pull-target-arm-20240711' of
https://git.linaro.org/people/pmaydell/qemu-arm into staging (2024-07-11
12:00:00 -0700)
are available in the Git repository at:
https://gitlab.com/gaosong/qemu.git tags/pull-loongarch-20240712
for you to fetch changes up to 3ef4b21a5c767ff0b15047e709762abef490ad07:
target/loongarch: Fix cpu_reset set wrong CSR_CRMD (2024-07-12 09:41:18 +0800)
----------------------------------------------------------------
pull-loongarch-20240712
v2: drop patch 'hw/loongarch: Modify flash block size to 256K'.
----------------------------------------------------------------
Bibo Mao (2):
hw/loongarch/virt: Remove unused assignment
target/loongarch/kvm: Add software breakpoint support
Dmitry Frolov (1):
hw/loongarch/boot.c: fix out-of-bound reading
Feiyang Chen (1):
target/loongarch: Remove avail_64 in trans_srai_w() and simplify it
Jiaxun Yang (1):
MAINTAINERS: Add myself as a reviewer of LoongArch virt machine
Song Gao (2):
target/loongarch: Set CSR_PRCFG1 and CSR_PRCFG2 values
target/loongarch: Fix cpu_reset set wrong CSR_CRMD
Xianglai Li (1):
hw/loongarch: Change the tpm support by default
MAINTAINERS | 1 +
configs/targets/loongarch64-softmmu.mak | 1 +
hw/loongarch/Kconfig | 1 +
hw/loongarch/acpi-build.c | 3 +
hw/loongarch/boot.c | 2 +-
hw/loongarch/virt.c | 15 +++--
target/loongarch/cpu.c | 23 ++++---
target/loongarch/kvm/kvm.c | 76 +++++++++++++++++++++++
target/loongarch/tcg/insn_trans/trans_shift.c.inc | 15 +----
9 files changed, 108 insertions(+), 29 deletions(-)
- [PULL v2 0/8] loongarch-to-apply queue,
Song Gao <=
- [PULL v2 4/8] MAINTAINERS: Add myself as a reviewer of LoongArch virt machine, Song Gao, 2024/07/11
- [PULL v2 5/8] target/loongarch/kvm: Add software breakpoint support, Song Gao, 2024/07/11
- [PULL v2 1/8] hw/loongarch/boot.c: fix out-of-bound reading, Song Gao, 2024/07/11
- [PULL v2 2/8] hw/loongarch: Change the tpm support by default, Song Gao, 2024/07/11
- [PULL v2 7/8] target/loongarch: Set CSR_PRCFG1 and CSR_PRCFG2 values, Song Gao, 2024/07/11
- [PULL v2 8/8] target/loongarch: Fix cpu_reset set wrong CSR_CRMD, Song Gao, 2024/07/11
- [PULL v2 3/8] hw/loongarch/virt: Remove unused assignment, Song Gao, 2024/07/11
- [PULL v2 6/8] target/loongarch: Remove avail_64 in trans_srai_w() and simplify it, Song Gao, 2024/07/11
- Re: [PULL v2 0/8] loongarch-to-apply queue, Richard Henderson, 2024/07/12