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] [PATCH] Rename hw_resend_irq

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] Rename hw_resend_irq
From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
Date: Fri, 2 Jun 2006 16:44:50 +0800
Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 02 Jun 2006 01:45:53 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcaGIM9Yl7xEVAvjSGm0e0jY2KnOBQ==
Thread-topic: [PATCH] Rename hw_resend_irq
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@xxxxxxxxx>

Thanks,
Kevin

Attachment: hw_resend_irq.patch
Description: hw_resend_irq.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] Rename hw_resend_irq, Tian, Kevin <=