hv: riscv: Implement arch_shutdown_host and arch_reset_host

To support shutting down or resetting host.

Tracked-On: #8841
Signed-off-by: Yifan Liu <yifan1.liu@intel.com>
Acked-by: Wang Yu1 <yu1.wang@intel.com>
This commit is contained in:
Yifan Liu
2025-10-22 01:20:03 +00:00
committed by acrnsi-robot
parent 7388ad45b3
commit 08cfb6f4fd
3 changed files with 37 additions and 5 deletions

View File

@@ -6,9 +6,4 @@
#ifndef RISCV_HOST_PM_H
#define RISCV_HOST_PM_H
/* FIXME: To be implemented */
static inline void arch_shutdown_host(void) { }
/* FIXME: To be implemented */
static inline void arch_reset_host(bool warm) { (void)warm; }
#endif /* RISCV_HOST_PM_H */