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 /hmp-commands.hx | |
parent | ab49ab5c488237f3656689c4a3cab29e29884ca6 (diff) | |
download | qemu-4b37156c40c3d7d63ac332e3bb9f85a66c3f5e5e.zip qemu-4b37156c40c3d7d63ac332e3bb9f85a66c3f5e5e.tar.gz qemu-4b37156c40c3d7d63ac332e3bb9f85a66c3f5e5e.tar.bz2 |
qapi: Convert set_link
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r-- | hmp-commands.hx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx index b82aff8..93d4a7e 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -1038,8 +1038,7 @@ ETEXI .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 = hmp_set_link, }, STEXI |