[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-commits] [qemu/qemu] 1c15dd: target/loongarch/gdbstub: Add vector
From: |
Richard Henderson |
Subject: |
[Qemu-commits] [qemu/qemu] 1c15dd: target/loongarch/gdbstub: Add vector registers sup... |
Date: |
Thu, 18 Jul 2024 23:29:14 -0700 |
Branch: refs/heads/staging
Home: https://github.com/qemu/qemu
Commit: 1c15dd632bf05a1649f8314d103efe47cde32e84
https://github.com/qemu/qemu/commit/1c15dd632bf05a1649f8314d103efe47cde32e84
Author: Song Gao <gaosong@loongson.cn>
Date: 2024-07-19 (Fri, 19 Jul 2024)
Changed paths:
M configs/targets/loongarch64-linux-user.mak
M configs/targets/loongarch64-softmmu.mak
A gdb-xml/loongarch-lasx.xml
A gdb-xml/loongarch-lsx.xml
M target/loongarch/gdbstub.c
Log Message:
-----------
target/loongarch/gdbstub: Add vector registers support
GDB already support LoongArch vector extension[1], QEMU gdb adds
LoongArch vector registers support, so that users can use 'info all-registers'
to get all vector registers values.
[1]:
https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=1e9569f383a3d5a88ee07d0c2401bd95613c222e
Signed-off-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewd-by: Bibo Mao <maobibo@loongson.cn>
Message-Id: <20240711024454.3075183-1-gaosong@loongson.cn>
Commit: a00c22e5052dacb334b5c7865f4edb0035639864
https://github.com/qemu/qemu/commit/a00c22e5052dacb334b5c7865f4edb0035639864
Author: Song Gao <gaosong@loongson.cn>
Date: 2024-07-19 (Fri, 19 Jul 2024)
Changed paths:
M include/hw/intc/loongarch_extioi.h
Log Message:
-----------
hw/loongarch: Remove unimplemented extioi INT_encode mode
Remove extioi INT_encode encode mode, because we don't emulate it.
Signed-off-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Bibo Mao <maobibo@loongson.cn>
Message-Id: <20240718083254.748179-1-gaosong@loongson.cn>
Commit: 3ed016f525c8010e66be62d3ca6829eaa9b7cfb5
https://github.com/qemu/qemu/commit/3ed016f525c8010e66be62d3ca6829eaa9b7cfb5
Author: Xianglai Li <lixianglai@loongson.cn>
Date: 2024-07-19 (Fri, 19 Jul 2024)
Changed paths:
M include/hw/loongarch/virt.h
Log Message:
-----------
hw/loongarch: Modify flash block size to 256K
loongarch added a common library for edk2 to
parse flash base addresses through fdt.
For compatibility with other architectures,
the flash block size in qemu is now changed to 256k.
Signed-off-by: Xianglai Li <lixianglai@loongson.cn>
Reviewed-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20240624033319.999631-1-lixianglai@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
Commit: a87a7c449e532130d4fa8faa391ff7e1f04ed660
https://github.com/qemu/qemu/commit/a87a7c449e532130d4fa8faa391ff7e1f04ed660
Author: Richard Henderson <richard.henderson@linaro.org>
Date: 2024-07-19 (Fri, 19 Jul 2024)
Changed paths:
M configs/targets/loongarch64-linux-user.mak
M configs/targets/loongarch64-softmmu.mak
A gdb-xml/loongarch-lasx.xml
A gdb-xml/loongarch-lsx.xml
M include/hw/intc/loongarch_extioi.h
M include/hw/loongarch/virt.h
M target/loongarch/gdbstub.c
Log Message:
-----------
Merge tag 'pull-loongarch-20240719' of https://gitlab.com/gaosong/qemu into
staging
pull-loongarch-20240719
# -----BEGIN PGP SIGNATURE-----
#
# iLMEAAEKAB0WIQS4/x2g0v3LLaCcbCxAov/yOSY+3wUCZpnSRQAKCRBAov/yOSY+
# 3+dmBACzIzU+nnCI0QANYJhEVekXUoo+UVa+PX4dk7OoACDSgq2nQkAQzUoqhzSj
# zjnxTmIevdcUqQ6eU24hNwOT7DEZBk0MIcTZMuG8DRc1wbSo46ORfVGWQkPtMQ25
# ADNS0q/TPnYMtMEfXn2xN/0QrpR99HN8wOVNmYH5/D6/zHMFOw==
# =Vo1H
# -----END PGP SIGNATURE-----
# gpg: Signature made Fri 19 Jul 2024 12:41:09 PM AEST
# gpg: using RSA key B8FF1DA0D2FDCB2DA09C6C2C40A2FFF239263EDF
# gpg: Good signature from "Song Gao <m17746591750@163.com>" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: B8FF 1DA0 D2FD CB2D A09C 6C2C 40A2 FFF2 3926 3EDF
* tag 'pull-loongarch-20240719' of https://gitlab.com/gaosong/qemu:
hw/loongarch: Modify flash block size to 256K
hw/loongarch: Remove unimplemented extioi INT_encode mode
target/loongarch/gdbstub: Add vector registers support
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Compare: https://github.com/qemu/qemu/compare/23fa74974d8c...a87a7c449e53
To unsubscribe from these emails, change your notification settings at
https://github.com/qemu/qemu/settings/notifications
- [Qemu-commits] [qemu/qemu] 1c15dd: target/loongarch/gdbstub: Add vector registers sup...,
Richard Henderson <=