1. 29 3月, 2012 1 次提交
  2. 13 3月, 2012 3 次提交
  3. 03 9月, 2011 1 次提交
    • S
      Use new macro QEMU_PACKED for packed structures · 541dc0d4
      Stefan Weil 提交于
      Most changes were made using these commands:
      
      git grep -la '__attribute__((packed))'|xargs perl -pi -e 's/__attribute__\(\(packed\)\)/QEMU_PACKED/'
      git grep -la '__attribute__ ((packed))'|xargs perl -pi -e 's/__attribute__ \(\(packed\)\)/QEMU_PACKED/'
      git grep -la '__attribute__((__packed__))'|xargs perl -pi -e 's/__attribute__\(\(__packed__\)\)/QEMU_PACKED/'
      git grep -la '__attribute__ ((__packed__))'|xargs perl -pi -e 's/__attribute__ \(\(__packed__\)\)/QEMU_PACKED/'
      git grep -la '__attribute((packed))'|xargs perl -pi -e 's/__attribute\(\(packed\)\)/QEMU_PACKED/'
      
      Whitespace in linux-user/syscall_defs.h was fixed manually
      to avoid warnings from scripts/checkpatch.pl.
      
      Manual changes were also applied to hw/pc.c.
      
      I did not fix indentation with tabs in block/vvfat.c.
      The patch will show 4 errors with scripts/checkpatch.pl.
      Signed-off-by: NStefan Weil <weil@mail.berlios.de>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      541dc0d4
  4. 05 8月, 2011 1 次提交
  5. 03 8月, 2011 1 次提交
  6. 23 7月, 2011 1 次提交
  7. 24 1月, 2011 1 次提交
  8. 21 11月, 2010 1 次提交
  9. 03 10月, 2010 2 次提交
  10. 25 7月, 2010 2 次提交
  11. 04 12月, 2009 1 次提交
  12. 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
  13. 28 7月, 2009 1 次提交
  14. 02 7月, 2009 1 次提交
  15. 29 6月, 2009 9 次提交
  16. 09 3月, 2009 1 次提交
  17. 15 1月, 2009 1 次提交
  18. 14 1月, 2009 1 次提交
  19. 26 10月, 2008 1 次提交
  20. 07 9月, 2008 1 次提交
  21. 18 5月, 2008 1 次提交
  22. 17 12月, 2007 1 次提交
  23. 08 11月, 2007 1 次提交
  24. 27 10月, 2007 3 次提交
  25. 11 1月, 2005 1 次提交
  26. 15 11月, 2004 1 次提交