qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 4/7] ACPI ERST: include ERST feature in build of ACPI supp


From: Igor Mammedov
Subject: Re: [PATCH v3 4/7] ACPI ERST: include ERST feature in build of ACPI support
Date: Mon, 7 Jun 2021 14:32:06 +0200

On Fri, 28 May 2021 14:14:16 -0400
Eric DeVolder <eric.devolder@oracle.com> wrote:

> This change includes ERST in the build of ACPI.
> 
> Signed-off-by: Eric DeVolder <eric.devolder@orace.com>
> ---
>  hw/acpi/meson.build | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/hw/acpi/meson.build b/hw/acpi/meson.build
> index dd69577..262a8ee 100644
> --- a/hw/acpi/meson.build
> +++ b/hw/acpi/meson.build
> @@ -4,6 +4,7 @@ acpi_ss.add(files(
>    'aml-build.c',
>    'bios-linker-loader.c',
>    'utils.c',
> +  'erst.c',
>  ))
>  acpi_ss.add(when: 'CONFIG_ACPI_CPU_HOTPLUG', if_true: files('cpu.c'))
>  acpi_ss.add(when: 'CONFIG_ACPI_CPU_HOTPLUG', if_true: files('cpu_hotplug.c'))

this should be part of the patch that introduces erst.c,
unless there is a good reason for not doing so.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]