[PULL 0/7] loongarch patch queue

Richard Henderson posted 7 patches 1 year, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220805195515.349768-1-richard.henderson@linaro.org
Maintainers: Xiaojuan Yang <yangxiaojuan@loongson.cn>, Song Gao <gaosong@loongson.cn>, "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Laurent Vivier <laurent@vivier.eu>
There is a newer version of this series
configs/targets/loongarch64-softmmu.mak |  2 +-
target/loongarch/cpu.h                  | 18 +++++++++--
target/loongarch/internals.h            |  3 ++
hw/loongarch/acpi-build.c               | 11 +------
linux-user/loongarch64/signal.c         | 24 ++------------
target/loongarch/cpu.c                  |  8 ++++-
target/loongarch/gdbstub.c              | 43 +++++++++++++++++++------
gdb-xml/loongarch-base64.xml            | 13 ++++----
gdb-xml/loongarch-fpu.xml               | 50 +++++++++++++++++++++++++++++
gdb-xml/loongarch-fpu64.xml             | 57 ---------------------------------
10 files changed, 119 insertions(+), 110 deletions(-)
create mode 100644 gdb-xml/loongarch-fpu.xml
delete mode 100644 gdb-xml/loongarch-fpu64.xml
[PULL 0/7] loongarch patch queue
Posted by Richard Henderson 1 year, 8 months ago
The following changes since commit 09ed077d7fae5f825e18ff9a2004dcdd1b165edb:

  Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent_vivier/qemu into staging (2022-08-04 17:21:13 -0700)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-la-20220805

for you to fetch changes up to 2f149c759ff352399e7a0eca25a62388822d7d13:

  target/loongarch: Update gdb_set_fpu() and gdb_get_fpu() (2022-08-05 10:02:40 -0700)

----------------------------------------------------------------
LoongArch updates:
  Store value in SET_FPU_* macros.
  Fix unused variable Werrors in acpi-build.c
  Update xml to match upstream gdb.

----------------------------------------------------------------
Qi Hu (1):
      target/loongarch: Fix macros SET_FPU_* in cpu.h

Song Gao (6):
      hw/loongarch: remove acpi-build.c unused variable 'aml_len'
      target/loongarch: Fix GDB get the wrong pc
      target/loongarch: add gdb_arch_name()
      target/loongarch: update loongarch-base64.xml
      target/loongarch: Update loongarch-fpu.xml
      target/loongarch: Update gdb_set_fpu() and gdb_get_fpu()

 configs/targets/loongarch64-softmmu.mak |  2 +-
 target/loongarch/cpu.h                  | 18 +++++++++--
 target/loongarch/internals.h            |  3 ++
 hw/loongarch/acpi-build.c               | 11 +------
 linux-user/loongarch64/signal.c         | 24 ++------------
 target/loongarch/cpu.c                  |  8 ++++-
 target/loongarch/gdbstub.c              | 43 +++++++++++++++++++------
 gdb-xml/loongarch-base64.xml            | 13 ++++----
 gdb-xml/loongarch-fpu.xml               | 50 +++++++++++++++++++++++++++++
 gdb-xml/loongarch-fpu64.xml             | 57 ---------------------------------
 10 files changed, 119 insertions(+), 110 deletions(-)
 create mode 100644 gdb-xml/loongarch-fpu.xml
 delete mode 100644 gdb-xml/loongarch-fpu64.xml
Re: [PULL 0/7] loongarch patch queue
Posted by Richard Henderson 1 year, 8 months ago
On 8/5/22 12:55, Richard Henderson wrote:
> The following changes since commit 09ed077d7fae5f825e18ff9a2004dcdd1b165edb:
> 
>    Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent_vivier/qemu into staging (2022-08-04 17:21:13 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/rth7680/qemu.git tags/pull-la-20220805
> 
> for you to fetch changes up to 2f149c759ff352399e7a0eca25a62388822d7d13:
> 
>    target/loongarch: Update gdb_set_fpu() and gdb_get_fpu() (2022-08-05 10:02:40 -0700)
> 
> ----------------------------------------------------------------
> LoongArch updates:
>    Store value in SET_FPU_* macros.
>    Fix unused variable Werrors in acpi-build.c
>    Update xml to match upstream gdb.

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.


r~


> 
> ----------------------------------------------------------------
> Qi Hu (1):
>        target/loongarch: Fix macros SET_FPU_* in cpu.h
> 
> Song Gao (6):
>        hw/loongarch: remove acpi-build.c unused variable 'aml_len'
>        target/loongarch: Fix GDB get the wrong pc
>        target/loongarch: add gdb_arch_name()
>        target/loongarch: update loongarch-base64.xml
>        target/loongarch: Update loongarch-fpu.xml
>        target/loongarch: Update gdb_set_fpu() and gdb_get_fpu()
> 
>   configs/targets/loongarch64-softmmu.mak |  2 +-
>   target/loongarch/cpu.h                  | 18 +++++++++--
>   target/loongarch/internals.h            |  3 ++
>   hw/loongarch/acpi-build.c               | 11 +------
>   linux-user/loongarch64/signal.c         | 24 ++------------
>   target/loongarch/cpu.c                  |  8 ++++-
>   target/loongarch/gdbstub.c              | 43 +++++++++++++++++++------
>   gdb-xml/loongarch-base64.xml            | 13 ++++----
>   gdb-xml/loongarch-fpu.xml               | 50 +++++++++++++++++++++++++++++
>   gdb-xml/loongarch-fpu64.xml             | 57 ---------------------------------
>   10 files changed, 119 insertions(+), 110 deletions(-)
>   create mode 100644 gdb-xml/loongarch-fpu.xml
>   delete mode 100644 gdb-xml/loongarch-fpu64.xml