From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laszlo Ersek Subject: Re: [PATCH v3 18/27] Ovmf/Xen: add separate driver for Xen PCI device Date: Tue, 10 Feb 2015 12:53:39 +0100 Message-ID: <54D9F143.10705__40059.4519953758$1423569348$gmane$org@redhat.com> References: <1422991212-9257-1-git-send-email-ard.biesheuvel@linaro.org> <1422991212-9257-19-git-send-email-ard.biesheuvel@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1422991212-9257-19-git-send-email-ard.biesheuvel@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ard Biesheuvel Cc: julien.grall@linaro.org, ian.campbell@citrix.com, olivier.martin@arm.com, stefano.stabellini@eu.citrix.com, edk2-devel@lists.sourceforge.net, leif.lindholm@linaro.org, xen-devel@lists.xen.org, roy.franz@linaro.org, ilias.biris@linaro.org, anthony.perard@citrix.com, christoffer.dall@linaro.org List-Id: xen-devel@lists.xenproject.org On 02/03/15 20:20, Ard Biesheuvel wrote: > Prepare for making XenBusDxe suitable for use with non-PCI devices > (such as the DT node exposed by Xen on ARM) by introducing a separate > DXE driver that binds to the Xen virtual PCI device and exposes the > abstract XENIO_PROTOCOL for XenBusDxe to bind against. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Ard Biesheuvel > --- > OvmfPkg/XenIoPciDxe/XenIoPciDxe.c | 367 ++++++++++++++++++++++++++++++++++++ > OvmfPkg/XenIoPciDxe/XenIoPciDxe.inf | 45 +++++ > 2 files changed, 412 insertions(+) > create mode 100644 OvmfPkg/XenIoPciDxe/XenIoPciDxe.c > create mode 100644 OvmfPkg/XenIoPciDxe/XenIoPciDxe.inf Reviewed-by: Laszlo Ersek