]> git.proxmox.com Git - qemu.git/blobdiff - qmp-commands.hx
qapi: convert netdev_del
[qemu.git] / qmp-commands.hx
index f6550cb9bd9312697be41435a4c7a7df46311589..57ea803b141663ca1b59fa397e13e9ed007a4643 100644 (file)
@@ -671,10 +671,7 @@ EQMP
     {
         .name       = "netdev_del",
         .args_type  = "id:s",
-        .params     = "id",
-        .help       = "remove host network device",
-        .user_print = monitor_user_noop,
-        .mhandler.cmd_new = do_netdev_del,
+        .mhandler.cmd_new = qmp_marshal_input_netdev_del,
     },
 
 SQMP