From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH 0 of 2] AMD SR56x0 Erratum 64 Date: Wed, 22 May 2013 13:14:02 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: 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: Andrew Cooper , xen-devel@lists.xen.org Cc: Jacob Shin , Keir Fraser , Suravee Suthikulpanit , Jan Beulich List-Id: xen-devel@lists.xenproject.org On 22/05/2013 11:13, "Andrew Cooper" wrote: > This is a series of two patches, the first a prerequisite for the second, but > functionally unrelated. > > The first adds readq/writeq for 64bit MMIO, and changes the existing MMIO > accessors to use explicit bit widths. > > The second patch is an errata workaround, suitable for unstable. > > A slightly tweaked patch applicable for 4.2 and previously to follow very > shortly. Both are fine by me. Acked-by: Keir Fraser > ~Andrew