From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Backes Subject: Help With Custom Hyper Calls Date: Fri, 12 Aug 2011 11:19:53 -0500 Message-ID: <4E4552A9.2000003@adventiumlabs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hello, So I'm new to Xen development and want to play around with Xen Hypercalls, but havn't been able to find a whole lot of documentation related to creating custom Hypercalls. I've found that to create a custom Hypercall I need to define it with an unused Hypercall number in "xen/include/public/xen.h", but then I am unsure of the next steps (e.g., where to place the function to call with the Hypercall). Can anyone point more towards some documentation or at least towards the correct locations for registering new Hypercalls? Thanks in advance. - John