1. 16 9月, 2015 1 次提交
    • P
      tcg: split tcg_op_defs to -common · 7d8f787d
      Peter Crosthwaite 提交于
      tcg_op_defs (and the _max) are both needed by the TCI disassembler. For
      multi-arch, tcg.c will be multiple-compiled (arch-obj) with its symbols
      hidden from common code. So split the definition off to new file,
      tcg-common.c which will remain a regular obj-y for use by both the TCI
      disas as well as the multiple tcg.c's.
      
      Cc: Stefan Weil <sw@weilnetz.de>
      Signed-off-by: NPeter Crosthwaite <crosthwaite.peter@gmail.com>
      Message-Id: <4b607425886d85aee65878e4935dfad46b3e6085.1441614289.git.crosthwaite.peter@gmail.com>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      7d8f787d
  2. 11 9月, 2015 2 次提交
  3. 09 9月, 2015 1 次提交
  4. 03 9月, 2015 2 次提交
  5. 28 8月, 2015 1 次提交
  6. 25 8月, 2015 18 次提交
  7. 01 8月, 2015 4 次提交
  8. 27 7月, 2015 2 次提交
  9. 24 7月, 2015 5 次提交
  10. 13 7月, 2015 1 次提交
  11. 09 7月, 2015 1 次提交
    • J
      tcg/mips: Fix build error from merged memop+mmu_idx parameter · a8f13961
      James Hogan 提交于
      Commit 3972ef6f ("tcg: Push merged memop+mmu_idx parameter to
      softmmu routines") caused the following build errors when building TCG
      for MIPS:
      
      In file included from tcg/tcg.c:258:0:
      tcg/mips/tcg-target.c In function ‘tcg_out_qemu_ld_slow_path’:
      tcg/mips/tcg-target.c:1015:22: error: ‘lb’ undeclared (first use in this function)
      tcg/mips/tcg-target.c In function ‘tcg_out_qemu_st_slow_path’:
      tcg/mips/tcg-target.c:1058:22: error: ‘lb’ undeclared (first use in this function)
      
      It looks like lb was meant to refer to the TCGLabelQemuLdst *l
      parameter, so fix both references to lb to refer to just l.
      
      Fixes: 3972ef6f ("tcg: Push merged memop+mmu_idx parameter to softmmu routines")
      Signed-off-by: NJames Hogan <james.hogan@imgtec.com>
      Reviewed-by: NLeon Alrae <leon.alrae@imgtec.com>
      Message-id: 1436433435-24898-2-git-send-email-james.hogan@imgtec.com
      Cc: Aurelien Jarno <aurelien@aurel32.net>
      Cc: Leon Alrae <leon.alrae@imgtec.com>
      Cc: Richard Henderson <rth@twiddle.net>
      Cc: Peter Maydell <peter.maydell@linaro.org>
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      a8f13961
  12. 07 7月, 2015 1 次提交
  13. 26 6月, 2015 1 次提交