summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/XenBusDxe
Commit message (Expand)AuthorAgeFilesLines
* 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
* OvmfPkg/XenBusDxe: Add InterlockedCompareExchange16.Anthony PERARD2014-10-297-0/+191
* OvmfPkg: Introduce XenBus Protocol.Anthony PERARD2014-10-292-0/+7
* OvmfPkg/XenBusDxe: Open PciIo protocol.Anthony PERARD2014-10-292-0/+20
* OvmfPkg/XenBusDxe: Add support to make Xen Hypercalls.Anthony PERARD2014-10-299-0/+362
* OvmfPkg/XenBusDxe: Add device state struct and create an ExitBoot services ev...Anthony PERARD2014-10-292-2/+65
* OvmfPkg: Add basic skeleton for the XenBus bus driver.Anthony PERARD2014-10-296-0/+833