OvmfPkg/XenBusDxe: Use EFIAPI for XenStoreVSPrint

... 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>
This commit is contained in:
Anthony PERARD 2017-02-23 12:42:08 +00:00 committed by Laszlo Ersek
parent 625b39ced2
commit c5c9e7e298
2 changed files with 2 additions and 0 deletions

View File

@ -1304,6 +1304,7 @@ XenStoreTransactionEnd (
} }
XENSTORE_STATUS XENSTORE_STATUS
EFIAPI
XenStoreVSPrint ( XenStoreVSPrint (
IN CONST XENSTORE_TRANSACTION *Transaction, IN CONST XENSTORE_TRANSACTION *Transaction,
IN CONST CHAR8 *DirectoryPath, IN CONST CHAR8 *DirectoryPath,

View File

@ -209,6 +209,7 @@ XenStoreSPrint (
indicating the type of write failure. indicating the type of write failure.
**/ **/
XENSTORE_STATUS XENSTORE_STATUS
EFIAPI
XenStoreVSPrint ( XenStoreVSPrint (
IN CONST XENSTORE_TRANSACTION *Transaction, IN CONST XENSTORE_TRANSACTION *Transaction,
IN CONST CHAR8 *DirectoryPath, IN CONST CHAR8 *DirectoryPath,