[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH for-4.5] libxl: don't use a qemu-ifup script on FreeBSD
On Fri, Sep 26, 2014 at 06:14:12PM +0200, Roger Pau Monne wrote: > FreeBSD doesn't use any qemu-ifup script in order to setup the network, it > is all done on the hotplug script like Linux. > > Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx> > Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> > Cc: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> > Cc: Ian Campbell <ian.campbell@xxxxxxxxxx> > Cc: Wei Liu <wei.liu2@xxxxxxxxxx> > Cc: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> > --- > I request a code freeze exception on the basis that this is a bugfix and it > doesn't change the behaviour on platforms different than FreeBSD. <nods> Release-Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> > --- > tools/libxl/libxl_dm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/libxl/libxl_dm.c b/tools/libxl/libxl_dm.c > index fbc82fd..0018113 100644 > --- a/tools/libxl/libxl_dm.c > +++ b/tools/libxl/libxl_dm.c > @@ -21,7 +21,7 @@ > > static const char *libxl_tapif_script(libxl__gc *gc) > { > -#ifdef __linux__ > +#if defined(__linux__) || defined(__FreeBSD__) > return libxl__strdup(gc, "no"); > #else > return libxl__sprintf(gc, "%s/qemu-ifup", libxl__xen_script_dir_path()); > -- > 1.9.3 (Apple Git-50) > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |