All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/1] docs/system/riscv: document acpi parameter of virt machine
@ 2023-12-20 19:34 Heinrich Schuchardt
  2023-12-20 19:39 ` Daniel Henrique Barboza
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Heinrich Schuchardt @ 2023-12-20 19:34 UTC (permalink / raw)
  To: Alistair Francis
  Cc: Daniel Henrique Barboza, Philippe Mathieu-Daudé,
	Sunil V L, qemu-devel, Heinrich Schuchardt

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>
---
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



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH v2 1/1] docs/system/riscv: document acpi parameter of virt machine
  2023-12-20 19:34 [PATCH v2 1/1] docs/system/riscv: document acpi parameter of virt machine Heinrich Schuchardt
@ 2023-12-20 19:39 ` Daniel Henrique Barboza
  2023-12-21  3:18 ` Sunil V L
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Daniel Henrique Barboza @ 2023-12-20 19:39 UTC (permalink / raw)
  To: Heinrich Schuchardt, Alistair Francis
  Cc: Philippe Mathieu-Daudé, Sunil V L, qemu-devel



On 12/20/23 16:34, Heinrich Schuchardt 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: Daniel Henrique Barboza <dbarboza@ventanamicro.com>

> 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2 1/1] docs/system/riscv: document acpi parameter of virt machine
  2023-12-20 19:34 [PATCH v2 1/1] docs/system/riscv: document acpi parameter of virt machine Heinrich Schuchardt
  2023-12-20 19:39 ` Daniel Henrique Barboza
@ 2023-12-21  3:18 ` Sunil V L
  2024-01-04  6:14 ` Alistair Francis
  2024-01-04  6:15 ` Alistair Francis
  3 siblings, 0 replies; 5+ messages in thread
From: Sunil V L @ 2023-12-21  3:18 UTC (permalink / raw)
  To: Heinrich Schuchardt
  Cc: Alistair Francis, Daniel Henrique Barboza,
	Philippe Mathieu-Daudé,
	qemu-devel

On Wed, Dec 20, 2023 at 08:34:36PM +0100, Heinrich Schuchardt 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>
> ---
> v2:
> 	mention that acpi=on is the default
> ---
>  docs/system/riscv/virt.rst | 5 +++++
>  1 file changed, 5 insertions(+)
> 
Reviewed-by: Sunil V L <sunilvl@ventanamicro.com>

Thanks!
Sunil


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2 1/1] docs/system/riscv: document acpi parameter of virt machine
  2023-12-20 19:34 [PATCH v2 1/1] docs/system/riscv: document acpi parameter of virt machine Heinrich Schuchardt
  2023-12-20 19:39 ` Daniel Henrique Barboza
  2023-12-21  3:18 ` Sunil V L
@ 2024-01-04  6:14 ` Alistair Francis
  2024-01-04  6:15 ` Alistair Francis
  3 siblings, 0 replies; 5+ messages in thread
From: Alistair Francis @ 2024-01-04  6:14 UTC (permalink / raw)
  To: Heinrich Schuchardt
  Cc: Alistair Francis, Daniel Henrique Barboza,
	Philippe Mathieu-Daudé,
	Sunil V L, qemu-devel

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
>
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2 1/1] docs/system/riscv: document acpi parameter of virt machine
  2023-12-20 19:34 [PATCH v2 1/1] docs/system/riscv: document acpi parameter of virt machine Heinrich Schuchardt
                   ` (2 preceding siblings ...)
  2024-01-04  6:14 ` Alistair Francis
@ 2024-01-04  6:15 ` Alistair Francis
  3 siblings, 0 replies; 5+ messages in thread
From: Alistair Francis @ 2024-01-04  6:15 UTC (permalink / raw)
  To: Heinrich Schuchardt
  Cc: Alistair Francis, Daniel Henrique Barboza,
	Philippe Mathieu-Daudé,
	Sunil V L, qemu-devel

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>

Thanks!

Applied to riscv-to-apply.next

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
>
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-01-04  6:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-20 19:34 [PATCH v2 1/1] docs/system/riscv: document acpi parameter of virt machine Heinrich Schuchardt
2023-12-20 19:39 ` Daniel Henrique Barboza
2023-12-21  3:18 ` Sunil V L
2024-01-04  6:14 ` Alistair Francis
2024-01-04  6:15 ` Alistair Francis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.