From 2811ce368e20321705ff782ebd2fd6c2063dd610 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 31 Jan 2020 12:56:03 +0100 Subject: ui: deprecate legacy -show-cursor option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gerd Hoffmann Reviewed-by: Ján Tomko --- vl.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vl.c') diff --git a/vl.c b/vl.c index 62efcd15c0..001be469c2 100644 --- 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; -- cgit v1.2.3