qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/4] doc: Fix host forwarding monitor command do


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 1/4] doc: Fix host forwarding monitor command documentation
Date: Mon, 10 May 2010 15:19:04 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Lightning/1.0pre Thunderbird/3.0

On 05/04/2010 06:20 AM, Markus Armbruster wrote:
Commit f3546deb replaced host_net_redir by hostfwd_add,
hostfwd_remove, but neglected to update documentation.

Signed-off-by: Markus Armbruster<address@hidden>

Applied all.  Thanks.

Regards,

Anthony Liguori

---
  qemu-monitor.hx |   13 ++++++++++---
  1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/qemu-monitor.hx b/qemu-monitor.hx
index 5ea5748..21aeb6b 100644
--- a/qemu-monitor.hx
+++ b/qemu-monitor.hx
@@ -953,7 +953,14 @@ ETEXI
          .help       = "redirect TCP or UDP connections from host to guest 
(requires -net user)",
          .mhandler.cmd = net_slirp_hostfwd_add,
      },
+#endif
+STEXI
address@hidden hostfwd_add
address@hidden hostfwd_add
+Redirect TCP or UDP connections from host to guest (requires -net user).
+ETEXI

+#ifdef CONFIG_SLIRP
      {
          .name       = "hostfwd_remove",
          .args_type  = "arg1:s,arg2:s?,arg3:s?",
@@ -964,9 +971,9 @@ ETEXI

  #endif
  STEXI
address@hidden host_net_redir
address@hidden host_net_redir
-Redirect TCP or UDP connections from host to guest (requires -net user).
address@hidden hostfwd_remove
address@hidden hostfwd_remove
+Remove host-to-guest TCP or UDP redirection.
  ETEXI

      {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]