Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170917' into staging
tcg queued patches
# gpg: Signature made Sun 17 Sep 2017 16:03:28 BST
# gpg: using RSA key 0x64DF38E8AF7E215F
# gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>"
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg: It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A 05C0 64DF 38E8 AF7E 215F
* remotes/rth/tags/pull-tcg-20170917:
tcg/mips: Fully convert tcg_target_op_def
tcg/sparc: Fully convert tcg_target_op_def
tcg/ppc: Fully convert tcg_target_op_def
tcg/arm: Fully convert tcg_target_op_def
tcg/aarch64: Fully convert tcg_target_op_def
tcg: Fix types in tcg_regset_{set,reset}_reg
tcg: Remove tcg_regset_set32
tcg: Remove tcg_regset_{or,and,andnot,not}
tcg: Remove tcg_regset_set
tcg: Remove tcg_regset_clear
tcg: Add tcg_op_supported
accel/tcg: move USER code to user-exec.c
accel/tcg: move atomic_template.h to accel/tcg/
accel/tcg: move tcg-runtime to accel/tcg/
accel/tcg: move user-exec to accel/tcg/
accel/tcg: move softmmu_template.h to accel/tcg/
tcg/ppc: disable atomic write check on ppc32
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- MAINTAINERS 1 addition, 3 deletionsMAINTAINERS
- Makefile.target 3 additions, 3 deletionsMakefile.target
- accel/tcg/Makefile.objs 4 additions, 0 deletionsaccel/tcg/Makefile.objs
- accel/tcg/atomic_template.h 0 additions, 0 deletionsaccel/tcg/atomic_template.h
- accel/tcg/softmmu_template.h 0 additions, 0 deletionsaccel/tcg/softmmu_template.h
- accel/tcg/tcg-runtime.c 0 additions, 54 deletionsaccel/tcg/tcg-runtime.c
- accel/tcg/tcg-runtime.h 0 additions, 0 deletionsaccel/tcg/tcg-runtime.h
- accel/tcg/user-exec-stub.c 0 additions, 0 deletionsaccel/tcg/user-exec-stub.c
- accel/tcg/user-exec.c 52 additions, 0 deletionsaccel/tcg/user-exec.c
- tcg/aarch64/tcg-target.inc.c 170 additions, 149 deletionstcg/aarch64/tcg-target.inc.c
- tcg/arm/tcg-target.inc.c 120 additions, 91 deletionstcg/arm/tcg-target.inc.c
- tcg/i386/tcg-target.inc.c 9 additions, 21 deletionstcg/i386/tcg-target.inc.c
- tcg/mips/tcg-target.inc.c 194 additions, 177 deletionstcg/mips/tcg-target.inc.c
- tcg/ppc/tcg-target.inc.c 192 additions, 174 deletionstcg/ppc/tcg-target.inc.c
- tcg/s390/tcg-target.inc.c 11 additions, 11 deletionstcg/s390/tcg-target.inc.c
- tcg/sparc/tcg-target.inc.c 163 additions, 128 deletionstcg/sparc/tcg-target.inc.c
- tcg/tcg.c 231 additions, 11 deletionstcg/tcg.c
- tcg/tcg.h 5 additions, 10 deletionstcg/tcg.h
- tcg/tci/tcg-target.inc.c 5 additions, 8 deletionstcg/tci/tcg-target.inc.c
Loading
Please register or sign in to comment