Merge pull request #674 from devimc/2020-09-03/runtime/qemuRawKernel

runtime: qemu: reduce boot time and memory footprint
This commit is contained in:
Julio Montes
2020-09-04 14:39:34 -05:00
committed by GitHub

View File

@@ -239,6 +239,7 @@ ifneq (,$(QEMUCMD))
# qemu-specific options (all should be suffixed by "_QEMU")
DEFBLOCKSTORAGEDRIVER_QEMU := virtio-scsi
DEFNETWORKMODEL_QEMU := tcfilter
KERNELTYPE = uncompressed
KERNELNAME = $(call MAKE_KERNEL_NAME,$(KERNELTYPE))
KERNELPATH = $(KERNELDIR)/$(KERNELNAME)
endif