]> git.proxmox.com Git - qemu.git/blobdiff - hmp.c
Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging
[qemu.git] / hmp.c
diff --git a/hmp.c b/hmp.c
index eb96618e1ed2dcfabd0094ee8df46280864c1cfb..1f9fe0e995fe993632b3a249342ccfd2db3fffd5 100644 (file)
--- a/hmp.c
+++ b/hmp.c
@@ -350,6 +350,8 @@ void hmp_info_spice(Monitor *mon)
     }
     monitor_printf(mon, "        auth: %s\n", info->auth);
     monitor_printf(mon, "    compiled: %s\n", info->compiled_version);
+    monitor_printf(mon, "  mouse-mode: %s\n",
+                   SpiceQueryMouseMode_lookup[info->mouse_mode]);
 
     if (!info->has_channels || info->channels == NULL) {
         monitor_printf(mon, "Channels: none\n");