Commit f029bd940ee7d8e6e8bb02526fdf99e2490552ba
1 parent
6d2550ea
Add a description for the set_link monitor command.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6591 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
1 deletions
monitor.c
| @@ -1513,7 +1513,8 @@ static const term_cmd_t term_cmds[] = { | @@ -1513,7 +1513,8 @@ static const term_cmd_t term_cmds[] = { | ||
| 1513 | "value", "set maximum speed (in bytes) for migrations" }, | 1513 | "value", "set maximum speed (in bytes) for migrations" }, |
| 1514 | { "balloon", "i", do_balloon, | 1514 | { "balloon", "i", do_balloon, |
| 1515 | "target", "request VM to change it's memory allocation (in MB)" }, | 1515 | "target", "request VM to change it's memory allocation (in MB)" }, |
| 1516 | - { "set_link", "ss", do_set_link, "name [up|down]" }, | 1516 | + { "set_link", "ss", do_set_link, |
| 1517 | + "name [up|down]", "change the link status of a network adapter" }, | ||
| 1517 | { NULL, NULL, }, | 1518 | { NULL, NULL, }, |
| 1518 | }; | 1519 | }; |
| 1519 | 1520 |