[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCHv4 40/43] plat/kvm: Add kvm to Arm64 supported platform list
Device tree library would be the default selected library for Arm64. Because we have parse lots of informations from device tree. Signed-off-by: Wei Chen <Wei.Chen@xxxxxxx> --- plat/kvm/Config.uk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plat/kvm/Config.uk b/plat/kvm/Config.uk index 967a07b..abc456a 100644 --- a/plat/kvm/Config.uk +++ b/plat/kvm/Config.uk @@ -1,11 +1,12 @@ menuconfig PLAT_KVM bool "KVM guest" default n - depends on (ARCH_X86_64) + depends on (ARCH_X86_64 || ARCH_ARM_64) select LIBUKDEBUG select LIBUKALLOC select LIBUKTIMECONV select LIBNOLIBC if !HAVE_LIBC + select LIBFDT if ARCH_ARM_64 help Create a Unikraft image that runs as a KVM guest -- 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 |