[OpenWrt-Devel] Hyper-V Support for X86 or X86_64
Dirk Neukirchen
dirkneukirchen at web.de
Sun Feb 15 04:16:30 EST 2015
On 21.01.2015 20:04, Ning Ye wrote:
> This is the latest Hyper-V patch to support Linux 3.14.
>
>
> Signed-off-by: Ning Ye <ning at oaklight.us>
> --------------------------------------------------------
> +$(eval $(call KernelPackage,hyperv-util))
> +
> +#
> +# Hyper-V Storage Drive needs to be in kernel rather than module to load the root fs.
> +#
> +define KernelPackage/hyperv-storage
> + SUBMENU:=$(VIRTUAL_MENU)
> + DEPENDS:=@(TARGET_x86||TARGET_x86_64) +kmod-scsi-core
> + TITLE:=Microsoft Hyper-V Storage Driver
> + KCONFIG:= \
> + CONFIG_HYPERV_STORAGE=y \
> + CONFIG_HYPERVISOR_GUEST=y \
> + CONFIG_PARAVIRT=n \
> + CONFIG_HYPERV=y
1 whitespace error in this line
After applying this patch there is an issue with CONFIG_HYPERV_KEYBOARD missing
and it fails to build (replicated when looking at https://dev.openwrt.org/ticket/18996 )
only x86 has that symbol set
grep -R "HYPERV_KEYBOARD" target/
target/linux/x86/config-3.14:# CONFIG_HYPERV_KEYBOARD is not set
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list