summary refs log tree commit diff stats
path: root/system/vl.c
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2025-01-03 16:54:11 +0100
committerThomas Huth <thuth@redhat.com>2025-01-07 15:00:57 +0100
commit00cfbdcbe16dd1af2af8aba0584a2acf2b4d8ce6 (patch)
tree9de7acf7c4b9c93a5bc0f5335548e271f788d450 /system/vl.c
parent921dee4645c4e8abffbbecaf595c82935170a072 (diff)
downloadfocaccia-qemu-00cfbdcbe16dd1af2af8aba0584a2acf2b4d8ce6.tar.gz
focaccia-qemu-00cfbdcbe16dd1af2af8aba0584a2acf2b4d8ce6.zip
Remove the deprecated "-runas" command line option
It has been marked as deprecated two releases ago, so it should
be fine now to remove this command line option.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20250103155411.721759-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'system/vl.c')
-rw-r--r--system/vl.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/system/vl.c b/system/vl.c
index 0843b7ab49..3c5bd36d7d 100644
--- a/system/vl.c
+++ b/system/vl.c
@@ -3611,15 +3611,6 @@ void qemu_init(int argc, char **argv)
                 /* Nothing to be parsed here. Especially, do not error out below. */
                 break;
 #if defined(CONFIG_POSIX)
-            case QEMU_OPTION_runas:
-                warn_report("-runas is deprecated, use '-run-with user=...' instead");
-                if (!os_set_runas(optarg)) {
-                    error_report("User \"%s\" doesn't exist"
-                                 " (and is not <uid>:<gid>)",
-                                 optarg);
-                    exit(1);
-                }
-                break;
             case QEMU_OPTION_daemonize:
                 os_set_daemonize(true);
                 break;