diff options
| author | Thomas Huth <thuth@redhat.com> | 2024-01-18 11:37:59 +0100 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2024-01-19 11:38:32 +0100 |
| commit | 1e7886e9e2068a4d83c1a05011cf21e638090ec5 (patch) | |
| tree | 7db0d0caf878b5a9d1f48ac4aa9c6f02d2f46eaa /qemu-options.hx | |
| parent | 2582489fecd6042d69e1fa060ab5ff89f4cef550 (diff) | |
| download | focaccia-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 'qemu-options.hx')
| -rw-r--r-- | qemu-options.hx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 8299f5cc0f..42d813474b 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -4793,18 +4793,6 @@ SRST ERST #ifndef _WIN32 -DEF("chroot", HAS_ARG, QEMU_OPTION_chroot, \ - "-chroot dir chroot to dir just before starting the VM (deprecated)\n", - QEMU_ARCH_ALL) -#endif -SRST -``-chroot dir`` - Deprecated, use '-run-with chroot=...' instead. - Immediately before starting guest execution, chroot to the specified - directory. Especially useful in combination with -runas. -ERST - -#ifndef _WIN32 DEF("runas", HAS_ARG, QEMU_OPTION_runas, \ "-runas user change to user id user just before starting the VM\n" \ " user can be numeric uid:gid instead\n", |