mbox series

[PULL,00/14] misc translator patch queue

Message ID 20210713164211.1520109-1-richard.henderson@linaro.org
Headers show
Series misc translator patch queue | expand

Message

Richard Henderson July 13, 2021, 4:41 p.m. UTC
The following changes since commit 708f50199b59476ec4b45ebcdf171550086d6292:

  Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-07-09-v2' into staging (2021-07-13 14:32:20 +0100)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-misc-20210713

for you to fetch changes up to 6e94937a54c6ef80c3f523d8560c8b6521e6c79c:

  target/hppa: Clean up DisasCond (2021-07-13 08:13:19 -0700)

----------------------------------------------------------------
Cleanup alpha, hppa, or1k wrt tcg_constant_tl.
Implement x86 fcs:fip, fds:fdp.
Trivial x86 watchpoint cleanup.

----------------------------------------------------------------
Dmitry Voronetskiy (1):
      target/i386: Tidy hw_breakpoint_remove

Richard Henderson (11):
      target/i386: Split out do_fninit
      target/alpha: Store set into rx flag
      target/alpha: Use dest_sink for HW_RET temporary
      target/alpha: Use tcg_constant_i64 for zero and lit
      target/alpha: Use tcg_constant_* elsewhere
      target/openrisc: Use tcg_constant_*
      target/openrisc: Use tcg_constant_tl for dc->R0
      target/openrisc: Cache constant 0 in DisasContext
      target/openrisc: Use dc->zero in gen_add, gen_addc
      target/hppa: Use tcg_constant_*
      target/hppa: Clean up DisasCond

Ziqiao Kong (2):
      target/i386: Trivial code motion and code style fix
      target/i386: Correct implementation for FCS, FIP, FDS and FDP

 target/i386/cpu.h                   |   2 +
 target/alpha/translate.c            |  70 +--
 target/hppa/translate.c             |  99 +---
 target/i386/tcg/fpu_helper.c        |  42 +-
 target/i386/tcg/sysemu/bpt_helper.c |   4 +-
 target/i386/tcg/translate.c         | 970 +++++++++++++++++++-----------------
 target/openrisc/translate.c         |  68 +--
 7 files changed, 599 insertions(+), 656 deletions(-)

Comments

Peter Maydell July 14, 2021, 3:24 p.m. UTC | #1
On Tue, 13 Jul 2021 at 17:46, Richard Henderson
<richard.henderson@linaro.org> wrote:
>

> The following changes since commit 708f50199b59476ec4b45ebcdf171550086d6292:

>

>   Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-07-09-v2' into staging (2021-07-13 14:32:20 +0100)

>

> are available in the Git repository at:

>

>   https://gitlab.com/rth7680/qemu.git tags/pull-misc-20210713

>

> for you to fetch changes up to 6e94937a54c6ef80c3f523d8560c8b6521e6c79c:

>

>   target/hppa: Clean up DisasCond (2021-07-13 08:13:19 -0700)

>

> ----------------------------------------------------------------

> Cleanup alpha, hppa, or1k wrt tcg_constant_tl.

> Implement x86 fcs:fip, fds:fdp.

> Trivial x86 watchpoint cleanup.




Applied, thanks.

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

-- PMM