From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: Hypercalls from user-space Date: Fri, 24 Sep 2010 12:14:58 -0700 Message-ID: <4C9CF8B2.1010103@goop.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 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: "Srujan D. Kotikela" Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 09/24/2010 11:38 AM, Srujan D. Kotikela wrote: > Hi, > > Can anyone tell me how to invoke hypercalls from user space? Or any > pointers for the same. > > It's urgent, please help. > You can't directly invoke hypercalls from userspace. In a privileged domain you can use ioctls on /proc/xen/privcmd. J