WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ia64-devel

[PATCH] adds hypercall.h (was: Re: [Xen-devel] do_* declarations (was: R

To: xen-devel@xxxxxxxxxxxxxxxxxxx, xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Subject: [PATCH] adds hypercall.h (was: Re: [Xen-devel] do_* declarations (was: Re: [Xen-ia64-devel] [PATCH] added multicall))
From: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>
Date: Fri, 27 Jan 2006 22:43:52 +0900
Delivery-date: Fri, 27 Jan 2006 13:53:10 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

This patch adds the following header files. 
 - include/xen/hypercall.h
 - include/asm-x86/hypercall.h
 - include/asm-ia64/hypercall.h

Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>

Best regards,
 Kan

Keir Fraser wrote:
>
>On 26 Jan 2006, at 10:10, Tristan Gingold wrote:
>
>> on ia64, the do_* functions for hypercalls are called in C.  However, 
>> they are
>> not declared in any .h file.  I think it is cleaner to declare them in 
>> an
>> header file rather than locally.  The question is in which header file.
>> Thank you for any suggestion.
>
>include/xen/hypercall.h, include/asm-<arch>/hypercall.h
>
>If you plan to do this, include all hypercalls and only place 
>hypercalls that really are arch-indep (defined in common, or in every 
>arch with the same prototype) in include/xen/hypercall.h.
>
>  -- Keir
>

Attachment: hypercall_header.patch
Description: Binary data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [PATCH] adds hypercall.h (was: Re: [Xen-devel] do_* declarations (was: Re: [Xen-ia64-devel] [PATCH] added multicall)), Masaki Kanno <=