mbox

[PULL,0/7] loongarch patch queue

Message ID 20220805195515.349768-1-richard.henderson@linaro.org
State New
Headers show

Pull-request

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

Message

Richard Henderson Aug. 5, 2022, 7:55 p.m. UTC
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

Comments

Richard Henderson Aug. 5, 2022, 11:47 p.m. UTC | #1
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