summaryrefslogtreecommitdiff
path: root/OvmfPkg/XenBusDxe
AgeCommit message (Expand)AuthorFilesLines
2020-04-30OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ onesRebecca Cran5-28/+28
2020-02-10OvmfPkg/Xen: Fix various typosAntoine Coeur6-9/+9
2020-02-10OvmfPkg/Xen: Fix a typoPhilippe Mathieu-Daudé1-1/+1
2019-10-09OvmfPkg/XenBusDxe: fix UninstallMultipleProtocolInterfaces() callLaszlo Ersek1-1/+1
2019-08-21OvmfPkg: Introduce PcdXenGrantFramesAnthony PERARD3-2/+5
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-12OvmfPkg/XenBusDxe: replace MIT license text with SPDX IDLaszlo Ersek3-51/+3
2019-04-09OvmfPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney12-97/+12
2017-02-23OvmfPkg/XenBusDxe: Use EFIAPI for XenStoreVSPrintAnthony PERARD2-0/+2
2017-01-19OvmfPkg: Remove superfluous return statements.Thomas Huth1-3/+0
2016-10-27OvmfPkg/XenBusDxe: remove module-local ARRAY_SIZE macroLaszlo Ersek1-3/+0
2016-10-27OvmfPkg/XenBusDxe: guard the definition of ARRAY_SIZELaszlo Ersek1-0/+2
2016-10-25OvmfPkg/XenBusDxe: eliminate AsciiStrCat() callsLaszlo Ersek2-6/+10
2016-10-25OvmfPkg/XenBusDxe: eliminate AsciiStrCpy() callsLaszlo Ersek1-5/+2
2016-09-13OvmfPkg: Fix typing errors in header filesThomas Huth2-2/+2
2016-09-12OvmfPkg: Fix typing errorsThomas Huth2-2/+2
2016-05-17OvmfPkg/XenBusDxe: duplicate twice-iterated VA_LIST in XenStoreVSPrint()Zenith4321-1/+4
2015-12-04OvmfPkg: Fix VS2015 warning C4459 in XenBusDxeLiming Gao1-7/+7
2015-07-28OvmfPkg: fix conversion specifiers in DEBUG format stringsLaszlo Ersek1-3/+8
2015-04-01OvmfPkg/XenBusDxe: Fix build issue with VS2010Jordan Justen1-1/+2
2015-03-03OvmfPkg: replace strict XenHypercallLib construction with explicit queryLaszlo Ersek1-0/+5
2015-02-28Ovmf/Xen: port XenBusDxe to other architecturesArd Biesheuvel10-197/+49
2015-02-28Ovmf/Xen: move XenBusDxe to abstract XENIO_PROTOCOLArd Biesheuvel7-58/+23
2015-02-28Ovmf/Xen: move XenBusDxe hypercall code to separate libraryArd Biesheuvel9-270/+6
2015-02-28Ovmf/Xen: refactor XenBusDxe hypercall implementationArd Biesheuvel9-81/+84
2015-02-28Ovmf/Xen: fix pointer to int cast in XenBusDxeArd Biesheuvel1-2/+2
2015-02-28Ovmf/Xen: move Xen interface version to <xen.h>Ard Biesheuvel1-5/+0
2014-11-19OvmfPkg: Fix build failure with gcc44, gcc45Scott Duplichan1-2/+0
2014-11-14OvmfPkg/XenBusDxe: Fix a nasm warning about instruction not lockable.Anthony PERARD1-2/+1
2014-11-14OvmfPkg/XenBusDxe: fix VS2010 build failuresScott Duplichan5-22/+22
2014-11-14OvmfPkg/XenBusDxe: Fix some types.Anthony PERARD3-4/+4
2014-11-14OvmfPkg/XenBusDxe: In XenStore, replace type of Len from UINTN to UINT32.Anthony PERARD1-10/+10
2014-11-08OvmfPkg XenBusDxe: Convert X64/TestAndClearBit.asm to NASMAnthony PERARD3-18/+5
2014-11-08OvmfPkg XenBusDxe: Convert X64/InterlockedCompareExchange16.asm to NASMAnthony PERARD3-19/+5
2014-11-08OvmfPkg XenBusDxe: Convert X64/hypercall.asm to NASMAnthony PERARD3-28/+5
2014-11-08OvmfPkg XenBusDxe: Convert Ia32/TestAndClearBit.asm to NASMAnthony PERARD3-19/+4
2014-11-08OvmfPkg XenBusDxe: Convert Ia32/InterlockedCompareExchange16.asm to NASMAnthony PERARD3-23/+4
2014-11-08OvmfPkg XenBusDxe: Convert Ia32/hypercall.asm to NASMAnthony PERARD3-28/+4
2014-10-31OvmfPkg/XenBusDxe: Fix initialisation of gXenBusDevicePathTemplateAnthony PERARD1-7/+13
2014-10-31OvmfPkg/XenBusDxe: Fix initialisation of gXenBusPrivateDataAnthony PERARD1-24/+29
2014-10-31OvmfPkg/Xen*: Pass struct XENSTORE_TRANSACTION argument as a pointerAnthony PERARD3-31/+35
2014-10-29OvmfPkg/XenBusDxe: Add Event Channel into XenBus protocol.Anthony PERARD3-0/+110
2014-10-29OvmfPkg/XenBusDxe: Introduce XenBus support itself.Anthony PERARD5-0/+504
2014-10-29OvmfPkg/XenBusDxe: Add XenStore function into the XenBus protocolAnthony PERARD2-0/+251
2014-10-29OvmfPkg/XenBusDxe: Add an helper AsciiStrDup.Anthony PERARD2-0/+14
2014-10-29OvmfPkg/XenBusDxe: Add XenStore client implementationAnthony PERARD4-0/+1685
2014-10-29OvmfPkg/XenBusDxe: Add TestAndClearBit.Anthony PERARD6-0/+81
2014-10-29OvmfPkg/XenBusDxe: Add Event Channel Notify.Anthony PERARD3-0/+71
2014-10-29OvmfPkg/XenBusDxe: Add Grant Table functions.Steven Smith4-0/+316