4 messages in com.xensource.lists.xen-ia64-develRe: [Xen-ia64-devel][PATCH] evtchn_ca...
FromSent OnAttachments
Xu, Anthony18 Dec 2006 00:38.patch
Alex Williamson18 Dec 2006 10:48 
Tristan Gingold18 Dec 2006 20:56 
Xu, Anthony18 Dec 2006 22:46 
Subject:Re: [Xen-ia64-devel][PATCH] evtchn_callback fix and clean
From:Alex Williamson (alex@hp.com)
Date:12/18/2006 10:48:53 AM
List:com.xensource.lists.xen-ia64-devel

On Mon, 2006-12-18 at 16:38 +0800, Xu, Anthony wrote:

Since we had changed to use event callback to deliver interrupt,

1.the pending_interruption is changed to pending_event,

2.get_ivr, set_tpr, get_tpr and set_eoi are not used or only used in the initialization phase. There is no need to write this code in assembly. this code is deleted.

3.hyper_ssm_i needs to be rewritten to jump to entchn_callback_handler intead of iva+0x3000 interrupt handler. I just disabled hyper_ssm_i, and do this later.

Applied. Thanks,

Alex