Hi, Keir, Recently I posted a set of patches to merge event channel part of xen/ia64 to reuse common code, and thus to remove unnecessary design warp. (Patches in xen-unstable now). In the meantime some guys thought transparent virtualization broken by that change, and then I''m required to recover it back. Hoo, fortunately it''s easy to pick it back by adding check in several branches. However there still remains one point - hw_resend_irq, which is defined in common code and adding ia64 specific branch there seems ugly. So attached patch renames hw_resend_irq to resend_irq_on_evtchn, and thus allow architecture to define its own hw_resend irq separately. Does such change sound good to you? Signed-off-by Kevin Tian <kevin.tian@intel.com> Thanks, Kevin _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel