]> git.proxmox.com Git - mirror_qemu.git/blobdiff - vl.c
ui: deprecate legacy -show-cursor option
[mirror_qemu.git] / vl.c
diff --git a/vl.c b/vl.c
index 62efcd15c0bfe800676496cfd46f16be7eb3ad64..001be469c2e931861591047714d1583d23c20620 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -3562,6 +3562,8 @@ int main(int argc, char **argv, char **envp)
                 no_shutdown = 1;
                 break;
             case QEMU_OPTION_show_cursor:
+                warn_report("The -show-cursor option is deprecated, "
+                            "use -display {sdl,gtk},show-cursor=on instead");
                 dpy.has_show_cursor = true;
                 dpy.show_cursor = true;
                 break;