audk/OvmfPkg/Library/ResetSystemLib
Anthony PERARD 0b0b7041cc OvmfPkg/OvmfXen: Introduce Xen's ResetSystemLib, to use xen hypercall
When booting OvmfXen, the ACPI interface for shutdown/reset might not
be available, instead use the hypercall interface.

While it's probably possible to use the hypercall in all cases, we
keep using the same interface while it still possible. That is ACPI on
HVM guest, and fallback to hypercall on PVH guest.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Jason Andryuk <jason.andryuk@amd.com>
2024-08-30 16:55:41 +00:00
..
BaseResetShutdown.c
BaseResetShutdownBhyve.c
BaseResetShutdownXen.c OvmfPkg/OvmfXen: Introduce Xen's ResetSystemLib, to use xen hypercall 2024-08-30 16:55:41 +00:00
BaseResetSystemLib.inf
BaseResetSystemLibBhyve.inf
BaseResetSystemLibMicrovm.inf
BaseResetSystemLibXen.inf OvmfPkg/OvmfXen: Introduce Xen's ResetSystemLib, to use xen hypercall 2024-08-30 16:55:41 +00:00
DxeResetShutdown.c
DxeResetShutdownXen.c OvmfPkg/OvmfXen: Introduce Xen's ResetSystemLib, to use xen hypercall 2024-08-30 16:55:41 +00:00
DxeResetSystemLib.inf
DxeResetSystemLibMicrovm.c
DxeResetSystemLibMicrovm.inf
DxeResetSystemLibXen.inf OvmfPkg/OvmfXen: Introduce Xen's ResetSystemLib, to use xen hypercall 2024-08-30 16:55:41 +00:00
ResetSystemLib.c
ResetSystemLibMicrovm.c