mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
qapi: Convert set_link
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
ab49ab5c48
commit
4b37156c40
7 changed files with 37 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue