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] export xen_start_info & notify_remote_xxx?

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] export xen_start_info & notify_remote_xxx?
From: NAHieu <nahieu@xxxxxxxxx>
Date: Sat, 1 Oct 2005 22:08:41 +0900
Delivery-date: Sat, 01 Oct 2005 13:06:22 +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:mime-version:content-type:content-transfer-encoding:content-disposition; b=bzDPff3BGGRSKROaUlykky53A9bUej2XbkStECfZCIug3ivV+71syDHs8temBuzaSTldls6MyBcP9RzvQdX7wUw8KmnvXOpIJy2Bi2/k6macKCN6KD9XgE1wOZPBW8WxIxPqQwtgS5o7waksQxc8MxJ4AFhGLfw8Osr7cnPFvPQ=
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>
Reply-to: NAHieu <nahieu@xxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hello,

I am writing a kernel for domU, and it does some jobs:
- check to see if the domain is domU or not. This requires access to
xen_start_info
- notify via event-channel, and this requires access to notify_remote_*

But neither xen_start_info nor notify_remote_* are exported :-(

Should we export them? That would be a great help to those write
kernel modules in Xen.

Many thanks.
Hieu

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] export xen_start_info & notify_remote_xxx?, NAHieu <=