From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] x86/mm: make {set, clear}_identity_p2m_mapping() work for PV guests Date: Fri, 28 Aug 2015 17:13:41 +0100 Message-ID: <55E088B5.4000201@citrix.com> References: <55E0A42B020000780009DF24@prv-mh.provo.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 1ZVMHk-0001CA-3l for xen-devel@lists.xenproject.org; Fri, 28 Aug 2015 16:13:48 +0000 In-Reply-To: <55E0A42B020000780009DF24@prv-mh.provo.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 , xen-devel Cc: George Dunlap , "tiejun.chen@intel.com" , Malcolm Crossley , Keir Fraser List-Id: xen-devel@lists.xenproject.org On 28/08/15 17:10, Jan Beulich wrote: > Namely Dom0 suffers from commit 5ae03990c1 ("xen/vtd: create RMRR > mapping") having removed the creation of such mappings for non- > translated guests. > > Reported-by: Malcolm Crossley > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper I will get this into testing ASAP to confirm that it fixes the original issue. ~Andrew