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-devel

[Xen-devel] Re: [PATCH] Export xen_start_info & notify_remote_via_irq sy

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Re: [PATCH] Export xen_start_info & notify_remote_via_irq symbols
From: NAHieu <nahieu@xxxxxxxxx>
Date: Tue, 4 Oct 2005 16:00:57 +0900
Delivery-date: Tue, 04 Oct 2005 06:58:35 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tSXexrB0454WrlkGWjjTzX6fPmi/DZ7HrZdVWaOrYJS0hZ5eUbFqZKP2sMRQ1td+nFM3hkGLB9zgJoBQ0gnOVWLdta4dKrcd6ECB+spEX2yZ0VODbkNbUrGs1E7AX/Fod8z4kDNn/XBvqQZMN4nsgjpg59VJXsnlKVrhZUmP81s=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <5d7aca950510010843v6d3579f5tc63ea521fb978bd7@xxxxxxxxxxxxxx>
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>
References: <5d7aca950510010843v6d3579f5tc63ea521fb978bd7@xxxxxxxxxxxxxx>
Reply-to: NAHieu <nahieu@xxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

This patch has been rejected?

And is there any reason why we don't export xenbus_register_backend() ?

Thanks.
NAH

On 10/2/05, NAHieu <nahieu@xxxxxxxxx> wrote:
> The below patch exports xen_start_info & notify_remote_via_irq, makes
> them available for external kernel modules.
>
> Signed-off-by: Nguyen Anh Hieu <nahieu@xxxxxxxxx>
>
>
>
> diff -r 9d047fb99e38 linux-2.6-xen-sparse/arch/xen/i386/kernel/setup.c
> --- a/linux-2.6-xen-sparse/arch/xen/i386/kernel/setup.c Fri Sep 30 16:37:52 
> 2005
> +++ b/linux-2.6-xen-sparse/arch/xen/i386/kernel/setup.c Sat Oct  1 23:38:52 
> 2005
> @@ -365,6 +365,7 @@
>
>  /* Raw start-of-day parameters from the hypervisor. */
>  start_info_t *xen_start_info;
> +EXPORT_SYMBOL(xen_start_info);
>
>  static void __init limit_regions(unsigned long long size)
>  {
> diff -r 9d047fb99e38 linux-2.6-xen-sparse/arch/xen/kernel/evtchn.c
> --- a/linux-2.6-xen-sparse/arch/xen/kernel/evtchn.c     Fri Sep 30 16:37:52 
> 2005
> +++ b/linux-2.6-xen-sparse/arch/xen/kernel/evtchn.c     Sat Oct  1 23:38:52 
> 2005
> @@ -629,6 +629,7 @@
>         if (VALID_EVTCHN(evtchn))
>                 notify_remote_via_evtchn(evtchn);
>  }
> +EXPORT_SYMBOL(notify_remote_via_irq);
>
>  void irq_resume(void)
>  {
> diff -r 9d047fb99e38 linux-2.6-xen-sparse/arch/xen/x86_64/kernel/setup.c
> --- a/linux-2.6-xen-sparse/arch/xen/x86_64/kernel/setup.c       Fri
> Sep 30 16:37:52 2005
> +++ b/linux-2.6-xen-sparse/arch/xen/x86_64/kernel/setup.c       Sat
> Oct  1 23:38:52 2005
> @@ -86,6 +86,7 @@
>
>  /* Raw start-of-day parameters from the hypervisor. */
>  start_info_t *xen_start_info;
> +EXPORT_SYMBOL(xen_start_info);
>  #endif
>
>  /*
>

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>