summaryrefslogtreecommitdiff
path: root/OvmfPkg/XenBusDxe
AgeCommit message (Expand)Author
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
2014-10-29OvmfPkg/XenBusDxe: Add InterlockedCompareExchange16.Anthony PERARD
2014-10-29OvmfPkg: Introduce XenBus Protocol.Anthony PERARD
2014-10-29OvmfPkg/XenBusDxe: Open PciIo protocol.Anthony PERARD
2014-10-29OvmfPkg/XenBusDxe: Add support to make Xen Hypercalls.Anthony PERARD
2014-10-29OvmfPkg/XenBusDxe: Add device state struct and create an ExitBoot services ev...Anthony PERARD
2014-10-29OvmfPkg: Add basic skeleton for the XenBus bus driver.Anthony PERARD