]> www.infradead.org Git - users/dwmw2/qemu.git/commit
qemu-options: Deprecate "-runas" and introduce "-run-with user=..." instead
authorThomas Huth <thuth@redhat.com>
Mon, 6 May 2024 11:20:58 +0000 (13:20 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 10 May 2024 06:34:29 +0000 (08:34 +0200)
commit95e0fb0afac678b13a70b476b4ad564569d6df8c
treed9b1bac73cbe56e71dcdd3c35578fa8b30f79af9
parent6e55b32d45976a8e78cbd3bbdf6ed1148cb2662a
qemu-options: Deprecate "-runas" and introduce "-run-with user=..." instead

The old "-runas" option has the disadvantage that it is not visible
in the QAPI schema, so it is not available via the normal introspection
mechanisms. We've recently introduced the "-run-with" option for exactly
this purpose, which is meant to handle the options that affect the
runtime behavior. Thus let's introduce a "user=..." parameter here now
and deprecate the old "-runas" option.

Message-ID: <20240506112058.51446-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
docs/about/deprecated.rst
qemu-options.hx
system/vl.c