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~
