audk/OvmfPkg/XenBusDxe
Anthony PERARD 86d968e05e OvmfPkg/XenBusDxe: Introduce XenBus support itself.
This is a bus-like on top of XenStore. It will look for advertised
ParaVirtualized devices and initialize them by producing XenBus
protocol.

Change in V4:
- Replace the license by the commonly used file header text.
- Clean XenBus.h header (remove copyright that does not belong to the
  file anymore; and rewrite the brief description of the file)
- Fix description on the function

Change in V3:
- Insert to ChildList later, once populated.
- Remove XENBUS_XENSTORE_NODE macro.
- add comment to XenBusAddDevice and XenBusEnumerateBus about
  concurrency calls.
- Add a description to the introduced member to the protocol.

Change in V2:
- comment, file header
- Fix comment style
- Error handling in the main init function
- coding style
- Fix error path in add device.

Origin: FreeBSD 10.0
License: This patch adds XenBus.c which is under the MIT licence.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Jordan Justen <jordan.l.justen@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16270 6f19259b-4bc3-4df7-8a09-765794883524
2014-10-29 06:51:18 +00:00
..
Ia32 OvmfPkg/XenBusDxe: Add TestAndClearBit. 2014-10-29 06:50:35 +00:00
X64 OvmfPkg/XenBusDxe: Add TestAndClearBit. 2014-10-29 06:50:35 +00:00
ComponentName.c OvmfPkg: Add basic skeleton for the XenBus bus driver. 2014-10-29 06:48:50 +00:00
ComponentName.h OvmfPkg: Add basic skeleton for the XenBus bus driver. 2014-10-29 06:48:50 +00:00
DriverBinding.h OvmfPkg: Add basic skeleton for the XenBus bus driver. 2014-10-29 06:48:50 +00:00
EventChannel.c OvmfPkg/XenBusDxe: Add Event Channel Notify. 2014-10-29 06:50:24 +00:00
EventChannel.h OvmfPkg/XenBusDxe: Add Event Channel Notify. 2014-10-29 06:50:24 +00:00
GrantTable.c OvmfPkg/XenBusDxe: Add Grant Table functions. 2014-10-29 06:50:14 +00:00
GrantTable.h OvmfPkg/XenBusDxe: Add Grant Table functions. 2014-10-29 06:50:14 +00:00
Helpers.c OvmfPkg/XenBusDxe: Add an helper AsciiStrDup. 2014-10-29 06:50:57 +00:00
InterlockedCompareExchange16.c OvmfPkg/XenBusDxe: Add InterlockedCompareExchange16. 2014-10-29 06:49:55 +00:00
InterlockedCompareExchange16.h OvmfPkg/XenBusDxe: Add InterlockedCompareExchange16. 2014-10-29 06:49:55 +00:00
XenBus.c OvmfPkg/XenBusDxe: Introduce XenBus support itself. 2014-10-29 06:51:18 +00:00
XenBus.h OvmfPkg/XenBusDxe: Introduce XenBus support itself. 2014-10-29 06:51:18 +00:00
XenBusDxe.c OvmfPkg/XenBusDxe: Introduce XenBus support itself. 2014-10-29 06:51:18 +00:00
XenBusDxe.h OvmfPkg/XenBusDxe: Introduce XenBus support itself. 2014-10-29 06:51:18 +00:00
XenBusDxe.inf OvmfPkg/XenBusDxe: Introduce XenBus support itself. 2014-10-29 06:51:18 +00:00
XenHypercall.c OvmfPkg/XenBusDxe: Add support to make Xen Hypercalls. 2014-10-29 06:49:10 +00:00
XenHypercall.h OvmfPkg/XenBusDxe: Add support to make Xen Hypercalls. 2014-10-29 06:49:10 +00:00
XenStore.c OvmfPkg/XenBusDxe: Add XenStore function into the XenBus protocol 2014-10-29 06:51:04 +00:00
XenStore.h OvmfPkg/XenBusDxe: Add XenStore function into the XenBus protocol 2014-10-29 06:51:04 +00:00