1. 08 5月, 2014 1 次提交
    • P
      tests/tcg: Fix compilation of test_path · ad0a118f
      Peter Maydell 提交于
      The test_path binary is (unlike the other test binaries in tests/tcg)
      actually intended to be compiled with the same compiler used to build
      the main QEMU executables. It actually #includes a number of the
      QEMU source files in an attempt to unit-test the util/path.c functions,
      and so if it is not compiled with the same compiler used by configure
      to set CONFIG_ settings then it is liable to fail to build.
      Fix the makefile to build it with the default C compiler rules, not
      CC_I386, and fix the test itself not to include a lot of unnecessary
      trace related source files which cause the build to fail if the trace
      backend is anything other than 'simple'.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Signed-off-by: NMichael Tokarev <mjt@tls.msk.ru>
      ad0a118f
  2. 10 11月, 2012 1 次提交
  3. 20 10月, 2012 1 次提交
  4. 13 1月, 2012 1 次提交
  5. 09 12月, 2011 1 次提交
  6. 07 3月, 2011 1 次提交
  7. 15 1月, 2011 1 次提交
  8. 23 10月, 2010 3 次提交
  9. 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
  10. 10 7月, 2009 1 次提交
  11. 22 9月, 2008 1 次提交
  12. 28 5月, 2008 1 次提交
  13. 02 3月, 2008 1 次提交
  14. 31 1月, 2008 1 次提交
  15. 14 11月, 2007 1 次提交
  16. 12 11月, 2007 1 次提交
  17. 08 10月, 2007 1 次提交
  18. 30 4月, 2007 1 次提交
  19. 06 2月, 2007 1 次提交
  20. 21 1月, 2007 1 次提交
  21. 14 12月, 2006 1 次提交
  22. 26 6月, 2006 1 次提交
  23. 19 12月, 2005 1 次提交
  24. 07 12月, 2005 1 次提交
  25. 06 12月, 2005 1 次提交
  26. 27 4月, 2005 1 次提交
  27. 03 3月, 2005 1 次提交
  28. 09 1月, 2005 1 次提交
  29. 05 10月, 2004 1 次提交
  30. 27 4月, 2004 1 次提交
  31. 24 4月, 2004 1 次提交
  32. 23 4月, 2004 1 次提交
  33. 25 1月, 2004 1 次提交
  34. 05 1月, 2004 1 次提交
  35. 28 10月, 2003 2 次提交
  36. 11 8月, 2003 1 次提交
  37. 16 6月, 2003 1 次提交