Paolo Bonzini writes: > The microvm machine type uses fw_cfg but lacks SMBIOS and ACPI. Do not include > the files if the symbol is not present in QEMU and remove dependencies on > machine-specific files. > > Signed-off-by: Paolo Bonzini > --- > hw/i386/fw_cfg.c | 7 +++++++ > hw/i386/pc.c | 2 -- > 2 files changed, 7 insertions(+), 2 deletions(-) Reviewed-by: Sergio Lopez