15 messages in com.xensource.lists.xen-ia64-develRE: [Xen-ia64-devel] RE: how to put k...
FromSent OnAttachments
Xu, Anthony20 Jun 2005 22:09 
Magenheimer, Dan (HP Labs Fort Collins)21 Jun 2005 07:04 
Xu, Anthony21 Jun 2005 18:57 
Magenheimer, Dan (HP Labs Fort Collins)21 Jun 2005 21:17 
Xu, Anthony21 Jun 2005 21:23 
Xu, Anthony22 Jun 2005 03:35.Other
Xu, Anthony22 Jun 2005 04:16.Other
Xu, Anthony22 Jun 2005 04:19.Other
Xu, Anthony22 Jun 2005 04:24.Other
Magenheimer, Dan (HP Labs Fort Collins)22 Jun 2005 06:38 
Tian, Kevin22 Jun 2005 18:40 
dan....@hp.com22 Jun 2005 20:41 
Tian, Kevin23 Jun 2005 05:47 
Matt Chapman23 Jun 2005 09:00 
Tian, Kevin24 Jun 2005 04:06 
Subject:RE: [Xen-ia64-devel] RE: how to put kernel module in xen/ipf
From:Tian, Kevin (kevi@intel.com)
Date:06/24/2005 04:06:12 AM
List:com.xensource.lists.xen-ia64-devel

-----Original Message----- From: Matt Chapman [mailto:matt@hp.com] Sent: Friday, June 24, 2005 12:01 AM To: Tian, Kevin

Hi Kevin,

So what about puting it into the driver directory of xenlinux, but

not in Kbuild

system of xenlinux, since it's only for unmodified domain?

Have a look at drivers/xen/core in xenlinux, that is where I've put the corresponding code. It is also intended to be buildable as a module, though I haven't tested that. It seems to be similar to what you're doing (e.g. installing an interrupt handler for events), so maybe we can merge.

Yes, better we can reduce code duplication as much as possible, and we're investigating necessary change and possibility now.

Thanks, Kevin