From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH RFC] VT-d: honor firmware-first mode in XSA-59 workaround code Date: Thu, 22 May 2014 15:19:25 +0100 Message-ID: <537E076D.60700@citrix.com> References: <537CEBD20200007800014A29@mail.emea.novell.com> <537CD574.3030701@citrix.com> <537DBFB00200007800014C79@mail.emea.novell.com> <537DC4AC.4030505@citrix.com> <537DE83A0200007800014E06@mail.emea.novell.com> <537DCF3B.4000503@citrix.com> <537DEE7D0200007800014E76@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WnTqE-0000WA-Io for xen-devel@lists.xenproject.org; Thu, 22 May 2014 14:19:30 +0000 In-Reply-To: <537DEE7D0200007800014E76@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 Cc: Yang Z Zhang , xen-devel , Malcolm Crossley , Kevin Tian , Donald D Dugger List-Id: xen-devel@lists.xenproject.org On 22/05/14 11:33, Jan Beulich wrote: >>>> On 22.05.14 at 12:19, wrote: >> No. We have not observed an issue from XSA-59. >> >> The version of XenServer we had the issue with didn't contain any of the >> XSA-59 fixes at the point that the problem was observed. > Then what was yesterday's alert about then? I.e. do we have any > indication that the workaround as is may cause problems, and that > hence the (relatively involved) patch here is needed at all? And, how > are you intending to test this patch if you haven't even seen an > issue? > > Jan > As part of finding the root cause of our issue, we identified that just as Dom0 must not play with AER in firmware first mode, Xen must not play either. I believe that we have XSA-59 affected hardware with both firmware-first and non-firmware-first HEST tables, so we should be able to behaviourally test the patch. ~Andrew