summary refs log tree commit diff stats
path: root/qemu-options.hx
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 /qemu-options.hx
parent48c1c25a55cdf02d21b1781531e21299736b193a (diff)
downloadfocaccia-qemu-4a6410104491b703116cd12ef18a61d13cb5a23f.tar.gz
focaccia-qemu-4a6410104491b703116cd12ef18a61d13cb5a23f.zip
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 'qemu-options.hx')
-rw-r--r--qemu-options.hx9
1 files changed, 0 insertions, 9 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index 38d38abd6d..844a189fb0 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -2647,15 +2647,6 @@ SRST
     needed to boot from old floppy disks.
 ERST
 
-DEF("no-acpi", 0, QEMU_OPTION_no_acpi,
-           "-no-acpi        disable ACPI\n", QEMU_ARCH_I386 | QEMU_ARCH_ARM)
-SRST
-``-no-acpi``
-    Disable ACPI (Advanced Configuration and Power Interface) support.
-    Use it if your guest OS complains about ACPI problems (PC target
-    machine only).
-ERST
-
 DEF("acpitable", HAS_ARG, QEMU_OPTION_acpitable,
     "-acpitable [sig=str][,rev=n][,oem_id=str][,oem_table_id=str][,oem_rev=n][,asl_compiler_id=str][,asl_compiler_rev=n][,{data|file}=file1[:file2]...]\n"
     "                ACPI table description\n", QEMU_ARCH_I386)