qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: Max Filippov <jcmvbkbc@gmail.com>, qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>
Subject: Re: [PULL v2 00/18] target/xtensa updates for v7.1
Date: Sat, 7 May 2022 06:13:14 -0500	[thread overview]
Message-ID: <f3de97de-99d6-409c-b753-23087e3207b6@linaro.org> (raw)
In-Reply-To: <20220506224331.3886707-1-jcmvbkbc@gmail.com>

On 5/6/22 17:43, Max Filippov wrote:
> Hello,
> 
> please pull the following updates for the target/xtensa.
> 
> Changes since v1:
> - rebase series to the current master
> - drop big-endian tests enabling patch (cannot test it because of the
>    test infrastructure change)
> - add cache testing opcodes patch
> 
> The following changes since commit 31abf61c4929a91275fe32f1fafe6e6b3e840b2a:
> 
>    Merge tag 'pull-ppc-20220505' of https://gitlab.com/danielhb/qemu into staging (2022-05-05 13:52:22 -0500)
> 
> are available in the Git repository at:
> 
>    https://github.com/OSLL/qemu-xtensa.git tags/20220506-xtensa-1
> 
> for you to fetch changes up to 59491e97f89eaeee275f57fb6bb40f0152429fb3:
> 
>    target/xtensa: implement cache test option opcodes (2022-05-06 15:37:10 -0700)
> 
> ----------------------------------------------------------------
> target/xtensa updates for v7.1:
> 
> - expand test coverage to MMUv3, cores without windowed registers or
>    loop option;
> - import lx106 core (used in the esp8266 IoT chips);
> - use tcg_constant_* in the front end;
> - add clock input to the xtensa CPU;
> - fix reset state of the xtensa MX PIC;
> - implement cache testing opcodes.

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


r~


> 
> ----------------------------------------------------------------
> Max Filippov (17):
>        target/xtensa: fix missing tcg_temp_free in gen_window_check
>        target/xtensa: use tcg_contatnt_* for numeric literals
>        target/xtensa: use tcg_constant_* for exceptions
>        target/xtensa: use tcg_constant_* for TLB opcodes
>        target/xtensa: use tcg_constant_* for numbered special registers
>        target/xtensa: use tcg_constant_* for FPU conversion opcodes
>        target/xtensa: use tcg_constant_* for remaining opcodes
>        target/xtensa: add clock input to xtensa CPU
>        hw/xtensa: fix reset value of MIROUT register of MX PIC
>        tests/tcg/xtensa: fix build for cores without windowed registers
>        tests/tcg/xtensa: restore vecbase SR after test
>        tests/tcg/xtensa: fix watchpoint test
>        tests/tcg/xtensa: remove dependency on the loop option
>        tests/tcg/xtensa: enable autorefill phys_mem tests for MMUv3
>        tests/tcg/xtensa: enable mmu tests for MMUv3
>        tests/tcg/xtensa: fix vectors and checks in timer test
>        target/xtensa: implement cache test option opcodes
> 
> Simon Safar (1):
>        target/xtensa: import core lx106
> 
>   hw/xtensa/mx_pic.c                            |    2 +-
>   target/xtensa/core-lx106.c                    |   51 +
>   target/xtensa/core-lx106/core-isa.h           |  470 ++
>   target/xtensa/core-lx106/gdb-config.c.inc     |   83 +
>   target/xtensa/core-lx106/xtensa-modules.c.inc | 7668 +++++++++++++++++++++++++
>   target/xtensa/cores.list                      |    1 +
>   target/xtensa/cpu.c                           |   15 +
>   target/xtensa/cpu.h                           |    5 +
>   target/xtensa/op_helper.c                     |    7 +-
>   target/xtensa/translate.c                     |  211 +-
>   tests/tcg/xtensa/crt.S                        |    2 +
>   tests/tcg/xtensa/test_break.S                 |   86 +-
>   tests/tcg/xtensa/test_mmu.S                   |  182 +-
>   tests/tcg/xtensa/test_phys_mem.S              |   10 +-
>   tests/tcg/xtensa/test_sr.S                    |    2 +
>   tests/tcg/xtensa/test_timer.S                 |   68 +-
>   16 files changed, 8604 insertions(+), 259 deletions(-)
>   create mode 100644 target/xtensa/core-lx106.c
>   create mode 100644 target/xtensa/core-lx106/core-isa.h
>   create mode 100644 target/xtensa/core-lx106/gdb-config.c.inc
>   create mode 100644 target/xtensa/core-lx106/xtensa-modules.c.inc
> 



      reply	other threads:[~2022-05-07 11:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-06 22:43 [PULL v2 00/18] target/xtensa updates for v7.1 Max Filippov
2022-05-07 11:13 ` Richard Henderson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f3de97de-99d6-409c-b753-23087e3207b6@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=jcmvbkbc@gmail.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).