]> git.ipfire.org Git - thirdparty/qemu.git/commit
i386: correctly select code in hw/i386 that depends on other components
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 9 May 2024 17:00:39 +0000 (19:00 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 10 May 2024 13:45:15 +0000 (15:45 +0200)
commit7974e51342775c87f6e759a8c525db1045ddfa24
treecd3f5bdbb2f2c8314c7c105642c836666caa3189
parent88f5ed7017897bc3108463e75e3b4828032a3992
i386: correctly select code in hw/i386 that depends on other components

fw_cfg.c and vapic.c are currently included unconditionally but
depend on other components.  vapic.c depends on the local APIC,
while fw_cfg.c includes a piece of AML builder code that depends
on CONFIG_ACPI.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Message-ID: <20240509170044.190795-9-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/i386/fw_cfg.c
hw/i386/meson.build