error: Include the program name in error messages to stderr
diff --git a/vl.c b/vl.c
index 160f30a..c3abeef 100644
--- a/vl.c
+++ b/vl.c
@@ -4862,6 +4862,8 @@
     int show_vnc_port = 0;
     int defconfig = 1;
 
+    error_set_progname(argv[0]);
+
     init_clocks();
 
     qemu_cache_utils_init(envp);