[Xen-devel] [PATCH v4 19/29] Ovmf/Xen: introduce XENIO_PROTOCOL

2015-02-12 Thread Ard Biesheuvel
This introduces the abstract XENIO_PROTOCOL that will be used to communicate the Xen grant table address to drivers supporting this protocol. Primary purpose is allowing us to change the XenBusDxe implementation so that it can support non-PCI Xen implementations such as Xen on ARM. Contributed-und

Re: [Xen-devel] [PATCH v4 19/29] Ovmf/Xen: introduce XENIO_PROTOCOL

2015-02-19 Thread Anthony PERARD
On Thu, Feb 12, 2015 at 07:19:11PM +0800, Ard Biesheuvel wrote: > This introduces the abstract XENIO_PROTOCOL that will be used to > communicate the Xen grant table address to drivers supporting this > protocol. Primary purpose is allowing us to change the XenBusDxe > implementation so that it can