qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/3] hw/acpi: Provide stub version of acpi_ghes_record_errors


From: Paolo Bonzini
Subject: Re: [PATCH 1/3] hw/acpi: Provide stub version of acpi_ghes_record_errors()
Date: Thu, 17 Jun 2021 12:28:04 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1

On 03/06/21 20:52, Richard Henderson wrote:
On 6/3/21 10:12 AM, Peter Maydell wrote:
+softmmu_ss.add(when: 'CONFIG_ACPI', if_false: files('acpi-stub.c', 'aml-build-stub.c', 'ghes-stub.c'))
  softmmu_ss.add_all(when: 'CONFIG_ACPI', if_true: acpi_ss)
  softmmu_ss.add(when: 'CONFIG_ALL', if_true: files('acpi-stub.c', 'aml-build-stub.c', -                                                  'acpi-x86-stub.c', 'ipmi-stub.c')) +                                                  'acpi-x86-stub.c', 'ipmi-stub.c', 'ghes-stub.c'))

Gosh that last line is confusing.  I see it's documented in build-system.rst, but yeesh.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

Yeah, it's vestigial of the makefiles and I should remove it.

That said, here:

+acpi_ss.add(when: 'CONFIG_ACPI_APEI', if_true: files('ghes.c'), 
if_false:('ghes-stub.c'))

There's a missing "files" after if_false.

Paolo




reply via email to

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