From: Anthony Liguori <anthony@codemonkey.ws>
To: Markus Armbruster <armbru@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 1/4] doc: Fix host forwarding monitor command documentation
Date: Mon, 10 May 2010 15:19:04 -0500 [thread overview]
Message-ID: <4BE86A38.8070103@codemonkey.ws> (raw)
In-Reply-To: <1272972033-31475-2-git-send-email-armbru@redhat.com>
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<armbru@redhat.com>
>
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
> +@item hostfwd_add
> +@findex 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
> -@item host_net_redir
> -@findex host_net_redir
> -Redirect TCP or UDP connections from host to guest (requires -net user).
> +@item hostfwd_remove
> +@findex hostfwd_remove
> +Remove host-to-guest TCP or UDP redirection.
> ETEXI
>
> {
>
next prev parent reply other threads:[~2010-05-10 20:19 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-04 11:20 [Qemu-devel] [PATCH 0/4] doc: Monitor command documentation fixes Markus Armbruster
2010-05-04 11:20 ` [Qemu-devel] [PATCH 1/4] doc: Fix host forwarding monitor command documentation Markus Armbruster
2010-05-10 20:19 ` Anthony Liguori [this message]
2010-05-04 11:20 ` [Qemu-devel] [PATCH 2/4] doc: Fix acl " Markus Armbruster
2010-05-04 11:20 ` [Qemu-devel] [PATCH 3/4] doc: Heading for monitor command cpu got lost, restore it Markus Armbruster
2010-05-04 11:20 ` [Qemu-devel] [PATCH 4/4] doc: Clean up monitor command function index Markus Armbruster
2010-05-07 19:45 ` [Qemu-devel] [PATCH 0/4] doc: Monitor command documentation fixes Luiz Capitulino
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4BE86A38.8070103@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=armbru@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.