mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-28 20:15:51 +00:00
Merge pull request #674 from devimc/2020-09-03/runtime/qemuRawKernel
runtime: qemu: reduce boot time and memory footprint
This commit is contained in:
@@ -239,6 +239,7 @@ ifneq (,$(QEMUCMD))
|
|||||||
# qemu-specific options (all should be suffixed by "_QEMU")
|
# qemu-specific options (all should be suffixed by "_QEMU")
|
||||||
DEFBLOCKSTORAGEDRIVER_QEMU := virtio-scsi
|
DEFBLOCKSTORAGEDRIVER_QEMU := virtio-scsi
|
||||||
DEFNETWORKMODEL_QEMU := tcfilter
|
DEFNETWORKMODEL_QEMU := tcfilter
|
||||||
|
KERNELTYPE = uncompressed
|
||||||
KERNELNAME = $(call MAKE_KERNEL_NAME,$(KERNELTYPE))
|
KERNELNAME = $(call MAKE_KERNEL_NAME,$(KERNELTYPE))
|
||||||
KERNELPATH = $(KERNELDIR)/$(KERNELNAME)
|
KERNELPATH = $(KERNELDIR)/$(KERNELNAME)
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user