aboutsummaryrefslogtreecommitdiff
path: root/default-configs
diff options
context:
space:
mode:
authorSergio Lopez <slp@redhat.com>2019-10-02 08:03:19 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2019-10-22 09:39:54 +0200
commit0ebf007ddacf15a4483a4e740bf6c9dd688b5b5a (patch)
treed31bb03da63a1956c04d4db1a27dfaaf39a320ab /default-configs
parente00803aab46c6018b695ee63eef41263c15376d9 (diff)
downloadqemu-0ebf007ddacf15a4483a4e740bf6c9dd688b5b5a.zip
qemu-0ebf007ddacf15a4483a4e740bf6c9dd688b5b5a.tar.gz
qemu-0ebf007ddacf15a4483a4e740bf6c9dd688b5b5a.tar.bz2
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 <slp@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'default-configs')
-rw-r--r--default-configs/i386-softmmu.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/i386-softmmu.mak b/default-configs/i386-softmmu.mak
index 4229900..4cc64da 100644
--- a/default-configs/i386-softmmu.mak
+++ b/default-configs/i386-softmmu.mak
@@ -28,3 +28,4 @@
CONFIG_ISAPC=y
CONFIG_I440FX=y
CONFIG_Q35=y
+CONFIG_MICROVM=y