From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] x86/PCI: make all config space writes subject to XSM checking Date: Wed, 2 Dec 2015 17:04:19 +0000 Message-ID: <565F2493.7030608@citrix.com> References: <5654855602000078000B87BD@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.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1a4Apv-0001Ov-K5 for xen-devel@lists.xenproject.org; Wed, 02 Dec 2015 17:04:59 +0000 In-Reply-To: <5654855602000078000B87BD@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: dgdegra@tycho.nsa.gov, Keir Fraser List-Id: xen-devel@lists.xenproject.org On 24/11/15 14:42, Jan Beulich wrote: > Now that we intercept them all, there's no reason not to also uniformly > hand them to XSM. Reads (which are expected to be of less interest) get > handled as before (MMCFG accesses un-audited). > > Signed-off-by: Jan Beulich Acked-by: Andrew Cooper