From: Maxim Baryshnikov Date: Wed, 11 May 2016 23:54:49 +0000 (+0200) Subject: novabox: boot: Add parameters to ensure that requirements are met. X-Git-Url: https://rtime.felk.cvut.cz/gitweb/jailhouse-test.git/commitdiff_plain/67b0f04649b3cb45b18f6a098c7b9a6368c89217 novabox: boot: Add parameters to ensure that requirements are met. --- diff --git a/build/boot-linux b/build/boot-linux index 0b4b573..516c3ba 100755 --- a/build/boot-linux +++ b/build/boot-linux @@ -1,6 +1,6 @@ #!/usr/bin/env novaboot # -load buildroot/images/bzImage console=ttyS2,115200 memmap=0x7C00000$0x37600000 nohpet intel_iommu=off +load buildroot/images/bzImage console=ttyS2,115200 memmap=0x7C00000$0x37600000 nohpet intel_iommu=off kvm-intel.nested=1 kvm-intel.ept=1 load buildroot/images/rootfs.cpio.gz