qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH_V3] Adding ifdefs to call the respective routines only when t


From: Richard Henderson
Subject: Re: [PATCH_V3] Adding ifdefs to call the respective routines only when their configs are enabled
Date: Mon, 24 May 2021 21:14:33 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 5/24/21 8:23 PM, Swetha Joshi wrote:
Where do I add the commit message?

When you use git commit?

About the outer if, so if config_arm_virt was enabled and if acpi_enabled Is true, we still need to make sure config_acpi_apei was enabled as well.

Done in hw/arm/Kconfig:

config ARM_VIRT
...
    select ACPI_APEI


r~



reply via email to

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