1. 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
  2. 14 2月, 2009 1 次提交
  3. 15 1月, 2009 1 次提交
  4. 22 10月, 2008 2 次提交
  5. 18 8月, 2008 1 次提交
  6. 13 4月, 2008 1 次提交
  7. 25 12月, 2007 1 次提交
  8. 08 10月, 2007 1 次提交
  9. 29 9月, 2007 1 次提交
  10. 17 9月, 2007 2 次提交
  11. 01 8月, 2007 1 次提交
  12. 04 6月, 2007 1 次提交
  13. 03 6月, 2007 1 次提交
  14. 09 4月, 2007 1 次提交
  15. 08 4月, 2007 1 次提交
  16. 05 4月, 2007 1 次提交
  17. 01 1月, 2007 1 次提交
  18. 22 10月, 2006 1 次提交
  19. 31 7月, 2006 1 次提交
  20. 26 6月, 2006 1 次提交
  21. 28 4月, 2006 1 次提交
  22. 17 12月, 2005 1 次提交
  23. 22 11月, 2005 1 次提交
  24. 07 11月, 2005 1 次提交
  25. 31 10月, 2005 1 次提交
  26. 24 7月, 2005 1 次提交
  27. 02 7月, 2005 2 次提交
  28. 28 4月, 2005 1 次提交
  29. 24 4月, 2005 1 次提交
  30. 08 4月, 2005 1 次提交
  31. 01 2月, 2005 1 次提交
  32. 24 1月, 2005 1 次提交
  33. 04 1月, 2005 1 次提交
  34. 20 12月, 2004 1 次提交
  35. 10 10月, 2004 1 次提交
  36. 02 8月, 2004 1 次提交
  37. 04 4月, 2004 1 次提交