1. 11 9月, 2011 1 次提交
  2. 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
  3. 01 9月, 2011 1 次提交
  4. 21 8月, 2011 1 次提交
  5. 08 5月, 2011 2 次提交
  6. 14 4月, 2011 1 次提交
  7. 04 4月, 2011 1 次提交
    • S
      tests/cris: Fix some errors and potential crashes · 2917dce4
      Stefan Weil 提交于
      These errors were reported by cppcheck:
      
      tests/cris/check_openpf1.c:30: error:
      Mismatching allocation and deallocation: f
      
      tests/cris/check_openpf2.c:13: error:
      Mismatching allocation and deallocation: f
      
      tests/cris/check_stat3.c:16: error:
      Buffer overrun possible for long cmd-line args
      
      tests/cris/check_stat4.c:18: error:
      Buffer overrun possible for long cmd-line args
      
      The first two are obvious coding errors (fopen needs fclose, not close).
      
      The last two may seem less important (nobody will start test code
      with an argument of more than 1022 characters which raises a buffer
      overrun). Fixing them nevertheless helps with static code checks
      like those done by cppcheck.
      Signed-off-by: NStefan Weil <weil@mail.berlios.de>
      Signed-off-by: NEdgar E. Iglesias <edgar.iglesias@gmail.com>
      2917dce4
  8. 07 3月, 2011 1 次提交
  9. 21 2月, 2011 1 次提交
  10. 24 1月, 2011 1 次提交
  11. 18 1月, 2011 1 次提交
  12. 15 1月, 2011 1 次提交
  13. 23 10月, 2010 5 次提交
  14. 14 9月, 2010 1 次提交
  15. 29 7月, 2010 2 次提交
  16. 25 7月, 2010 1 次提交
  17. 08 5月, 2010 1 次提交
  18. 08 1月, 2010 1 次提交
    • P
      Use vpath directive · 076d2471
      Paolo Bonzini 提交于
      The vpath directive has two advantages over the VPATH variable:
      1) it allows to skip searching of .o files; 2) the default semantics
      are to append to the vpath, so there is no confusion between "VPATH=xyz"
      and "VPATH+=xyz".
      
      Since "vpath %.c %.h PATH" is not valid, I'm introducing a wrapper
      macro to append one or more directories to the vpath.
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      076d2471
  19. 03 10月, 2009 1 次提交
  20. 17 7月, 2009 1 次提交
  21. 10 7月, 2009 1 次提交
  22. 14 5月, 2009 1 次提交
  23. 11 4月, 2009 1 次提交
  24. 15 1月, 2009 1 次提交
  25. 07 1月, 2009 1 次提交
  26. 06 1月, 2009 1 次提交
  27. 14 12月, 2008 1 次提交
  28. 13 12月, 2008 1 次提交
  29. 04 10月, 2008 1 次提交
  30. 26 9月, 2008 1 次提交
  31. 22 9月, 2008 1 次提交
  32. 21 9月, 2008 2 次提交
  33. 18 9月, 2008 1 次提交