On 3/10/23 23:16, Bernhard Beschow wrote:
Commit 6103451aeb74 ("hw/i386: Build-time assertion on pc/q35 reset register being identical.") introduced a build-time check where the addresses of the reset registers are expected to be equal. Back then the code to generate AML for the reset register in the FADT was common. However, since commit 937d1b58714b ("pc: acpi: isolate FADT specific data into AcpiFadtData structure") the AML gets generated for ICH9 only. There is no need any loger for the assertion, so
"longer"
remove it. Signed-off-by: Bernhard Beschow <shen...@gmail.com> --- hw/i386/acpi-build.c | 5 ----- 1 file changed, 5 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>