]> git.proxmox.com Git - mirror_edk2.git/commit - OvmfPkg/OvmfPkgIa32.dsc
OvmfPkg/XenPvBlkDxe: Xen PV Block device, initial skeleton
authorAnthony PERARD <anthony.perard@citrix.com>
Wed, 29 Oct 2014 06:51:42 +0000 (06:51 +0000)
committerjljusten <jljusten@Edk2>
Wed, 29 Oct 2014 06:51:42 +0000 (06:51 +0000)
commitde671da8e43c424ebdcf816c45fd06c43ff44aba
tree43f88a9f50294abc2c585e869b9bab4a7f6b5705
parente86895d9e489dafe904622867b197acff6ef4355
OvmfPkg/XenPvBlkDxe: Xen PV Block device, initial skeleton

A ParaVirtualize block driver.

Change in V4:
- Replace the license by the commonly used file header text.
- Add brief description for the driver.

Change in V3:
- enable compilation for Ia32 and Ia32X64
- fix version (driver binding)

Change in V2:
- Add minimal support for controller name
- Remove stuff about BlockIo2
- Little cleanup
- Licenses and file headers
- Rename XenbusIo into XenBusIo

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16272 6f19259b-4bc3-4df7-8a09-765794883524
12 files changed:
OvmfPkg/OvmfPkgIa32.dsc
OvmfPkg/OvmfPkgIa32.fdf
OvmfPkg/OvmfPkgIa32X64.dsc
OvmfPkg/OvmfPkgIa32X64.fdf
OvmfPkg/OvmfPkgX64.dsc
OvmfPkg/OvmfPkgX64.fdf
OvmfPkg/XenPvBlkDxe/ComponentName.c [new file with mode: 0644]
OvmfPkg/XenPvBlkDxe/ComponentName.h [new file with mode: 0644]
OvmfPkg/XenPvBlkDxe/DriverBinding.h [new file with mode: 0644]
OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.c [new file with mode: 0644]
OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.h [new file with mode: 0644]
OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf [new file with mode: 0644]