[PULL 0/6] loongarch64 patch queue

Richard Henderson posted 6 patches 1 year, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220705105957.1144514-1-richard.henderson@linaro.org
Maintainers: Xiaojuan Yang <yangxiaojuan@loongson.cn>, Song Gao <gaosong@loongson.cn>, Laurent Vivier <laurent@vivier.eu>, Stefan Weil <sw@weilnetz.de>, Richard Henderson <richard.henderson@linaro.org>
include/hw/intc/loongarch_ipi.h |  7 ++--
tcg/tci/tcg-target.h            |  5 ---
hw/intc/loongarch_ipi.c         | 92 +++++++++++++++++++++++++++--------------
hw/loongarch/loongson3.c        |  5 ++-
hw/rtc/ls7a_rtc.c               | 27 +++---------
target/loongarch/cpu.c          |  1 +
tcg/tci/tcg-target.c.inc        |  7 ----
scripts/qemu-binfmt-conf.sh     |  3 ++
8 files changed, 80 insertions(+), 67 deletions(-)
[PULL 0/6] loongarch64 patch queue
Posted by Richard Henderson 1 year, 10 months ago
The following changes since commit 1437479e5ee1a49ccd84cad9e7b010fb2ee9d805:

  Merge tag 'pull-la-20220704' of https://gitlab.com/rth7680/qemu into staging (2022-07-04 16:37:13 +0530)

are available in the Git repository at:

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

for you to fetch changes up to bf7ce37f8f40149dfa354bdb74810c8e586a11e4:

  hw/intc/loongarch_ipi: Fix mail send and any send function (2022-07-05 16:25:17 +0530)

----------------------------------------------------------------
Loongarch patch queue:

Build fix for --enable-debug --enable-tcg-interpreter.
Build fix for ls7a_rtc.
Clear tlb on reset.
Fixes for ipi mailboxes.
Minor tweak to scripts/qemu-binfmt-conf.

----------------------------------------------------------------
Richard Henderson (2):
      hw/rtc/ls7a_rtc: Drop unused inline functions
      tcg/tci: Remove CONFIG_DEBUG_TCG_INTERPRETER

Song Gao (2):
      target/loongarch: Clean up tlb when cpu reset
      scripts/qemu-binfmt-conf: Add LoongArch to qemu_get_family()

Xiaojuan Yang (2):
      hw/intc/loongarch_ipi: Fix ipi device access of 64bits
      hw/intc/loongarch_ipi: Fix mail send and any send function

 include/hw/intc/loongarch_ipi.h |  7 ++--
 tcg/tci/tcg-target.h            |  5 ---
 hw/intc/loongarch_ipi.c         | 92 +++++++++++++++++++++++++++--------------
 hw/loongarch/loongson3.c        |  5 ++-
 hw/rtc/ls7a_rtc.c               | 27 +++---------
 target/loongarch/cpu.c          |  1 +
 tcg/tci/tcg-target.c.inc        |  7 ----
 scripts/qemu-binfmt-conf.sh     |  3 ++
 8 files changed, 80 insertions(+), 67 deletions(-)
Re: [PULL 0/6] loongarch64 patch queue
Posted by Richard Henderson 1 year, 10 months ago
On 7/5/22 16:29, Richard Henderson wrote:
> The following changes since commit 1437479e5ee1a49ccd84cad9e7b010fb2ee9d805:
> 
>    Merge tag 'pull-la-20220704' of https://gitlab.com/rth7680/qemu into staging (2022-07-04 16:37:13 +0530)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/rth7680/qemu.git tags/pull-la-20220705
> 
> for you to fetch changes up to bf7ce37f8f40149dfa354bdb74810c8e586a11e4:
> 
>    hw/intc/loongarch_ipi: Fix mail send and any send function (2022-07-05 16:25:17 +0530)
> 
> ----------------------------------------------------------------
> Loongarch patch queue:
> 
> Build fix for --enable-debug --enable-tcg-interpreter.
> Build fix for ls7a_rtc.
> Clear tlb on reset.
> Fixes for ipi mailboxes.
> Minor tweak to scripts/qemu-binfmt-conf.

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


r~


> 
> ----------------------------------------------------------------
> Richard Henderson (2):
>        hw/rtc/ls7a_rtc: Drop unused inline functions
>        tcg/tci: Remove CONFIG_DEBUG_TCG_INTERPRETER
> 
> Song Gao (2):
>        target/loongarch: Clean up tlb when cpu reset
>        scripts/qemu-binfmt-conf: Add LoongArch to qemu_get_family()
> 
> Xiaojuan Yang (2):
>        hw/intc/loongarch_ipi: Fix ipi device access of 64bits
>        hw/intc/loongarch_ipi: Fix mail send and any send function
> 
>   include/hw/intc/loongarch_ipi.h |  7 ++--
>   tcg/tci/tcg-target.h            |  5 ---
>   hw/intc/loongarch_ipi.c         | 92 +++++++++++++++++++++++++++--------------
>   hw/loongarch/loongson3.c        |  5 ++-
>   hw/rtc/ls7a_rtc.c               | 27 +++---------
>   target/loongarch/cpu.c          |  1 +
>   tcg/tci/tcg-target.c.inc        |  7 ----
>   scripts/qemu-binfmt-conf.sh     |  3 ++
>   8 files changed, 80 insertions(+), 67 deletions(-)