From 0ebf007ddacf15a4483a4e740bf6c9dd688b5b5a Mon Sep 17 00:00:00 2001 From: Sergio Lopez Date: Wed, 2 Oct 2019 08:03:19 +0200 Subject: hw/i386: Introduce the microvm machine type microvm is a machine type inspired by Firecracker and constructed after its machine model. It's a minimalist machine type without PCI nor ACPI support, designed for short-lived guests. microvm also establishes a baseline for benchmarking and optimizing both QEMU and guest operating systems, since it is optimized for both boot time and footprint. Signed-off-by: Sergio Lopez Reviewed-by: Michael S. Tsirkin --- hw/i386/Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/i386/Makefile.objs') diff --git a/hw/i386/Makefile.objs b/hw/i386/Makefile.objs index 7ed80a4853..0d195b5210 100644 --- a/hw/i386/Makefile.objs +++ b/hw/i386/Makefile.objs @@ -4,6 +4,7 @@ obj-y += x86.o obj-y += pc.o obj-$(CONFIG_I440FX) += pc_piix.o obj-$(CONFIG_Q35) += pc_q35.o +obj-$(CONFIG_MICROVM) += microvm.o obj-y += fw_cfg.o pc_sysfw.o obj-y += x86-iommu.o obj-$(CONFIG_VTD) += intel_iommu.o -- cgit v1.2.3