]> Git Repo - qemu.git/blobdiff - monitor.c
VNC: Convert do_info_vnc() to QObject
[qemu.git] / monitor.c
index 897280ab5eb20942c1e5d9f991f4603591260fea..d97d529cc923f95ecd6e67a79e916e1b5ac4697d 100644 (file)
--- a/monitor.c
+++ b/monitor.c
@@ -2529,7 +2529,8 @@ static const mon_cmd_t info_cmds[] = {
         .args_type  = "",
         .params     = "",
         .help       = "show the vnc server status",
-        .mhandler.info = do_info_vnc,
+        .user_print = do_info_vnc_print,
+        .mhandler.info_new = do_info_vnc,
     },
     {
         .name       = "name",
This page took 0.023623 seconds and 4 git commands to generate.