qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PULL 0/7] loongarch patch queue


From: Richard Henderson
Subject: Re: [PULL 0/7] loongarch patch queue
Date: Fri, 5 Aug 2022 16:47:26 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]