[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL v2 0/6] loongarch-to-apply queue
From: |
Bibo Mao |
Subject: |
[PULL v2 0/6] loongarch-to-apply queue |
Date: |
Fri, 27 Dec 2024 14:22:02 +0800 |
The following changes since commit 38d0939b86e2eef6f6a622c6f1f7befda0146595:
Merge tag 'pull-vfio-20241226' of https://github.com/legoater/qemu into
staging (2024-12-26 04:38:38 -0500)
are available in the Git repository at:
https://gitlab.com/bibo-mao/qemu.git tags/pull-loongarch-20241227
for you to fetch changes up to 5e360dabedb1ab1f15cce27a134ccbe4b8e18424:
target/loongarch: Use auto method with LASX feature (2024-12-27 11:33:06
+0800)
----------------------------------------------------------------
pull-loongarch-20241227
v1 ... v2
1. Modify patch auther inconsistent with SOB
----------------------------------------------------------------
Bibo Mao (5):
target/loongarch: Use actual operand size with vbsrl check
hw/loongarch/virt: Create fdt table on machine creation done notification
hw/loongarch/virt: Improve fdt table creation for CPU object
target/loongarch: Use auto method with LSX feature
target/loongarch: Use auto method with LASX feature
Guo Hongyu (1):
target/loongarch: Fix vldi inst
hw/loongarch/virt.c | 142 ++++++++++++++----------
target/loongarch/cpu.c | 86 ++++++++------
target/loongarch/cpu.h | 4 +
target/loongarch/kvm/kvm.c | 107 ++++++++++++++++++
target/loongarch/tcg/insn_trans/trans_vec.c.inc | 4 +-
5 files changed, 249 insertions(+), 94 deletions(-)
- [PULL v2 0/6] loongarch-to-apply queue,
Bibo Mao <=
- [PULL v2 1/6] target/loongarch: Fix vldi inst, Bibo Mao, 2024/12/27
- [PULL v2 2/6] target/loongarch: Use actual operand size with vbsrl check, Bibo Mao, 2024/12/27
- [PULL v2 4/6] hw/loongarch/virt: Improve fdt table creation for CPU object, Bibo Mao, 2024/12/27
- [PULL v2 3/6] hw/loongarch/virt: Create fdt table on machine creation done notification, Bibo Mao, 2024/12/27
- [PULL v2 5/6] target/loongarch: Use auto method with LSX feature, Bibo Mao, 2024/12/27
- [PULL v2 6/6] target/loongarch: Use auto method with LASX feature, Bibo Mao, 2024/12/27
- Re: [PULL v2 0/6] loongarch-to-apply queue, Stefan Hajnoczi, 2024/12/28