aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2024-01-18 11:37:57 +0100
committerThomas Huth <thuth@redhat.com>2024-01-19 11:38:32 +0100
commit4a6410104491b703116cd12ef18a61d13cb5a23f (patch)
treebb185ab4b712f0164674fb8b45b6e2ac367c2416 /system
parent48c1c25a55cdf02d21b1781531e21299736b193a (diff)
downloadqemu-4a6410104491b703116cd12ef18a61d13cb5a23f.zip
qemu-4a6410104491b703116cd12ef18a61d13cb5a23f.tar.gz
qemu-4a6410104491b703116cd12ef18a61d13cb5a23f.tar.bz2
qemu-options: Remove the deprecated -no-acpi option
It's been marked as deprecated since QEMU 8.0, so it should be fine to remove this now. Message-ID: <20240118103759.130748-3-thuth@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'system')
-rw-r--r--system/vl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/system/vl.c b/system/vl.c
index f08c4c8..7e25888 100644
--- a/system/vl.c
+++ b/system/vl.c
@@ -3369,10 +3369,6 @@ void qemu_init(int argc, char **argv)
display_remote++;
break;
#endif
- case QEMU_OPTION_no_acpi:
- warn_report("-no-acpi is deprecated, use '-machine acpi=off' instead");
- qdict_put_str(machine_opts_dict, "acpi", "off");
- break;
case QEMU_OPTION_no_reboot:
olist = qemu_find_opts("action");
qemu_opts_parse_noisily(olist, "reboot=shutdown", false);