]> git.proxmox.com Git - mirror_edk2.git/history - OvmfPkg/XenBusDxe
NetworkPkg: Move Network library header file from MdeModulePkg to NetworkPkg
[mirror_edk2.git] / OvmfPkg / XenBusDxe /
2019-04-12 Laszlo ErsekOvmfPkg/XenBusDxe: replace MIT license text with SPDX ID
2019-04-09 Michael D KinneyOvmfPkg: Replace BSD License with BSD+Patent License
2017-02-23 Anthony PERARDOvmfPkg/XenBusDxe: Use EFIAPI for XenStoreVSPrint
2017-01-19 Thomas HuthOvmfPkg: Remove superfluous return statements.
2016-10-27 Laszlo ErsekOvmfPkg/XenBusDxe: remove module-local ARRAY_SIZE macro
2016-10-27 Laszlo ErsekOvmfPkg/XenBusDxe: guard the definition of ARRAY_SIZE
2016-10-25 Laszlo ErsekOvmfPkg/XenBusDxe: eliminate AsciiStrCat() calls
2016-10-25 Laszlo ErsekOvmfPkg/XenBusDxe: eliminate AsciiStrCpy() calls
2016-09-13 Thomas HuthOvmfPkg: Fix typing errors in header files
2016-09-12 Thomas HuthOvmfPkg: Fix typing errors
2016-05-17 Zenith432OvmfPkg/XenBusDxe: duplicate twice-iterated VA_LIST...
2015-12-04 Liming GaoOvmfPkg: Fix VS2015 warning C4459 in XenBusDxe
2015-07-28 Laszlo ErsekOvmfPkg: fix conversion specifiers in DEBUG format...
2015-04-01 Jordan JustenOvmfPkg/XenBusDxe: Fix build issue with VS2010
2015-03-03 Laszlo ErsekOvmfPkg: replace strict XenHypercallLib construction...
2015-02-28 Ard BiesheuvelOvmf/Xen: port XenBusDxe to other architectures
2015-02-28 Ard BiesheuvelOvmf/Xen: move XenBusDxe to abstract XENIO_PROTOCOL
2015-02-28 Ard BiesheuvelOvmf/Xen: move XenBusDxe hypercall code to separate...
2015-02-28 Ard BiesheuvelOvmf/Xen: refactor XenBusDxe hypercall implementation
2015-02-28 Ard BiesheuvelOvmf/Xen: fix pointer to int cast in XenBusDxe
2015-02-28 Ard BiesheuvelOvmf/Xen: move Xen interface version to <xen.h>
2014-11-19 Scott DuplichanOvmfPkg: Fix build failure with gcc44, gcc45
2014-11-14 Anthony PERARDOvmfPkg/XenBusDxe: Fix a nasm warning about instruction...
2014-11-14 Scott DuplichanOvmfPkg/XenBusDxe: fix VS2010 build failures
2014-11-14 Anthony PERARDOvmfPkg/XenBusDxe: Fix some types.
2014-11-14 Anthony PERARDOvmfPkg/XenBusDxe: In XenStore, replace type of Len...
2014-11-08 Anthony PERARDOvmfPkg XenBusDxe: Convert X64/TestAndClearBit.asm...
2014-11-08 Anthony PERARDOvmfPkg XenBusDxe: Convert X64/InterlockedCompareExchan...
2014-11-08 Anthony PERARDOvmfPkg XenBusDxe: Convert X64/hypercall.asm to NASM
2014-11-08 Anthony PERARDOvmfPkg XenBusDxe: Convert Ia32/TestAndClearBit.asm...
2014-11-08 Anthony PERARDOvmfPkg XenBusDxe: Convert Ia32/InterlockedCompareExcha...
2014-11-08 Anthony PERARDOvmfPkg XenBusDxe: Convert Ia32/hypercall.asm to NASM
2014-10-31 Anthony PERARDOvmfPkg/XenBusDxe: Fix initialisation of gXenBusDeviceP...
2014-10-31 Anthony PERARDOvmfPkg/XenBusDxe: Fix initialisation of gXenBusPrivateData
2014-10-31 Anthony PERARDOvmfPkg/Xen*: Pass struct XENSTORE_TRANSACTION argument...
2014-10-29 Anthony PERARDOvmfPkg/XenBusDxe: Add Event Channel into XenBus protocol.
2014-10-29 Anthony PERARDOvmfPkg/XenBusDxe: Introduce XenBus support itself.
2014-10-29 Anthony PERARDOvmfPkg/XenBusDxe: Add XenStore function into the XenBu...
2014-10-29 Anthony PERARDOvmfPkg/XenBusDxe: Add an helper AsciiStrDup.
2014-10-29 Anthony PERARDOvmfPkg/XenBusDxe: Add XenStore client implementation
2014-10-29 Anthony PERARDOvmfPkg/XenBusDxe: Add TestAndClearBit.
2014-10-29 Anthony PERARDOvmfPkg/XenBusDxe: Add Event Channel Notify.
2014-10-29 Steven SmithOvmfPkg/XenBusDxe: Add Grant Table functions.
2014-10-29 Anthony PERARDOvmfPkg/XenBusDxe: Add InterlockedCompareExchange16.
2014-10-29 Anthony PERARDOvmfPkg: Introduce XenBus Protocol.
2014-10-29 Anthony PERARDOvmfPkg/XenBusDxe: Open PciIo protocol.
2014-10-29 Anthony PERARDOvmfPkg/XenBusDxe: Add support to make Xen Hypercalls.
2014-10-29 Anthony PERARDOvmfPkg/XenBusDxe: Add device state struct and create...
2014-10-29 Anthony PERARDOvmfPkg: Add basic skeleton for the XenBus bus driver.