Message ID | 49F8165C.2010406@siemens.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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.
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, }, };
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> --- monitor.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html