1. 03 3月, 2013 2 次提交
  2. 16 2月, 2013 4 次提交
  3. 22 12月, 2012 1 次提交
  4. 19 12月, 2012 3 次提交
  5. 16 12月, 2012 2 次提交
  6. 08 12月, 2012 3 次提交
  7. 17 11月, 2012 1 次提交
  8. 07 4月, 2012 1 次提交
    • S
      w64: Fix data type of tb_next and other variables used for host addresses · 6375e09e
      Stefan Weil 提交于
      QEMU host addresses must use uintptr_t to be portable for hosts with
      an unusual size of long (w64).
      
      tb_jmp_offset is an uint16_t value, therefore the local variable offset
      in function tb_set_jmp_target was changed from unsigned long to uint16_t.
      
      The type cast to long in function tb_add_jump now also uses uintptr_t.
      For the bit operation used here, the signedness of the type cast does
      not matter.
      
      Some remaining unsigned long values are either only used for ARM assembler
      code or will be fixed in a later patch for PPC.
      
      v2:
      Fix signature of tb_find_pc in exec.c, too (hint from Blue Swirl, thanks).
      There remain lots of other long / unsigned long in exec.c which must be
      replaced by uintptr_t. This will be done in a separate patch. Here
      only one of these type casts is fixed.
      
      v3:
      Also fix signature of page_unprotect.
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      6375e09e
  9. 15 3月, 2012 1 次提交
  10. 27 6月, 2011 2 次提交
  11. 20 4月, 2011 2 次提交
  12. 09 6月, 2010 1 次提交
  13. 09 4月, 2010 2 次提交
  14. 30 3月, 2010 1 次提交
  15. 17 7月, 2009 1 次提交
  16. 16 1月, 2009 3 次提交
  17. 05 1月, 2009 1 次提交
  18. 08 12月, 2008 1 次提交
  19. 19 7月, 2008 1 次提交
  20. 29 6月, 2008 1 次提交
  21. 23 5月, 2008 1 次提交
  22. 12 5月, 2008 1 次提交
  23. 28 4月, 2008 1 次提交
  24. 09 4月, 2008 1 次提交
  25. 01 4月, 2008 1 次提交
  26. 14 3月, 2008 1 次提交