]> git.proxmox.com Git - mirror_qemu.git/commit - os-posix.c
os-posix: Allow 'chroot' via '-run-with' and deprecate the old '-chroot' option
authorThomas Huth <thuth@redhat.com>
Mon, 3 Jul 2023 07:44:47 +0000 (09:44 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 10 Jul 2023 13:34:57 +0000 (15:34 +0200)
commit9ffcbe2a60d24fc20b98f010dbca244df1fe82c5
tree41b33bef6f241e72f65941a138ee38f16599057f
parentbc55e2eaa6d662f10a1f4cff0d285d77dbc9362a
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>
docs/about/deprecated.rst
os-posix.c
qemu-options.hx
util/async-teardown.c