mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-21 22:44:27 +01:00
Merge pull request #1030 from devimc/topic/kernel/qemu5vmlinux
qemu5-x86: boot uncompressed kernels to reduce memory footprint ~15%
This commit is contained in:
@@ -14,3 +14,7 @@ CONFIG_NR_CPUS=240
|
||||
# For security
|
||||
CONFIG_LEGACY_VSYSCALL_NONE=y
|
||||
CONFIG_RETPOLINE=y
|
||||
|
||||
# Boot directly into the uncompressed kernel
|
||||
# Reduce memory footprint
|
||||
CONFIG_PVH=y
|
||||
|
||||
@@ -1 +1 @@
|
||||
75
|
||||
76
|
||||
|
||||
@@ -24,7 +24,6 @@ qemu_black_list=(
|
||||
*/share/*/openbios-sparc64
|
||||
*/share/*/palcode-clipper
|
||||
*/share/*/ppc_rom.bin
|
||||
*/share/*/pvh.bin
|
||||
*/share/*/pxe-*
|
||||
*/share/*/QEMU,*
|
||||
*/share/*/qemu_vga.ndrv
|
||||
|
||||
Reference in New Issue
Block a user