| Submitter | Andy Whitcroft |
|---|---|
| Date | Aug. 9, 2011, 1 p.m. |
| Message ID | <1312894823-27006-2-git-send-email-apw@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/109214/ |
| State | New |
| Headers | show |
Comments
Applied to Oneiric master-next. Thanks, Leann On Tue, 2011-08-09 at 14:00 +0100, Andy Whitcroft wrote: > This options is still experimental but enables a separate network virtual > device. This can be used to optimise networks for KVM hosts. > > BugLink: http://bugs.launchpad.net/bugs/822601 > Signed-off-by: Andy Whitcroft <apw@canonical.com> > --- > debian.master/config/config.common.ubuntu | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu > index 5324d00..3d58e93 100644 > --- a/debian.master/config/config.common.ubuntu > +++ b/debian.master/config/config.common.ubuntu > @@ -2805,7 +2805,7 @@ CONFIG_MACH_SBC3530=y > CONFIG_MACH_TI8168EVM=y > CONFIG_MACINTOSH_DRIVERS=y > CONFIG_MACVLAN=m > -# CONFIG_MACVTAP is not set > +CONFIG_MACVTAP=m > CONFIG_MAC_EMUMOUSEBTN=y > CONFIG_MAC_FLOPPY=m > CONFIG_MAC_PARTITION=y > -- > 1.7.4.1 > >
Patch
diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 5324d00..3d58e93 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -2805,7 +2805,7 @@ CONFIG_MACH_SBC3530=y CONFIG_MACH_TI8168EVM=y CONFIG_MACINTOSH_DRIVERS=y CONFIG_MACVLAN=m -# CONFIG_MACVTAP is not set +CONFIG_MACVTAP=m CONFIG_MAC_EMUMOUSEBTN=y CONFIG_MAC_FLOPPY=m CONFIG_MAC_PARTITION=y
This options is still experimental but enables a separate network virtual device. This can be used to optimise networks for KVM hosts. BugLink: http://bugs.launchpad.net/bugs/822601 Signed-off-by: Andy Whitcroft <apw@canonical.com> --- debian.master/config/config.common.ubuntu | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)