2 messages in com.xensource.lists.xen-ia64-develRe: [Xen-ia64-devel] [PATCH][HVM] tim...
FromSent OnAttachments
Tomonari Horikoshi19 Mar 2007 02:31.patch
Alex Williamson20 Mar 2007 15:01 
Subject:Re: [Xen-ia64-devel] [PATCH][HVM] timing in which isr is set is changed
From:Alex Williamson (alex@hp.com)
Date:03/20/2007 03:01:42 PM
List:com.xensource.lists.xen-ia64-devel

On Mon, 2007-03-19 at 18:31 +0900, Tomonari Horikoshi wrote:

Hi all.

When the HVM guest is used with vcpu=5, the hypervisor said "redir 10 not set
for 180 EOI", and the HVM guest is Hung.

When the hypervisor with a vcpu context delivers to another vcpu, EOI might be sent before ISR is set. ( between 107-110. )

We should modify to call viosapic_delver() after ISR setting.

Applied. Thanks,

Alex