mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-07-25 22:47:34 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user