summary refs log tree commit diff stats
path: root/docs/about
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2023-07-03 09:44:47 +0200
committerThomas Huth <thuth@redhat.com>2023-07-10 15:34:57 +0200
commit9ffcbe2a60d24fc20b98f010dbca244df1fe82c5 (patch)
tree41b33bef6f241e72f65941a138ee38f16599057f /docs/about
parentbc55e2eaa6d662f10a1f4cff0d285d77dbc9362a (diff)
downloadfocaccia-qemu-9ffcbe2a60d24fc20b98f010dbca244df1fe82c5.tar.gz
focaccia-qemu-9ffcbe2a60d24fc20b98f010dbca244df1fe82c5.zip
os-posix: Allow 'chroot' via '-run-with' and deprecate the old '-chroot' option
We recently introduced "-run-with" for options that influence the
runtime behavior of QEMU. This option has the big advantage that it
can group related options (so that it is easier for the users to spot
them) and that the options become introspectable via QMP this way.
So let's start moving more switches into this option group, starting
with "-chroot" now.

Reviewed-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Message-Id: <20230703074447.17044-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'docs/about')
-rw-r--r--docs/about/deprecated.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst
index ddc1e48460..02ea5a839f 100644
--- a/docs/about/deprecated.rst
+++ b/docs/about/deprecated.rst
@@ -116,6 +116,11 @@ Use "whpx" (on Windows) or "hvf" (on macOS) instead.
 
 Use ``-run-with async-teardown=on`` instead.
 
+``-chroot`` (since 8.1)
+'''''''''''''''''''''''
+
+Use ``-run-with chroot=dir`` instead.
+
 ``-singlestep`` (since 8.1)
 '''''''''''''''''''''''''''