Tested on xen-4.2.3_02-0.7.1

xen-pcifront.ko is only used for PCI Passthrough and not necessary for
normal network/block usage.
Before this, this module was bulltin in kernel

Can anyone with commit access take a look at this?


---
     Luiz Angelo Daros de Luca, Me.
            luizl...@gmail.com


2014-05-27 17:47 GMT-03:00 <luizl...@gmail.com>:

> From: Luiz Angelo Daros de Luca <luizl...@gmail.com>
>
> There is a package for /drivers/pci/xen-pcifront.ko (kmod-xen-pcidev)
> However, the kernel module was defined to be built-in and not loadable.
> (Is there any special reason?)
> This patch changes (back?) the xen-pcifront.ko to loadable module
>
> Signed-off-by: Luiz Angelo Daros de Luca <luizl...@gmail.com>
> ---
>  target/linux/x86/xen_domu/config-3.10 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/target/linux/x86/xen_domu/config-3.10
> b/target/linux/x86/xen_domu/config-3.10
> index 4b7c80f..cf4a8d5 100644
> --- a/target/linux/x86/xen_domu/config-3.10
> +++ b/target/linux/x86/xen_domu/config-3.10
> @@ -69,7 +69,7 @@ CONFIG_XEN_GRANT_DEV_ALLOC=m
>  CONFIG_XEN_HAVE_PVMMU=y
>  CONFIG_XEN_MAX_DOMAIN_MEMORY=64
>  # CONFIG_XEN_NETDEV_FRONTEND is not set
> -CONFIG_XEN_PCIDEV_FRONTEND=y
> +CONFIG_XEN_PCIDEV_FRONTEND=m
>  CONFIG_XEN_PRIVCMD=m
>  # CONFIG_XEN_PRIVILEGED_GUEST is not set
>  CONFIG_XEN_PVHVM=y
> --
> 1.8.4.5
>
>
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to