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:27:35 +0100 Message-ID: <20374.32791.895351.745797@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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1335262630.4347.73.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:09 +0100, Ian Jackson wrote: > > Ian Campbell writes ("Re: [Xen-devel] [PATCH v3 3/5] libxl: call hotplug scripts from libxl for vbd"): > > > > XENBUS_PATH contains elements for both the back- and frontend domains as > > > well as the specific device. > > > > > > Or do you think the key should be global per-(backend-domain rather than > > > per-device? > > > > The latter. > > So /libxl/$XENBUS_PATH is ok then? ? I was suggesting that the key should be global, and XENBUS_PATH contains too much. Ian.