From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: trigger an interrupt in HVM Date: Fri, 22 Aug 2008 08:12:40 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: James Harper , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 22/8/08 02:24, "James Harper" wrote: > As an alternative, could I do an alloc_unbound (DOMID_SELF, DOMID_SELF) > and then bind_interdomain to it? Yes, it's just that that burns two event-channel ports, whereas an IPI port burns just one. > As another alternative, I have previously been using the asm 'int x' > instructions to call isr's... that could work too although of course > without the source code to windows it's hard to tell exactly what the > implications of that might be :) I wouldn't advise it -- the ISR will EOI the LAPIC even though the LAPIC did not deliver the interrupt. A safer way to go might be to self-IPI via the LAPIC. -- Keir