]> git.proxmox.com Git - qemu.git/blobdiff - monitor.c
QMP: Introduce VNC_CONNECTED event
[qemu.git] / monitor.c
index b824e7c7cdf71fee3c66e1aefa06839e51be7750..c92668045a7f1e7872e32a92579ec7d6f940314f 100644 (file)
--- a/monitor.c
+++ b/monitor.c
@@ -357,6 +357,9 @@ void monitor_protocol_event(MonitorEvent event, QObject *data)
         case QEVENT_STOP:
             event_name = "STOP";
             break;
+        case QEVENT_VNC_CONNECTED:
+            event_name = "VNC_CONNECTED";
+            break;
         default:
             abort();
             break;