On Thu, May 09, 2024 at 07:00:39PM +0200, Paolo Bonzini wrote: > Date: Thu, 9 May 2024 19:00:39 +0200 > From: Paolo Bonzini <pbonz...@redhat.com> > Subject: [PATCH 08/13] i386: correctly select code in hw/i386 that depends > on other components > X-Mailer: git-send-email 2.45.0 > > 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 <pbonz...@redhat.com> > --- > hw/i386/fw_cfg.c | 2 ++ > hw/i386/meson.build | 2 +- > 2 files changed, 3 insertions(+), 1 deletion(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>