From 1e7886e9e2068a4d83c1a05011cf21e638090ec5 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Thu, 18 Jan 2024 11:37:59 +0100 Subject: 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 Message-ID: <20240118103759.130748-5-thuth@redhat.com> Signed-off-by: Thomas Huth --- system/vl.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'system/vl.c') diff --git a/system/vl.c b/system/vl.c index 924356f864..c125fb9079 100644 --- a/system/vl.c +++ b/system/vl.c @@ -3592,11 +3592,6 @@ void qemu_init(int argc, char **argv) exit(1); } break; - case QEMU_OPTION_chroot: - warn_report("option is deprecated," - " use '-run-with chroot=...' instead"); - os_set_chroot(optarg); - break; case QEMU_OPTION_daemonize: os_set_daemonize(true); break; -- cgit 1.4.1