[PULL 0/4] x86 TCG patches for 2022-10-22

Paolo Bonzini posted 4 patches 1 year, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221022115608.152853-1-pbonzini@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>
target/i386/cpu.c                |   8 +--
target/i386/cpu.h                |   3 +
target/i386/ops_sse.h            | 116 ++++++++++++++++++++-------------------
target/i386/ops_sse_header.h     |  17 ++++++
target/i386/tcg/decode-new.c.inc |  48 ++++++++++++++++
target/i386/tcg/decode-new.h     |   3 +
target/i386/tcg/emit.c.inc       |  68 ++++++++++++++++++++++-
target/i386/tcg/fpu_helper.c     |  60 +++++++-------------
target/i386/tcg/translate.c      |   1 +
tests/tcg/i386/test-avx.c        |  17 ++++++
tests/tcg/i386/test-avx.py       |   8 ++-
11 files changed, 247 insertions(+), 102 deletions(-)
[PULL 0/4] x86 TCG patches for 2022-10-22
Posted by Paolo Bonzini 1 year, 6 months ago
The following changes since commit 214a8da23651f2472b296b3293e619fd58d9e212:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2022-10-18 11:14:31 -0400)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 2872b0f390c3fbd8f19f6b82da3dca15fa820118:

  target/i386: implement FMA instructions (2022-10-22 09:05:54 +0200)

----------------------------------------------------------------
* target/i386: new decoder bugfix
* target/i386: complete x86-v3 support for TCG

----------------------------------------------------------------
Paolo Bonzini (4):
      target/i386: decode-new: avoid out-of-bounds access to xmm_regs[-1]
      target/i386: introduce function to set rounding mode from FPCW or MXCSR bits
      target/i386: implement F16C instructions
      target/i386: implement FMA instructions

 target/i386/cpu.c                |   8 +--
 target/i386/cpu.h                |   3 +
 target/i386/ops_sse.h            | 116 ++++++++++++++++++++-------------------
 target/i386/ops_sse_header.h     |  17 ++++++
 target/i386/tcg/decode-new.c.inc |  48 ++++++++++++++++
 target/i386/tcg/decode-new.h     |   3 +
 target/i386/tcg/emit.c.inc       |  68 ++++++++++++++++++++++-
 target/i386/tcg/fpu_helper.c     |  60 +++++++-------------
 target/i386/tcg/translate.c      |   1 +
 tests/tcg/i386/test-avx.c        |  17 ++++++
 tests/tcg/i386/test-avx.py       |   8 ++-
 11 files changed, 247 insertions(+), 102 deletions(-)
-- 
2.37.3
Re: [PULL 0/4] x86 TCG patches for 2022-10-22
Posted by Stefan Hajnoczi 1 year, 6 months ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/7.2 for any user-visible changes.