mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
OvmfPkg/XenHypercallLib: Remove unused HobLib
Commit0e6f6c715cremoved the use of gEfiXenInfoGuid. Fixes:0e6f6c715c("OvmfPkg/XenHypercallLib: Use direct hypercalls") Signed-off-by: Anthony PERARD <anthony.perard@vates.tech>
This commit is contained in:
parent
b6480f6270
commit
c4cdc1794a
2 changed files with 1 additions and 8 deletions
|
|
@ -10,10 +10,7 @@
|
|||
#pragma once
|
||||
|
||||
/**
|
||||
To call when the gEfiXenInfoGuid HOB became available after the library init
|
||||
function has already been executed.
|
||||
|
||||
This allow to make hypercall in the PEIM stage.
|
||||
Initialise library.
|
||||
**/
|
||||
RETURN_STATUS
|
||||
EFIAPI
|
||||
|
|
|
|||
|
|
@ -43,8 +43,4 @@
|
|||
[LibraryClasses.X64]
|
||||
CpuLib
|
||||
BaseLib
|
||||
HobLib
|
||||
DebugLib
|
||||
|
||||
[Guids.X64]
|
||||
gEfiXenInfoGuid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue