From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH v4 RFC 1/6] x86/PCI: add config space write abstract intercept logic Date: Wed, 24 Jun 2015 18:09:51 +0100 Message-ID: <558AE45F.3090305@citrix.com> References: <558839ED02000078000879FE@mail.emea.novell.com> <55883BD10200007800087A20@mail.emea.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 1Z7oBQ-0005Nx-Qo for xen-devel@lists.xenproject.org; Wed, 24 Jun 2015 17:09:56 +0000 In-Reply-To: <55883BD10200007800087A20@mail.emea.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: Keir Fraser List-Id: xen-devel@lists.xenproject.org On 22/06/15 15:46, Jan Beulich wrote: > This is to be used by MSI code, and later to also be hooked up to > MMCFG accesses by Dom0. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper