From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: Re: [PATCH v3 3/5] libxl: call hotplug scripts from libxl for vbd Date: Tue, 24 Apr 2012 11:37:27 +0100 Message-ID: <20374.33383.748153.64321@mariner.uk.xensource.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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1335263341.4347.75.camel@zakaz.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 Campbell Cc: "xen-devel@lists.xen.org" , Roger Pau Monne List-Id: xen-devel@lists.xenproject.org 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.