From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: determining if kernel is dom0 kernel or not. Date: Wed, 11 Jul 2007 21:38:30 +0100 Message-ID: <1184186310.4734.0.camel@localhost.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xendevel , jd List-Id: xen-devel@lists.xenproject.org On Wed, 2007-07-11 at 20:18 +0100, Keir Fraser wrote: > If you want to detect dom0 specifically then that's trickier -- > /proc/xen/privcmd for example exists even in a domU, if the kernel is > dom0-capable. You'd have to be root and then try a privileged hypercall. :-) Doesn't /proc/xen/capabilities contain something different on dom0 vs. domU?