summary refs log tree commit diff stats
path: root/docs/about/removed-features.rst
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2024-01-18 11:37:59 +0100
committerThomas Huth <thuth@redhat.com>2024-01-19 11:38:32 +0100
commit1e7886e9e2068a4d83c1a05011cf21e638090ec5 (patch)
tree7db0d0caf878b5a9d1f48ac4aa9c6f02d2f46eaa /docs/about/removed-features.rst
parent2582489fecd6042d69e1fa060ab5ff89f4cef550 (diff)
downloadfocaccia-qemu-1e7886e9e2068a4d83c1a05011cf21e638090ec5.tar.gz
focaccia-qemu-1e7886e9e2068a4d83c1a05011cf21e638090ec5.zip
qemu-options: Remove the deprecated -chroot option
It's been marked as deprecated since QEMU 8.1, so it should be fine
to remove this now.

Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240118103759.130748-5-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'docs/about/removed-features.rst')
-rw-r--r--docs/about/removed-features.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/about/removed-features.rst b/docs/about/removed-features.rst
index 43f64a26ba..a8546f4787 100644
--- a/docs/about/removed-features.rst
+++ b/docs/about/removed-features.rst
@@ -477,6 +477,11 @@ Use ``-machine acpi=off`` instead.
 
 Use ``-run-with async-teardown=on`` instead.
 
+``-chroot`` (removed in 9.0)
+''''''''''''''''''''''''''''
+
+Use ``-run-with chroot=dir`` instead.
+
 
 QEMU Machine Protocol (QMP) commands
 ------------------------------------