]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg/XenBusDxe: Use EFIAPI for XenStoreVSPrint
authorAnthony PERARD <anthony.perard@citrix.com>
Thu, 23 Feb 2017 12:42:08 +0000 (12:42 +0000)
committerLaszlo Ersek <lersek@redhat.com>
Thu, 23 Feb 2017 16:06:43 +0000 (17:06 +0100)
... because this function use VA_COPY.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
OvmfPkg/XenBusDxe/XenStore.c
OvmfPkg/XenBusDxe/XenStore.h

index 76b6e297efef97566bfc890f9faca1c8ee5f4ac5..6812e1078cd88d2a7eda1c0a5da7392548160064 100644 (file)
@@ -1304,6 +1304,7 @@ XenStoreTransactionEnd (
 }\r
 \r
 XENSTORE_STATUS\r
+EFIAPI\r
 XenStoreVSPrint (\r
   IN CONST XENSTORE_TRANSACTION *Transaction,\r
   IN CONST CHAR8           *DirectoryPath,\r
index c9d4c6509a3c4d943b723075e5382a8720d4e398..33bb647f6694982b9896e252715201af1200994e 100644 (file)
@@ -209,6 +209,7 @@ XenStoreSPrint (
            indicating the type of write failure.\r
 **/\r
 XENSTORE_STATUS\r
+EFIAPI\r
 XenStoreVSPrint (\r
   IN CONST XENSTORE_TRANSACTION *Transaction,\r
   IN CONST CHAR8           *DirectoryPath,\r