diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-11-23 13:11:55 -0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-12-06 11:40:01 -0200 |
commit | 4b37156c40c3d7d63ac332e3bb9f85a66c3f5e5e (patch) | |
tree | 3d59990fcc421645abe215132327c9b9ad76e9b8 /qmp-commands.hx | |
parent | ab49ab5c488237f3656689c4a3cab29e29884ca6 (diff) |
qapi: Convert set_link
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'qmp-commands.hx')
-rw-r--r-- | qmp-commands.hx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/qmp-commands.hx b/qmp-commands.hx index 2e7670815a..5054da3faf 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -730,10 +730,7 @@ EQMP { .name = "set_link", .args_type = "name:s,up:b", - .params = "name on|off", - .help = "change the link status of a network adapter", - .user_print = monitor_user_noop, - .mhandler.cmd_new = do_set_link, + .mhandler.cmd_new = qmp_marshal_input_set_link, }, SQMP |