1. 09 4月, 2013 2 次提交
  2. 01 3月, 2013 1 次提交
    • P
      hw: include hw header files with full paths · 83c9f4ca
      Paolo Bonzini 提交于
      Done with this script:
      
      cd hw
      for i in `find . -name '*.h' | sed 's/^..//'`; do
        echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
      done | sed -i -f - `find . -type f`
      
      This is so that paths remain valid as files are moved.
      
      Instead, files in hw/dataplane are referenced with the relative path.
      We know they are not going to move to include/, and they are the only
      include files that are in subdirectories _and_ move.
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      83c9f4ca
  3. 02 2月, 2013 4 次提交
  4. 19 12月, 2012 2 次提交
  5. 14 9月, 2012 1 次提交
  6. 01 8月, 2012 3 次提交
  7. 23 7月, 2012 1 次提交
  8. 21 6月, 2012 1 次提交
  9. 14 1月, 2012 1 次提交
  10. 21 9月, 2011 1 次提交
  11. 09 9月, 2011 1 次提交
  12. 21 8月, 2011 1 次提交
  13. 08 5月, 2011 1 次提交
  14. 03 12月, 2009 1 次提交
  15. 30 10月, 2009 1 次提交
  16. 28 10月, 2009 2 次提交
  17. 15 10月, 2009 1 次提交
  18. 17 7月, 2009 1 次提交
  19. 29 6月, 2009 1 次提交
  20. 13 6月, 2009 1 次提交
  21. 09 6月, 2009 6 次提交
  22. 06 6月, 2009 1 次提交
  23. 22 4月, 2009 1 次提交