summaryrefslogtreecommitdiff
path: root/OvmfPkg/XenBusDxe/XenBusDxe.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07OvmfPkg: Apply uncrustify changesMichael Kubacki1-79/+115
2020-04-30OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ onesRebecca Cran1-2/+2
2020-02-10OvmfPkg/Xen: Fix various typosAntoine Coeur1-3/+3
2019-07-01OvmfPkg/XenBusDxe: Don't call DisconnectController in Stop()Anthony PERARD1-6/+0
2019-07-01OvmfPkg/XenBusDxe: Close XenIoProtocol openned by childrenAnthony PERARD1-0/+4
2019-04-09OvmfPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2015-03-03OvmfPkg: replace strict XenHypercallLib construction with explicit queryLaszlo Ersek1-0/+5
2015-02-28Ovmf/Xen: move XenBusDxe to abstract XENIO_PROTOCOLArd Biesheuvel1-42/+13
2015-02-28Ovmf/Xen: move XenBusDxe hypercall code to separate libraryArd Biesheuvel1-8/+1
2015-02-28Ovmf/Xen: refactor XenBusDxe hypercall implementationArd Biesheuvel1-1/+43
2014-10-29OvmfPkg/XenBusDxe: Introduce XenBus support itself.Anthony PERARD1-0/+66
2014-10-29OvmfPkg/XenBusDxe: Add XenStore client implementationAnthony PERARD1-0/+5
2014-10-29OvmfPkg/XenBusDxe: Add Grant Table functions.Steven Smith1-0/+20
2014-10-29OvmfPkg/XenBusDxe: Open PciIo protocol.Anthony PERARD1-0/+19
2014-10-29OvmfPkg/XenBusDxe: Add support to make Xen Hypercalls.Anthony PERARD1-0/+18
2014-10-29OvmfPkg/XenBusDxe: Add device state struct and create an ExitBoot services ev...Anthony PERARD1-2/+54
2014-10-29OvmfPkg: Add basic skeleton for the XenBus bus driver.Anthony PERARD1-0/+301