Re: [Xen-devel] [PATCH WIP 3/6] xen/arm: get privilege status

2012-07-12 Thread Stefano Stabellini
On Mon, 9 Jul 2012, Konrad Rzeszutek Wilk wrote: > On Fri, Jun 22, 2012 at 05:14:42PM +0100, Stefano Stabellini wrote: > > Use Xen features to figure out if we are privileged. > > Is there a corresponding Xen c/s for the XNEFEAT_dom0? Yes, that would be 23735 (http://xenbits.xensource.com/hg/xen-

Re: [Xen-devel] [PATCH WIP 3/6] xen/arm: get privilege status

2012-07-09 Thread Konrad Rzeszutek Wilk
On Fri, Jun 22, 2012 at 05:14:42PM +0100, Stefano Stabellini wrote: > Use Xen features to figure out if we are privileged. Is there a corresponding Xen c/s for the XNEFEAT_dom0? Why can't the existing SIF_PRIVILIGED call work? Isn't that somethign that the hypervisor sets for the guest? > > Sig