1. 21 7月, 2009 1 次提交
  2. 30 6月, 2009 1 次提交
  3. 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
  4. 15 4月, 2009 1 次提交
  5. 06 3月, 2009 1 次提交
    • A
      monitor: Rework API (Jan Kiszka) · 376253ec
      aliguori 提交于
      Refactor the monitor API and prepare it for decoupled terminals:
      term_print functions are renamed to monitor_* and all monitor services
      gain a new parameter (mon) that will once refer to the monitor instance
      the output is supposed to appear on. However, the argument remains
      unused for now. All monitor command callbacks are also extended by a mon
      parameter so that command handlers are able to pass an appropriate
      reference to monitor output services.
      
      For the case that monitor outputs so far happen without clearly
      identifiable context, the global variable cur_mon is introduced that
      shall once provide a pointer either to the current active monitor (while
      processing commands) or to the default one. On the mid or long term,
      those use case will be obsoleted so that this variable can be removed
      again.
      
      Due to the broad usage of the monitor interface, this patch mostly deals
      with converting users of the monitor API. A few of them are already
      extended to pass 'mon' from the command handler further down to internal
      functions that invoke monitor_printf.
      
      At this chance, monitor-related prototypes are moved from console.h to
      a new monitor.h. The same is done for the readline API.
      Signed-off-by: NJan Kiszka <jan.kiszka@siemens.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6711 c046a42c-6fe2-441c-8c8c-71466251a162
      376253ec
  6. 06 2月, 2009 1 次提交
  7. 19 7月, 2008 1 次提交
  8. 18 11月, 2007 2 次提交
  9. 20 10月, 2007 1 次提交
  10. 17 9月, 2007 2 次提交
  11. 01 8月, 2007 1 次提交
  12. 08 4月, 2007 1 次提交
  13. 02 4月, 2007 1 次提交
  14. 24 1月, 2007 1 次提交
  15. 26 6月, 2006 1 次提交
  16. 29 4月, 2006 1 次提交
  17. 24 7月, 2005 1 次提交
  18. 03 7月, 2005 1 次提交
  19. 05 6月, 2005 1 次提交
  20. 04 1月, 2005 1 次提交
  21. 30 9月, 2004 1 次提交
  22. 20 6月, 2004 1 次提交
  23. 27 5月, 2004 1 次提交
  24. 21 5月, 2004 2 次提交
  25. 20 5月, 2004 2 次提交
  26. 26 4月, 2004 1 次提交
  27. 13 4月, 2004 1 次提交
  28. 01 4月, 2004 2 次提交
  29. 15 3月, 2004 1 次提交
  30. 14 3月, 2004 1 次提交