[PULL 0/9] tcg + misc patch queue

Richard Henderson posted 9 patches 1 week, 4 days ago
Failed in applying to current master (apply log)
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Yoshinori Sato <ysato@users.sourceforge.jp>
include/exec/translation-block.h                   |   1 +
include/tcg/tcg-op-gvec-common.h                   |   2 +
accel/tcg/cpu-exec.c                               |   2 +-
target/sh4/translate.c                             |   1 +
tcg/optimize.c                                     | 110 +++++++++++++++++++++
tcg/tcg-op-gvec.c                                  |  30 ++++--
tcg/i386/tcg-target.c.inc                          |  78 ++++++---------
.gitlab-ci.d/custom-runners/ubuntu-22.04-s390x.yml |  16 +--
8 files changed, 174 insertions(+), 66 deletions(-)
[PULL 0/9] tcg + misc patch queue
Posted by Richard Henderson 1 week, 4 days ago
The following changes since commit d4c453f64824bbeec56c7e72aa83019a7db70d9e:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-05-06 08:34:34 -0700)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20240507

for you to fetch changes up to f578b66e8c70ddea71d44db6e2c7abbcd757d684:

  gitlab: Streamline ubuntu-22.04-s390x (2024-05-06 23:40:36 -0700)

----------------------------------------------------------------
tcg: Add write_aofs to GVecGen3i
tcg/i386: Simplify immediate 8-bit logical vector shifts
tcg/i386: Optimize setcond of TST{EQ,NE} with 0xffffffff
tcg/optimize: Optimize setcond with zmask
accel/tcg: Introduce CF_BP_PAGE
target/sh4: Update DisasContextBase.insn_start
gitlab: Drop --static from s390x linux-user build
gitlab: Streamline ubuntu-22.04-s390x

----------------------------------------------------------------
Richard Henderson (9):
      tcg: Add write_aofs to GVecGen3i
      tcg/i386: Simplify immediate 8-bit logical vector shifts
      tcg/i386: Optimize setcond of TST{EQ,NE} with 0xffffffff
      tcg/optimize: Optimize setcond with zmask
      accel/tcg: Introduce CF_BP_PAGE
      target/sh4: Update DisasContextBase.insn_start
      gitlab: Drop --disable-libssh from ubuntu-22.04-s390x.yml
      gitlab: Drop --static from s390x linux-user build
      gitlab: Streamline ubuntu-22.04-s390x

 include/exec/translation-block.h                   |   1 +
 include/tcg/tcg-op-gvec-common.h                   |   2 +
 accel/tcg/cpu-exec.c                               |   2 +-
 target/sh4/translate.c                             |   1 +
 tcg/optimize.c                                     | 110 +++++++++++++++++++++
 tcg/tcg-op-gvec.c                                  |  30 ++++--
 tcg/i386/tcg-target.c.inc                          |  78 ++++++---------
 .gitlab-ci.d/custom-runners/ubuntu-22.04-s390x.yml |  16 +--
 8 files changed, 174 insertions(+), 66 deletions(-)
Re: [PULL 0/9] tcg + misc patch queue
Posted by Richard Henderson 1 week, 4 days ago
On 5/7/24 07:33, Richard Henderson wrote:
> The following changes since commit d4c453f64824bbeec56c7e72aa83019a7db70d9e:
> 
>    Merge tag 'for-upstream' ofhttps://gitlab.com/bonzini/qemu  into staging (2024-05-06 08:34:34 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/rth7680/qemu.git  tags/pull-tcg-20240507
> 
> for you to fetch changes up to f578b66e8c70ddea71d44db6e2c7abbcd757d684:
> 
>    gitlab: Streamline ubuntu-22.04-s390x (2024-05-06 23:40:36 -0700)
> 
> ----------------------------------------------------------------
> tcg: Add write_aofs to GVecGen3i
> tcg/i386: Simplify immediate 8-bit logical vector shifts
> tcg/i386: Optimize setcond of TST{EQ,NE} with 0xffffffff
> tcg/optimize: Optimize setcond with zmask
> accel/tcg: Introduce CF_BP_PAGE
> target/sh4: Update DisasContextBase.insn_start
> gitlab: Drop --static from s390x linux-user build
> gitlab: Streamline ubuntu-22.04-s390x

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


r~