From f159102a130fac9b416418eb9b6fa35b63426ca5 Mon Sep 17 00:00:00 2001 From: Rebecca Cran Date: Sun, 3 May 2020 20:18:53 -0600 Subject: OvmfPkg: Add BaseResetSystemLibBhyve Introduce BaseResetSystemLibBhyve.inf, to support powering off bhyve guests. Signed-off-by: Rebecca Cran Cc: Jordan Justen Cc: Laszlo Ersek Cc: Ard Biesheuvel Message-Id: <20200504021853.76658-1-rebecca@bsdio.com> [lersek@redhat.com: MODULE_TYPE: replace DXE_DRIVER with BASE] [lersek@redhat.com: replace with ] [lersek@redhat.com: strip ".inf" from subject line] Reviewed-by: Laszlo Ersek --- OvmfPkg/Include/IndustryStandard/Bhyve.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OvmfPkg/Include/IndustryStandard') diff --git a/OvmfPkg/Include/IndustryStandard/Bhyve.h b/OvmfPkg/Include/IndustryStandard/Bhyve.h index 02ce5587ee..ab8f2b0729 100644 --- a/OvmfPkg/Include/IndustryStandard/Bhyve.h +++ b/OvmfPkg/Include/IndustryStandard/Bhyve.h @@ -13,4 +13,6 @@ #define BHYVE_ACPI_TIMER_IO_ADDR 0x408 +#define BHYVE_PM_REG 0x404 + #endif // __BHYVE_H__ -- cgit v1.2.3