[Qemu-devel] [PATCH 0/4] tcg: Fully convert tcg_target_op_def

Richard Henderson posted 4 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170914190053.27625-1-richard.henderson@linaro.org
Test checkpatch passed
Test docker passed
Test s390x passed
tcg/arm/tcg-target.inc.c   | 186 +++++++++++++++-----------
tcg/mips/tcg-target.inc.c  | 324 ++++++++++++++++++++++++---------------------
tcg/ppc/tcg-target.inc.c   | 321 +++++++++++++++++++++++---------------------
tcg/sparc/tcg-target.inc.c | 239 +++++++++++++++++++--------------
4 files changed, 582 insertions(+), 488 deletions(-)
[Qemu-devel] [PATCH 0/4] tcg: Fully convert tcg_target_op_def
Posted by Richard Henderson 6 years, 7 months ago
The tcg/aarch64 version has already been posted as a part
of my vector operations patch set.  This is simply source
code quality improvement, therefore I skip tcg/tci.  But
this takes care of all of the rest.


r~


Richard Henderson (4):
  tcg/arm: Fully convert tcg_target_op_def
  tcg/ppc: Fully convert tcg_target_op_def
  tcg/sparc: Fully convert tcg_target_op_def
  tcg/mips: Fully convert tcg_target_op_def

 tcg/arm/tcg-target.inc.c   | 186 +++++++++++++++-----------
 tcg/mips/tcg-target.inc.c  | 324 ++++++++++++++++++++++++---------------------
 tcg/ppc/tcg-target.inc.c   | 321 +++++++++++++++++++++++---------------------
 tcg/sparc/tcg-target.inc.c | 239 +++++++++++++++++++--------------
 4 files changed, 582 insertions(+), 488 deletions(-)

-- 
2.13.5