From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 5/5] tools/hotplug: support XENSTORED_TRACE in systemd Date: Fri, 12 Dec 2014 10:07:23 +0000 Message-ID: <1418378843.23309.43.camel@citrix.com> References: <1417781152-9926-1-git-send-email-olaf@aepfle.de> <1417781152-9926-6-git-send-email-olaf@aepfle.de> <21633.41977.399042.691409@mariner.uk.xensource.com> <20141208123736.GA3691@aepfle.de> <21639.7875.160312.349247@mariner.uk.xensource.com> <20141209162740.GA14288@aepfle.de> <21639.10108.666942.407514@mariner.uk.xensource.com> <20141210091534.GA24974@aepfle.de> <1418205728.19809.40.camel@citrix.com> <20141210180144.GB4441@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20141210180144.GB4441@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Olaf Hering Cc: Ian Jackson , xen-devel@lists.xen.org, Wei Liu , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Wed, 2014-12-10 at 19:01 +0100, Olaf Hering wrote: > On Wed, Dec 10, Ian Campbell wrote: > > > Separately from the above I wonder if it might be worth moving the > > xenstore readiness check into the xen-init-dom0 helper and having most > > things which currently depend on xenstore actually depend on the > > "dom0-is-ready" unit, which itself depends on xenstored, qemu-dom0 and > > whatever else is supposed to be ready in a dom0? > > You mean something like this chain of depencencies? > > xenstored > xen-init-dom0 > xenconsoled | qemu-dom0 > xendomains If you mean | to be "in parallel" rather than "or" then yes, I think that's what I meant, or something like it. Ian.