[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] x86/hvm: implement save/restore for posted interrupts
On Thu, Oct 09, Zhang, Yang Z wrote: > + for ( vector = 0; vector < NR_VECTORS; vector++ ) > + if (vlapic_test_vector(vector, &s->regs->data[APIC_TMR])) > + set_bit(vector, v->arch.hvm_vmx.eoi_exit_bitmap); Did you send out the wrong version a few weeks ago? I tested the old patch at that time. Now I notice the new version has this change: - if (vlapic_test_vector(vector, &s->regs->data[APIC_ISR]))$ + if (vlapic_test_vector(vector, &s->regs->data[APIC_TMR]))$ I will try the new version. Olaf _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |