diff options
| author | Thomas Huth <thuth@redhat.com> | 2023-02-24 10:05:43 +0100 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2023-02-27 09:23:21 +0100 |
| commit | fffa36b68e2f266c8b03ef3fdd242aa9a9181a87 (patch) | |
| tree | 80c0e437f4f2cb4b63713037e7916ac93c8dbeb6 /docs/about | |
| parent | e97a9b8ce6aaefcd2523010946609245b8a1bd8c (diff) | |
| download | focaccia-qemu-fffa36b68e2f266c8b03ef3fdd242aa9a9181a87.tar.gz focaccia-qemu-fffa36b68e2f266c8b03ef3fdd242aa9a9181a87.zip | |
Deprecate the "-no-acpi" command line switch
Similar to "-no-hpet", the "-no-acpi" switch is a legacy command line option that should be replaced with the "acpi" machine parameter nowadays. Message-Id: <20230224090543.1129677-1-thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Sunil V L <sunilvl@ventanamicro.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'docs/about')
| -rw-r--r-- | docs/about/deprecated.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst index ee95bcb1a6..15084f7bea 100644 --- a/docs/about/deprecated.rst +++ b/docs/about/deprecated.rst @@ -99,6 +99,12 @@ form is preferred. The HPET setting has been turned into a machine property. Use ``-machine hpet=off`` instead. +``-no-acpi`` (since 8.0) +'''''''''''''''''''''''' + +The ``-no-acpi`` setting has been turned into a machine property. +Use ``-machine acpi=off`` instead. + ``-accel hax`` (since 8.0) '''''''''''''''''''''''''' |