1. 02 4月, 2011 2 次提交
  2. 22 3月, 2011 1 次提交
  3. 22 1月, 2011 1 次提交
  4. 01 1月, 2011 1 次提交
  5. 30 10月, 2010 1 次提交
  6. 15 9月, 2010 1 次提交
  7. 14 7月, 2010 1 次提交
  8. 22 5月, 2010 1 次提交
  9. 05 5月, 2010 1 次提交
  10. 26 4月, 2010 1 次提交
  11. 18 4月, 2010 1 次提交
    • B
      PPC: avoid function pointer type mismatch, spotted by clang · 7b13448f
      Blue Swirl 提交于
      Fixes clang errors:
        CC    ppc-softmmu/translate.o
      /src/qemu/target-ppc/translate.c:3748:13: error: comparison of distinct pointer types ('void (*)(void *, int, int)' and 'void *')
              if (likely(read_cb != SPR_NOACCESS)) {
      /src/qemu/target-ppc/translate.c:3748:28: note: instantiated from:
              if (likely(read_cb != SPR_NOACCESS)) {
      /src/qemu/target-ppc/translate.c:3903:13: error: comparison of distinct pointer types ('void (*)(void *, int, int)' and 'void *')
              if (likely(write_cb != SPR_NOACCESS)) {
      /src/qemu/target-ppc/translate.c:3903:29: note: instantiated from:
              if (likely(write_cb != SPR_NOACCESS)) {
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      7b13448f
  12. 12 3月, 2010 3 次提交
  13. 28 2月, 2010 3 次提交
  14. 27 2月, 2010 1 次提交
  15. 02 10月, 2009 2 次提交
  16. 28 9月, 2009 1 次提交
  17. 26 9月, 2009 1 次提交
  18. 18 9月, 2009 1 次提交
  19. 12 9月, 2009 1 次提交
    • B
      Fix sys-queue.h conflict for good · 72cf2d4f
      Blue Swirl 提交于
      Problem: Our file sys-queue.h is a copy of the BSD file, but there are
      some additions and it's not entirely compatible. Because of that, there have
      been conflicts with system headers on BSD systems. Some hacks have been
      introduced in the commits 15cc9235,
      f40d7537,
      96555a96 and
      3990d09a but the fixes were fragile.
      
      Solution: Avoid the conflict entirely by renaming the functions and the
      file. Revert the previous hacks.
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      72cf2d4f
  20. 16 8月, 2009 3 次提交
  21. 04 8月, 2009 2 次提交
  22. 28 7月, 2009 1 次提交
  23. 17 7月, 2009 1 次提交
  24. 13 7月, 2009 2 次提交
  25. 20 6月, 2009 1 次提交
  26. 17 6月, 2009 5 次提交