[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH v2 2/9] plat/kvm: add options to choose QEMU or Firecracker
From: Florian Schmidt <florian.schmidt@xxxxxxxxx> For now, the Firecracker option is a noop. Change-Id: I1fb649b3d48559cb74f54593937f0f4dcabac95a Signed-off-by: Florian Schmidt <florian.schmidt@xxxxxxxxx> Signed-off-by: Haibo Xu <haibo.xu@xxxxxxx> --- plat/kvm/Config.uk | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/plat/kvm/Config.uk b/plat/kvm/Config.uk index 47ae8e2..0e56a16 100644 --- a/plat/kvm/Config.uk +++ b/plat/kvm/Config.uk @@ -12,6 +12,21 @@ menuconfig PLAT_KVM if (PLAT_KVM) +config KVM_VMM_QEMU + bool "use QEMU to run kvm VM" + default y + help + Build an image that can be run with QEMU/kvm. + +config KVM_VMM_FIRECRACKER + bool "use Firecracker to run kvm VM [WIP]" + default n + depends on ARCH_X86_64 + help + Build an image that can be run with Firecracker. + This is work in progress; enabling this option + may in fact break your QEMU/kvm build. + menu "Console Options" config KVM_KERNEL_SERIAL_CONSOLE -- 2.17.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |