1. 22 6月, 2009 9 次提交
  2. 13 6月, 2009 2 次提交
  3. 11 6月, 2009 1 次提交
  4. 09 6月, 2009 20 次提交
  5. 28 5月, 2009 1 次提交
  6. 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
  7. 22 5月, 2009 1 次提交
  8. 04 5月, 2009 1 次提交
  9. 01 5月, 2009 2 次提交
  10. 28 4月, 2009 1 次提交