summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/XenBusDxe
Commit message (Expand)AuthorAgeFilesLines
* OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ onesRebecca Cran2020-04-305-28/+28
* OvmfPkg/Xen: Fix various typosAntoine Coeur2020-02-106-9/+9
* OvmfPkg/Xen: Fix a typoPhilippe Mathieu-Daudé2020-02-101-1/+1
* OvmfPkg/XenBusDxe: fix UninstallMultipleProtocolInterfaces() callLaszlo Ersek2019-10-091-1/+1
* OvmfPkg: Introduce PcdXenGrantFramesAnthony PERARD2019-08-213-2/+5
* 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/XenBusDxe: replace MIT license text with SPDX IDLaszlo Ersek2019-04-123-51/+3
* OvmfPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0912-97/+12
* OvmfPkg/XenBusDxe: Use EFIAPI for XenStoreVSPrintAnthony PERARD2017-02-232-0/+2
* OvmfPkg: Remove superfluous return statements.Thomas Huth2017-01-191-3/+0
* OvmfPkg/XenBusDxe: remove module-local ARRAY_SIZE macroLaszlo Ersek2016-10-271-3/+0
* OvmfPkg/XenBusDxe: guard the definition of ARRAY_SIZELaszlo Ersek2016-10-271-0/+2
* OvmfPkg/XenBusDxe: eliminate AsciiStrCat() callsLaszlo Ersek2016-10-252-6/+10
* OvmfPkg/XenBusDxe: eliminate AsciiStrCpy() callsLaszlo Ersek2016-10-251-5/+2
* OvmfPkg: Fix typing errors in header filesThomas Huth2016-09-132-2/+2
* OvmfPkg: Fix typing errorsThomas Huth2016-09-122-2/+2
* OvmfPkg/XenBusDxe: duplicate twice-iterated VA_LIST in XenStoreVSPrint()Zenith4322016-05-171-1/+4
* OvmfPkg: Fix VS2015 warning C4459 in XenBusDxeLiming Gao2015-12-041-7/+7
* OvmfPkg: fix conversion specifiers in DEBUG format stringsLaszlo Ersek2015-07-281-3/+8
* OvmfPkg/XenBusDxe: Fix build issue with VS2010Jordan Justen2015-04-011-1/+2
* OvmfPkg: replace strict XenHypercallLib construction with explicit queryLaszlo Ersek2015-03-031-0/+5
* Ovmf/Xen: port XenBusDxe to other architecturesArd Biesheuvel2015-02-2810-197/+49
* Ovmf/Xen: move XenBusDxe to abstract XENIO_PROTOCOLArd Biesheuvel2015-02-287-58/+23
* Ovmf/Xen: move XenBusDxe hypercall code to separate libraryArd Biesheuvel2015-02-289-270/+6
* Ovmf/Xen: refactor XenBusDxe hypercall implementationArd Biesheuvel2015-02-289-81/+84
* Ovmf/Xen: fix pointer to int cast in XenBusDxeArd Biesheuvel2015-02-281-2/+2
* Ovmf/Xen: move Xen interface version to <xen.h>Ard Biesheuvel2015-02-281-5/+0
* OvmfPkg: Fix build failure with gcc44, gcc45Scott Duplichan2014-11-191-2/+0
* OvmfPkg/XenBusDxe: Fix a nasm warning about instruction not lockable.Anthony PERARD2014-11-141-2/+1
* OvmfPkg/XenBusDxe: fix VS2010 build failuresScott Duplichan2014-11-145-22/+22
* OvmfPkg/XenBusDxe: Fix some types.Anthony PERARD2014-11-143-4/+4
* OvmfPkg/XenBusDxe: In XenStore, replace type of Len from UINTN to UINT32.Anthony PERARD2014-11-141-10/+10
* OvmfPkg XenBusDxe: Convert X64/TestAndClearBit.asm to NASMAnthony PERARD2014-11-083-18/+5
* OvmfPkg XenBusDxe: Convert X64/InterlockedCompareExchange16.asm to NASMAnthony PERARD2014-11-083-19/+5
* OvmfPkg XenBusDxe: Convert X64/hypercall.asm to NASMAnthony PERARD2014-11-083-28/+5
* OvmfPkg XenBusDxe: Convert Ia32/TestAndClearBit.asm to NASMAnthony PERARD2014-11-083-19/+4
* OvmfPkg XenBusDxe: Convert Ia32/InterlockedCompareExchange16.asm to NASMAnthony PERARD2014-11-083-23/+4
* OvmfPkg XenBusDxe: Convert Ia32/hypercall.asm to NASMAnthony PERARD2014-11-083-28/+4
* OvmfPkg/XenBusDxe: Fix initialisation of gXenBusDevicePathTemplateAnthony PERARD2014-10-311-7/+13
* OvmfPkg/XenBusDxe: Fix initialisation of gXenBusPrivateDataAnthony PERARD2014-10-311-24/+29
* OvmfPkg/Xen*: Pass struct XENSTORE_TRANSACTION argument as a pointerAnthony PERARD2014-10-313-31/+35
* OvmfPkg/XenBusDxe: Add Event Channel into XenBus protocol.Anthony PERARD2014-10-293-0/+110
* OvmfPkg/XenBusDxe: Introduce XenBus support itself.Anthony PERARD2014-10-295-0/+504
* OvmfPkg/XenBusDxe: Add XenStore function into the XenBus protocolAnthony PERARD2014-10-292-0/+251
* OvmfPkg/XenBusDxe: Add an helper AsciiStrDup.Anthony PERARD2014-10-292-0/+14
* OvmfPkg/XenBusDxe: Add XenStore client implementationAnthony PERARD2014-10-294-0/+1685
* OvmfPkg/XenBusDxe: Add TestAndClearBit.Anthony PERARD2014-10-296-0/+81
* OvmfPkg/XenBusDxe: Add Event Channel Notify.Anthony PERARD2014-10-293-0/+71
* OvmfPkg/XenBusDxe: Add Grant Table functions.Steven Smith2014-10-294-0/+316