From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Pau Monne Subject: Re: [PATCH v3 3/5] libxl: call hotplug scripts from libxl for vbd Date: Wed, 25 Apr 2012 14:53:14 +0100 Message-ID: <4F9801CA.6040800@citrix.com> References: <1334928211-29856-1-git-send-email-roger.pau@citrix.com> <1334928211-29856-4-git-send-email-roger.pau@citrix.com> <20373.34767.584624.953798@mariner.uk.xensource.com> <1335258998.4347.59.camel@zakaz.uk.xensource.com> <20374.31730.484142.339795@mariner.uk.xensource.com> <1335262630.4347.73.camel@zakaz.uk.xensource.com> <20374.32791.895351.745797@mariner.uk.xensource.com> <1335263341.4347.75.camel@zakaz.uk.xensource.com> <20374.33383.748153.64321@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20374.33383.748153.64321@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: Ian Campbell , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org Ian Jackson escribi=F3: > Ian Campbell writes ("Re: [Xen-devel] [PATCH v3 3/5] libxl: call hotplug = scripts from libxl for vbd"): >> On Tue, 2012-04-24 at 11:27 +0100, Ian Jackson wrote: >>> I was suggesting that the key should be global, and XENBUS_PATH >>> contains too much. >> Ah, I saw "latter" and read the last bit of my sentence "per-device", my >> mistake. > > Right. > > The reason I think it should be global is that this is a transitional > bodge to make driver domains continue to work pending a proper > sorting-out in 4.3. So there is no need to make it fully general. > > Ian. So the new variable should be global, even between devices, so that we = either enable hotplug script calling from xl for all, or for none. = Something like: /libxl/run_hotplug_scripts Thanks.