hv: host_pm: Move two common APIs to common scope

Move shutdown_system to common (and rename to shutdown_host)
Move reset_host to common

Tracked-On: #8830
Signed-off-by: Yifan Liu <yifan1.liu@intel.com>
Reviewed-by: Fei Li <fei1.li@intel.com>
Acked-by: Wang Yu1 <yu1.wang@intel.com>
This commit is contained in:
Yifan Liu
2025-09-26 04:54:17 +00:00
committed by acrnsi-robot
parent 4e888b0378
commit 43a09e86a7
8 changed files with 50 additions and 20 deletions

View File

@@ -19,7 +19,7 @@
#include <logmsg.h>
#include <version.h>
#include <asm/guest/vmcs.h>
#include <asm/host_pm.h>
#include <host_pm.h>
#include <cpu.h>
#include "debug/shell_priv.h"