diff options
author | Thomas Huth <thuth@redhat.com> | 2024-05-06 13:20:58 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-05-10 08:34:29 +0200 |
commit | 95e0fb0afac678b13a70b476b4ad564569d6df8c (patch) | |
tree | d9b1bac73cbe56e71dcdd3c35578fa8b30f79af9 /docs/about | |
parent | 6e55b32d45976a8e78cbd3bbdf6ed1148cb2662a (diff) |
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>
Diffstat (limited to 'docs/about')
-rw-r--r-- | docs/about/deprecated.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst index e22acb17f2..6f709746db 100644 --- a/docs/about/deprecated.rst +++ b/docs/about/deprecated.rst @@ -61,6 +61,12 @@ configurations (e.g. -smp drawers=1,books=1,clusters=1 for x86 PC machine) is marked deprecated since 9.0, users have to ensure that all the topology members described with -smp are supported by the target machine. +``-runas`` (since 9.1) +---------------------- + +Use ``-run-with user=..`` instead. + + User-mode emulator command line arguments ----------------------------------------- |