[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Minios-devel] [UNIKRAFT PATCH 2/9] plat/kvm: add options to choose QEMU or Firecracker



For now, the Firecracker option is a noop.

Signed-off-by: Florian Schmidt <florian.schmidt@xxxxxxxxx>
---
 plat/kvm/Config.uk | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/plat/kvm/Config.uk b/plat/kvm/Config.uk
index 5a6dfc14..28853646 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.21.0


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.