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
commit 16f4ff38e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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