From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: [PATCH 0 of 2] AMD SR56x0 Erratum 64 Date: Wed, 22 May 2013 11:13:44 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: Jacob Shin , Keir Fraser , Suravee Suthikulpanit , Jan Beulich List-Id: xen-devel@lists.xenproject.org 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. ~Andrew