summaryrefslogtreecommitdiff
path: root/OvmfPkg/XenBusDxe
AgeCommit message (Expand)Author
2020-04-30OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ onesRebecca Cran
2020-02-10OvmfPkg/Xen: Fix various typosAntoine Coeur
2020-02-10OvmfPkg/Xen: Fix a typoPhilippe Mathieu-Daudé
2019-10-09OvmfPkg/XenBusDxe: fix UninstallMultipleProtocolInterfaces() callLaszlo Ersek
2019-08-21OvmfPkg: Introduce PcdXenGrantFramesAnthony PERARD
2019-07-01OvmfPkg/XenBusDxe: Don't call DisconnectController in Stop()Anthony PERARD
2019-07-01OvmfPkg/XenBusDxe: Close XenIoProtocol openned by childrenAnthony PERARD
2019-04-12OvmfPkg/XenBusDxe: replace MIT license text with SPDX IDLaszlo Ersek
2019-04-09OvmfPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney
2017-02-23OvmfPkg/XenBusDxe: Use EFIAPI for XenStoreVSPrintAnthony PERARD
2017-01-19OvmfPkg: Remove superfluous return statements.Thomas Huth
2016-10-27OvmfPkg/XenBusDxe: remove module-local ARRAY_SIZE macroLaszlo Ersek
2016-10-27OvmfPkg/XenBusDxe: guard the definition of ARRAY_SIZELaszlo Ersek
2016-10-25OvmfPkg/XenBusDxe: eliminate AsciiStrCat() callsLaszlo Ersek
2016-10-25OvmfPkg/XenBusDxe: eliminate AsciiStrCpy() callsLaszlo Ersek
2016-09-13OvmfPkg: Fix typing errors in header filesThomas Huth
2016-09-12OvmfPkg: Fix typing errorsThomas Huth
2016-05-17OvmfPkg/XenBusDxe: duplicate twice-iterated VA_LIST in XenStoreVSPrint()Zenith432
2015-12-04OvmfPkg: Fix VS2015 warning C4459 in XenBusDxeLiming Gao
2015-07-28OvmfPkg: fix conversion specifiers in DEBUG format stringsLaszlo Ersek
2015-04-01OvmfPkg/XenBusDxe: Fix build issue with VS2010Jordan Justen
2015-03-03OvmfPkg: replace strict XenHypercallLib construction with explicit queryLaszlo Ersek
2015-02-28Ovmf/Xen: port XenBusDxe to other architecturesArd Biesheuvel
2015-02-28Ovmf/Xen: move XenBusDxe to abstract XENIO_PROTOCOLArd Biesheuvel
2015-02-28Ovmf/Xen: move XenBusDxe hypercall code to separate libraryArd Biesheuvel
2015-02-28Ovmf/Xen: refactor XenBusDxe hypercall implementationArd Biesheuvel
2015-02-28Ovmf/Xen: fix pointer to int cast in XenBusDxeArd Biesheuvel
2015-02-28Ovmf/Xen: move Xen interface version to <xen.h>Ard Biesheuvel
2014-11-19OvmfPkg: Fix build failure with gcc44, gcc45Scott Duplichan
2014-11-14OvmfPkg/XenBusDxe: Fix a nasm warning about instruction not lockable.Anthony PERARD
2014-11-14OvmfPkg/XenBusDxe: fix VS2010 build failuresScott Duplichan
2014-11-14OvmfPkg/XenBusDxe: Fix some types.Anthony PERARD
2014-11-14OvmfPkg/XenBusDxe: In XenStore, replace type of Len from UINTN to UINT32.Anthony PERARD
2014-11-08OvmfPkg XenBusDxe: Convert X64/TestAndClearBit.asm to NASMAnthony PERARD
2014-11-08OvmfPkg XenBusDxe: Convert X64/InterlockedCompareExchange16.asm to NASMAnthony PERARD
2014-11-08OvmfPkg XenBusDxe: Convert X64/hypercall.asm to NASMAnthony PERARD
2014-11-08OvmfPkg XenBusDxe: Convert Ia32/TestAndClearBit.asm to NASMAnthony PERARD
2014-11-08OvmfPkg XenBusDxe: Convert Ia32/InterlockedCompareExchange16.asm to NASMAnthony PERARD
2014-11-08OvmfPkg XenBusDxe: Convert Ia32/hypercall.asm to NASMAnthony PERARD
2014-10-31OvmfPkg/XenBusDxe: Fix initialisation of gXenBusDevicePathTemplateAnthony PERARD
2014-10-31OvmfPkg/XenBusDxe: Fix initialisation of gXenBusPrivateDataAnthony PERARD
2014-10-31OvmfPkg/Xen*: Pass struct XENSTORE_TRANSACTION argument as a pointerAnthony PERARD
2014-10-29OvmfPkg/XenBusDxe: Add Event Channel into XenBus protocol.Anthony PERARD
2014-10-29OvmfPkg/XenBusDxe: Introduce XenBus support itself.Anthony PERARD
2014-10-29OvmfPkg/XenBusDxe: Add XenStore function into the XenBus protocolAnthony PERARD
2014-10-29OvmfPkg/XenBusDxe: Add an helper AsciiStrDup.Anthony PERARD
2014-10-29OvmfPkg/XenBusDxe: Add XenStore client implementationAnthony PERARD
2014-10-29OvmfPkg/XenBusDxe: Add TestAndClearBit.Anthony PERARD
2014-10-29OvmfPkg/XenBusDxe: Add Event Channel Notify.Anthony PERARD
2014-10-29OvmfPkg/XenBusDxe: Add Grant Table functions.Steven Smith