1. 21 2月, 2011 1 次提交
  2. 20 2月, 2011 1 次提交
  3. 06 7月, 2010 1 次提交
  4. 07 11月, 2009 1 次提交
    • G
      v3: don't call reset functions on cpu initialization · c1699988
      Glauber Costa 提交于
      There is absolutely no need to call reset functions when initializing
      devices. Since we are already registering them, calling qemu_system_reset()
      should suffice. Actually, it is what happens when we reboot the machine,
      and using the same process instead of a special case semantics will even
      allow us to find bugs easier.
      
      Furthermore, the fact that we initialize things like the cpu quite early,
      leads to the need to introduce synchronization stuff like qemu_system_cond.
      This patch removes it entirely. All we need to do is call qemu_system_reset()
      only when we're already sure the system is up and running
      
      I tested it with qemu (with and without io-thread) and qemu-kvm, and it
      seems to be doing okay - although qemu-kvm uses a slightly different patch.
      
      [ v2: user mode still needs cpu_reset, so put it in ifdef. ]
      [ v3: leave qemu_system_cond for now. ]
      Signed-off-by: NGlauber Costa <glommer@redhat.com>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      c1699988
  5. 11 9月, 2009 1 次提交
  6. 28 8月, 2009 1 次提交
  7. 30 6月, 2009 1 次提交
  8. 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
  9. 27 1月, 2009 1 次提交
  10. 19 12月, 2008 1 次提交
  11. 18 12月, 2008 1 次提交
  12. 17 12月, 2007 1 次提交
  13. 18 11月, 2007 1 次提交
  14. 17 9月, 2007 2 次提交
  15. 08 4月, 2007 1 次提交
  16. 25 4月, 2006 1 次提交
  17. 20 6月, 2004 1 次提交
  18. 04 5月, 2004 1 次提交
  19. 03 4月, 2004 1 次提交
  20. 01 4月, 2004 2 次提交
  21. 15 3月, 2004 1 次提交
  22. 14 3月, 2004 1 次提交