From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] x86/hvm: implement save/restore for posted interrupts Date: Thu, 9 Oct 2014 15:31:16 +0200 Message-ID: <20141009133116.GA8259@aepfle.de> References: <20140919133227.GA2611@aepfle.de> <542AF41C020000780003B2EC@mail.emea.novell.com> <20141001080706.GA11230@aepfle.de> <542BD772020000780003B5ED@mail.emea.novell.com> <20141001201302.GA30085@aepfle.de> <20141008082846.GA4978@aepfle.de> <20141008085411.GA6512@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "Zhang, Yang Z" Cc: "Tian, Kevin" , "Dong, Eddie" , "Nakajima, Jun" , Jan Beulich , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org 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