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