1. 18 3月, 2012 1 次提交
  2. 15 3月, 2012 1 次提交
  3. 11 3月, 2012 1 次提交
    • S
      tcg: Improve tcg_out_label and fix its usage for w64 · 9d6fca70
      Stefan Weil 提交于
      tcg_out_label is always called with a third argument of pointer type
      which was casted to tcg_target_long.
      
      These casts can be avoided by changing the prototype of tcg_out_label.
      
      There was also a cast to long. For most hosts with
      sizeof(long) == sizeof(tcg_target_long) == sizeof(void *) this did not
      matter, but for w64 it was wrong. This is fixed now.
      
      Cc: Blue Swirl <blauwirbel@gmail.com>
      Cc: Richard Henderson <rth@twiddle.net>
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      9d6fca70
  4. 19 11月, 2011 1 次提交
  5. 15 11月, 2011 1 次提交
  6. 18 9月, 2011 1 次提交
  7. 27 6月, 2011 3 次提交
  8. 09 6月, 2010 2 次提交
  9. 05 4月, 2010 1 次提交
    • P
      Split TLB addend and target_phys_addr_t · 355b1943
      Paul Brook 提交于
      Historically the qemu tlb "addend" field was used for both RAM and IO accesses,
      so needed to be able to hold both host addresses (unsigned long) and guest
      physical addresses (target_phys_addr_t).  However since the introduction of
      the iotlb field it has only been used for RAM accesses.
      
      This means we can change the type of addend to unsigned long, and remove
      associated hacks in the big-endian TCG backends.
      
      We can also remove the host dependence from target_phys_addr_t.
      Signed-off-by: NPaul Brook <paul@codesourcery.com>
      355b1943
  10. 27 3月, 2010 3 次提交
  11. 13 3月, 2010 1 次提交
  12. 23 2月, 2010 1 次提交
  13. 20 2月, 2010 4 次提交
  14. 17 2月, 2010 1 次提交
  15. 13 1月, 2010 5 次提交
  16. 22 12月, 2009 4 次提交
  17. 05 4月, 2009 1 次提交
  18. 04 4月, 2009 1 次提交
  19. 05 10月, 2008 1 次提交
  20. 14 9月, 2008 1 次提交
  21. 30 8月, 2008 1 次提交
  22. 18 8月, 2008 2 次提交
  23. 17 8月, 2008 2 次提交