From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] x86/hvm: implement save/restore for posted interrupts Date: Fri, 19 Sep 2014 18:51:41 +0100 Message-ID: <541C6D2D.3090607@citrix.com> References: <20140728065232.GA6519@aepfle.de> <20140802105956.GA16174@aepfle.de> <20140804075007.GA11609@aepfle.de> <20140805103224.GA15563@aepfle.de> <20140919133227.GA2611@aepfle.de> <541C4E1B0200007800036880@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <541C4E1B0200007800036880@mail.emea.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich , Olaf Hering , Yang Z Zhang Cc: Eddie Dong , Kevin Tian , Keir Fraser , Jun Nakajima , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On 19/09/2014 14:39, Jan Beulich wrote: >>>> On 19.09.14 at 15:32, wrote: >> On Thu, Sep 18, Zhang, Yang Z wrote: >> >>> Zhang, Yang Z wrote on 2014-09-01: >>>> Zhang, Yang Z wrote on 2014-08-08: >>>>> Can you tell how you reproduce it? I am following the steps you told >>>>> me previously, but I cannot reproduce it with this fixing. >>>> Any update on this? >>> Ping again. >> I will have a look at this issue next week. > Btw., Andrew Cooper hinted at the possibility of this series > > http://lists.xenproject.org/archives/html/xen-devel/2014-09/msg02753.html > > (particularly patch 2) having an effect on migration problems > between APICV-capable and -incapable systems, i.e. perhaps > worth a try in this context too. > > Jan The issue XenServer observes is that problems occur even when migrating between two identical machines, one with APICV enabled, and one disabled. Given the now-discovered issues with Xen's x2apic handling, it is entirely possible that the differences between the emulated and real APICs was enough to cause issues. And yet, it could be a mixture of all of the issues identified so far. ~Andrew