1. 12 6月, 2015 1 次提交
    • J
      migration: Use normal VMStateDescriptions for Subsections · 5cd8cada
      Juan Quintela 提交于
      We create optional sections with this patch.  But we already have
      optional subsections.  Instead of having two mechanism that do the
      same, we can just generalize it.
      
      For subsections we just change:
      
      - Add a needed function to VMStateDescription
      - Remove VMStateSubsection (after removal of the needed function
        it is just a VMStateDescription)
      - Adjust the whole tree, moving the needed function to the corresponding
        VMStateDescription
      Signed-off-by: NJuan Quintela <quintela@redhat.com>
      5cd8cada
  2. 10 2月, 2015 1 次提交
  3. 16 6月, 2014 1 次提交
  4. 16 5月, 2014 3 次提交
  5. 09 4月, 2013 2 次提交
  6. 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
  7. 19 12月, 2012 2 次提交
  8. 07 4月, 2012 1 次提交
  9. 25 2月, 2012 1 次提交
  10. 02 11月, 2011 1 次提交
  11. 21 8月, 2011 1 次提交
  12. 21 2月, 2011 1 次提交
  13. 06 7月, 2010 1 次提交
  14. 09 3月, 2010 1 次提交
  15. 07 11月, 2009 1 次提交
  16. 05 10月, 2009 1 次提交
  17. 28 8月, 2009 1 次提交
  18. 17 7月, 2009 1 次提交
  19. 30 6月, 2009 1 次提交
  20. 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
  21. 26 1月, 2009 1 次提交
  22. 14 4月, 2008 1 次提交
  23. 18 3月, 2008 1 次提交
  24. 17 12月, 2007 1 次提交
  25. 18 11月, 2007 1 次提交
  26. 17 9月, 2007 2 次提交
  27. 21 3月, 2007 1 次提交
  28. 06 1月, 2007 1 次提交
  29. 13 4月, 2006 1 次提交
  30. 08 4月, 2006 1 次提交
  31. 08 2月, 2006 1 次提交
  32. 26 11月, 2005 1 次提交