[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/3] loongarch-to-apply queue
From: |
Song Gao |
Subject: |
[PULL 0/3] loongarch-to-apply queue |
Date: |
Fri, 19 Jul 2024 10:26:01 +0800 |
The following changes since commit 23fa74974d8c96bc95cbecc0d4e2d90f984939f6:
Merge tag 'pull-target-arm-20240718' of
https://git.linaro.org/people/pmaydell/qemu-arm into staging (2024-07-19
07:02:17 +1000)
are available in the Git repository at:
https://gitlab.com/gaosong/qemu.git tags/pull-loongarch-20240719
for you to fetch changes up to 3ed016f525c8010e66be62d3ca6829eaa9b7cfb5:
hw/loongarch: Modify flash block size to 256K (2024-07-19 10:40:04 +0800)
----------------------------------------------------------------
pull-loongarch-20240719
----------------------------------------------------------------
Song Gao (2):
target/loongarch/gdbstub: Add vector registers support
hw/loongarch: Remove unimplemented extioi INT_encode mode
Xianglai Li (1):
hw/loongarch: Modify flash block size to 256K
configs/targets/loongarch64-linux-user.mak | 2 +-
configs/targets/loongarch64-softmmu.mak | 2 +-
gdb-xml/loongarch-lasx.xml | 60 ++++++++++++++++++++++++
gdb-xml/loongarch-lsx.xml | 59 ++++++++++++++++++++++++
include/hw/intc/loongarch_extioi.h | 1 -
include/hw/loongarch/virt.h | 2 +-
target/loongarch/gdbstub.c | 73 +++++++++++++++++++++++++++++-
7 files changed, 193 insertions(+), 6 deletions(-)
create mode 100644 gdb-xml/loongarch-lasx.xml
create mode 100644 gdb-xml/loongarch-lsx.xml