From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] mini-os: shutdown_thread depends on xenbus Date: Sat, 01 Dec 2012 07:51:29 +0000 Message-ID: References: <20121130231354.GA5857@type.youpi.perso.aquilenet.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20121130231354.GA5857@type.youpi.perso.aquilenet.fr> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Samuel Thibault , Daniel De Graaf Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 30/11/2012 23:13, "Samuel Thibault" wrote: > Daniel De Graaf, le Fri 30 Nov 2012 15:44:49 -0500, a =E9crit : >> This fixes the build of the xenstore stub domain, which should never be >> shut down and so does not need this feature. > = > Oops, indeed. > We should probably also comment out the wait queue and variables, to > make sure no code references it? I applied Daniel's patch to fix the build. Feel free to follow up with further cleanup, of course. -- Keir > Samuel