summaryrefslogtreecommitdiff
path: root/OvmfPkg/XenBusDxe/XenStore.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07OvmfPkg: Apply uncrustify changesMichael Kubacki1-331/+405
2020-04-30OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ onesRebecca Cran1-14/+14
2020-02-10OvmfPkg/Xen: Fix various typosAntoine Coeur1-2/+2
2019-04-12OvmfPkg/XenBusDxe: replace MIT license text with SPDX IDLaszlo Ersek1-17/+1
2017-02-23OvmfPkg/XenBusDxe: Use EFIAPI for XenStoreVSPrintAnthony PERARD1-0/+1
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 Ersek1-6/+9
2016-10-25OvmfPkg/XenBusDxe: eliminate AsciiStrCpy() callsLaszlo Ersek1-5/+2
2016-09-12OvmfPkg: Fix typing errorsThomas Huth1-1/+1
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-02-28Ovmf/Xen: move XenBusDxe hypercall code to separate libraryArd Biesheuvel1-1/+1
2015-02-28Ovmf/Xen: refactor XenBusDxe hypercall implementationArd Biesheuvel1-2/+2
2014-11-14OvmfPkg/XenBusDxe: fix VS2010 build failuresScott Duplichan1-11/+11
2014-11-14OvmfPkg/XenBusDxe: In XenStore, replace type of Len from UINTN to UINT32.Anthony PERARD1-10/+10
2014-10-31OvmfPkg/Xen*: Pass struct XENSTORE_TRANSACTION argument as a pointerAnthony PERARD1-16/+20
2014-10-29OvmfPkg/XenBusDxe: Add XenStore function into the XenBus protocolAnthony PERARD1-0/+164
2014-10-29OvmfPkg/XenBusDxe: Add XenStore client implementationAnthony PERARD1-0/+1386