1. 09 6月, 2009 7 次提交
  2. 28 5月, 2009 1 次提交
  3. 27 5月, 2009 2 次提交
    • A
      User Networking: Enable removal of redirections · c1261d8d
      Alexander Graf 提交于
      Using the new host_net_redir command you can easily create redirections
      on the fly while your VM is running.
      
      While that's great, it's missing the removal of redirections, in case you
      want to have a port closed again at a later point in time.
      
      This patch adds support for removal of redirections.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      c1261d8d
    • K
      Fix output of uninitialized strings · 8cf07dcb
      Kevin Wolf 提交于
      Commit ffad4116 removed the "scratch buffer"
      from check_params, but didn't care for the error messages which actually
      included this string to tell the user which option was wrong. Now this string
      is uninitialized, so this patch removes it from the message.
      
      This means that the user is only told the whole parameter string and has to
      pick the wrong option by himself as the callers of check_params can't know this
      value any more. An alternative approach would be to revert that commit and do
      whatever is needed to fix the original problem without changing check_params.
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      8cf07dcb
  4. 22 5月, 2009 1 次提交
  5. 04 5月, 2009 1 次提交
  6. 01 5月, 2009 2 次提交
  7. 28 4月, 2009 1 次提交
  8. 22 4月, 2009 8 次提交
  9. 18 4月, 2009 5 次提交
  10. 14 4月, 2009 1 次提交
  11. 06 4月, 2009 1 次提交
  12. 28 3月, 2009 1 次提交
  13. 09 3月, 2009 1 次提交
  14. 08 3月, 2009 3 次提交
  15. 07 3月, 2009 1 次提交
  16. 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
  17. 28 2月, 2009 1 次提交
  18. 16 2月, 2009 1 次提交
  19. 11 2月, 2009 1 次提交