summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/XenBusDxe/XenBusDxe.c
Commit message (Expand)AuthorAgeFilesLines
* OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ onesRebecca Cran2020-04-301-2/+2
* OvmfPkg/Xen: Fix various typosAntoine Coeur2020-02-101-3/+3
* OvmfPkg/XenBusDxe: Don't call DisconnectController in Stop()Anthony PERARD2019-07-011-6/+0
* OvmfPkg/XenBusDxe: Close XenIoProtocol openned by childrenAnthony PERARD2019-07-011-0/+4
* OvmfPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* OvmfPkg: replace strict XenHypercallLib construction with explicit queryLaszlo Ersek2015-03-031-0/+5
* Ovmf/Xen: move XenBusDxe to abstract XENIO_PROTOCOLArd Biesheuvel2015-02-281-42/+13
* Ovmf/Xen: move XenBusDxe hypercall code to separate libraryArd Biesheuvel2015-02-281-8/+1
* Ovmf/Xen: refactor XenBusDxe hypercall implementationArd Biesheuvel2015-02-281-1/+43
* OvmfPkg/XenBusDxe: Introduce XenBus support itself.Anthony PERARD2014-10-291-0/+66
* OvmfPkg/XenBusDxe: Add XenStore client implementationAnthony PERARD2014-10-291-0/+5
* OvmfPkg/XenBusDxe: Add Grant Table functions.Steven Smith2014-10-291-0/+20
* OvmfPkg/XenBusDxe: Open PciIo protocol.Anthony PERARD2014-10-291-0/+19
* OvmfPkg/XenBusDxe: Add support to make Xen Hypercalls.Anthony PERARD2014-10-291-0/+18
* OvmfPkg/XenBusDxe: Add device state struct and create an ExitBoot services ev...Anthony PERARD2014-10-291-2/+54
* OvmfPkg: Add basic skeleton for the XenBus bus driver.Anthony PERARD2014-10-291-0/+301