[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/1] docs/system/riscv: document acpi parameter of virt ma
From: |
Alistair Francis |
Subject: |
Re: [PATCH v2 1/1] docs/system/riscv: document acpi parameter of virt machine |
Date: |
Thu, 4 Jan 2024 16:14:37 +1000 |
On Thu, Dec 21, 2023 at 6:03 AM Heinrich Schuchardt
<heinrich.schuchardt@canonical.com> wrote:
>
> Since QEMU v8.0.0 the RISC-V virt machine has a switch to disable ACPI
> table generation. Add it to the documentation.
>
> Fixes: 168b8c29cedb ("hw/riscv/virt: Add a switch to disable ACPI")
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Alistair
> ---
> v2:
> mention that acpi=on is the default
> ---
> docs/system/riscv/virt.rst | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/docs/system/riscv/virt.rst b/docs/system/riscv/virt.rst
> index f5fa7b8b29..9a06f95a34 100644
> --- a/docs/system/riscv/virt.rst
> +++ b/docs/system/riscv/virt.rst
> @@ -95,6 +95,11 @@ The following machine-specific options are supported:
> SiFive CLINT. When not specified, this option is assumed to be "off".
> This option is restricted to the TCG accelerator.
>
> +- acpi=[on|off|auto]
> +
> + When this option is "on" (which is the default), ACPI tables are generated
> and
> + exposed as firmware tables etc/acpi/rsdp and etc/acpi/tables.
> +
> - aia=[none|aplic|aplic-imsic]
>
> This option allows selecting interrupt controller defined by the AIA
> --
> 2.40.1
>
>
- Re: [PATCH v2 1/1] docs/system/riscv: document acpi parameter of virt machine,
Alistair Francis <=