Message ID | 20130807145928.83bd0f0c17a81ffad1507efd@linaro.org |
---|---|
State | Accepted |
Headers | show |
Hi, I'm ok with this patch. Acked-by: Riku Voipio <riku.voipio@linaro.org> On 7 August 2013 22:59, Kim Phillips <kim.phillips@linaro.org> wrote: > Bridge and TUN/TAP support are needed for enabling networking with > a guest OS. > > Signed-off-by: Kim Phillips <kim.phillips@linaro.org> > --- > ultimately targeted for the LNG kernel, but seeking acceptance in > the upstream linaro kernel > > linaro/configs/kvm-host.conf | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/linaro/configs/kvm-host.conf b/linaro/configs/kvm-host.conf > index 21a40e0..0e4c21a 100644 > --- a/linaro/configs/kvm-host.conf > +++ b/linaro/configs/kvm-host.conf > @@ -9,3 +9,5 @@ CONFIG_KVM_ARM_VGIC=y > CONFIG_KVM_MMIO=y > CONFIG_KVM=y > CONFIG_BLK_DEV_NBD=m > +CONFIG_BRIDGE=y > +CONFIG_TUN=y > -- > 1.8.3.3 >
diff --git a/linaro/configs/kvm-host.conf b/linaro/configs/kvm-host.conf index 21a40e0..0e4c21a 100644 --- a/linaro/configs/kvm-host.conf +++ b/linaro/configs/kvm-host.conf @@ -9,3 +9,5 @@ CONFIG_KVM_ARM_VGIC=y CONFIG_KVM_MMIO=y CONFIG_KVM=y CONFIG_BLK_DEV_NBD=m +CONFIG_BRIDGE=y +CONFIG_TUN=y
Bridge and TUN/TAP support are needed for enabling networking with a guest OS. Signed-off-by: Kim Phillips <kim.phillips@linaro.org> --- ultimately targeted for the LNG kernel, but seeking acceptance in the upstream linaro kernel linaro/configs/kvm-host.conf | 2 ++ 1 file changed, 2 insertions(+)