From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boris Ostrovsky Subject: Re: pvops microcode support for AMD FAM >= 15 Date: Wed, 5 Dec 2012 12:33:05 -0500 Message-ID: <50BF8551.6000607@amd.com> References: <1353936077.5830.30.camel@zakaz.uk.xensource.com> <50B3805A02000078000AB1B8@nat28.tlf.novell.com> <1353939218.5830.34.camel@zakaz.uk.xensource.com> <50B383B2.9060503@amd.com> <50B3FF8A.4050909@amd.com> <1354711402.15296.188.camel@zakaz.uk.xensource.com> <50BF7AD3.9010407@amd.com> <1354727148.17165.23.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1354727148.17165.23.camel@zakaz.uk.xensource.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: Ian Campbell Cc: debian-kernel , Jan Beulich , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On 12/05/2012 12:05 PM, Ian Campbell wrote: > > I looked at trying to apply the same logic to the Xen side of things but > it is different enough that I can't immediately see how. > microcode_fits() would seem to be the place to do it, but I'm not at all > sure what this equiv table stuff is all about. > Because more than one processor revision may require the same patch we group processors into "equivalence classes". The mapping is stored in the patch file header. The Equivalent Processor ID is verified by HW when the patch is being loaded. -boris