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. 19 12月, 2012 2 次提交
  4. 07 4月, 2012 1 次提交
  5. 25 2月, 2012 1 次提交
  6. 02 11月, 2011 1 次提交
  7. 21 8月, 2011 1 次提交
  8. 21 2月, 2011 1 次提交
  9. 06 7月, 2010 1 次提交
  10. 09 3月, 2010 1 次提交
  11. 07 11月, 2009 1 次提交
  12. 05 10月, 2009 1 次提交
  13. 28 8月, 2009 1 次提交
  14. 17 7月, 2009 1 次提交
  15. 30 6月, 2009 1 次提交
  16. 22 5月, 2009 1 次提交
    • J
      Introduce reset notifier order · 8217606e
      Jan Kiszka 提交于
      Add the parameter 'order' to qemu_register_reset and sort callbacks on
      registration. On system reset, callbacks with lower order will be
      invoked before those with higher order. Update all existing users to the
      standard order 0.
      
      Note: At least for x86, the existing users seem to assume that handlers
      are called in their registration order. Therefore, the patch preserves
      this property. If someone feels bored, (s)he could try to identify this
      dependency and express it properly on callback registration.
      Signed-off-by: NJan Kiszka <jan.kiszka@siemens.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      8217606e
  17. 26 1月, 2009 1 次提交
  18. 14 4月, 2008 1 次提交
  19. 18 3月, 2008 1 次提交
  20. 17 12月, 2007 1 次提交
  21. 18 11月, 2007 1 次提交
  22. 17 9月, 2007 2 次提交
  23. 21 3月, 2007 1 次提交
  24. 06 1月, 2007 1 次提交
  25. 13 4月, 2006 1 次提交
  26. 08 4月, 2006 1 次提交
  27. 08 2月, 2006 1 次提交
  28. 26 11月, 2005 1 次提交