public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qemu-kvm: Remove duplicate set_link monitor command
@ 2009-04-29  8:57 Jan Kiszka
  2009-04-30 11:41 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2009-04-29  8:57 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

 monitor.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/monitor.c b/monitor.c
index 11e48c7..674630b 100644
--- a/monitor.c
+++ b/monitor.c
@@ -1792,7 +1792,6 @@ static const mon_cmd_t mon_cmds[] = {
                                "acl allow vnc.username fred\n"
                                "acl deny vnc.username bob\n"
                                "acl reset vnc.username\n" },
-    { "set_link", "ss", do_set_link, "name [up|down]" },
     { "cpu_set", "is", do_cpu_set_nr, "cpu [online|offline]", "change cpu state" },
     { NULL, NULL, },
 };


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] qemu-kvm: Remove duplicate set_link monitor command
  2009-04-29  8:57 [PATCH] qemu-kvm: Remove duplicate set_link monitor command Jan Kiszka
@ 2009-04-30 11:41 ` Avi Kivity
  0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2009-04-30 11:41 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: kvm-devel

Jan Kiszka wrote:
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
>
>  monitor.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/monitor.c b/monitor.c
> index 11e48c7..674630b 100644
> --- a/monitor.c
> +++ b/monitor.c
> @@ -1792,7 +1792,6 @@ static const mon_cmd_t mon_cmds[] = {
>                                 "acl allow vnc.username fred\n"
>                                 "acl deny vnc.username bob\n"
>                                 "acl reset vnc.username\n" },
> -    { "set_link", "ss", do_set_link, "name [up|down]" },
>      { "cpu_set", "is", do_cpu_set_nr, "cpu [online|offline]", "change cpu state" },
>      { NULL, NULL, },
>  };
>
>   

Applied, thanks.

-- 
error compiling committee.c: too many arguments to function


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-30 11:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-29  8:57 [PATCH] qemu-kvm: Remove duplicate set_link monitor command Jan Kiszka
2009-04-30 11:41 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox