[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 4/5] libxl: call hotplug scripts from libxl for vif
On Mon, 2012-04-23 at 17:59 +0100, Ian Jackson wrote: > > diff --git a/tools/libxl/libxl_types.idl b/tools/libxl/libxl_types.idl > > index 5cf9708..0b2c832 100644 > > --- a/tools/libxl/libxl_types.idl > > +++ b/tools/libxl/libxl_types.idl > > @@ -343,6 +343,7 @@ libxl_device_nic = Struct("device_nic", [ > > ("ifname", string), > > ("script", string), > > ("nictype", libxl_nic_type), > > + ("disable_xl_vif_script", integer), > > ]) > > We shouldn't have config options of the form "disable_...". They > should all be phrased as "enable" or in this case "run". And I'm not > convinced by "xl", but since there isn't any patch to the xl domain > configuration doc for this new option I'm not sure. Of course > documentation is needed... Also this should either be a bool, or perhaps a libxl_defbool if we want to do auto detection. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |