qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL 00/14] misc translator patch queue


From: Richard Henderson
Subject: [PULL 00/14] misc translator patch queue
Date: Tue, 13 Jul 2021 09:41:57 -0700

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(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]