mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-08 18:25:05 +00:00
hv: prepare for Sx(S3/S5) support in ACRN.
Couple of small changes merged in this change: - export main_entry, trampoline_spinlock and stop_cpus. - change vm_resume() name to resume_vm() - change resume_console_enable() name to resume_console() - extend reset_vcpu to reset more fields of vcpu Signed-off-by: Yin Fengwei <fengwei.yin@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -70,7 +70,7 @@ static inline void suspend_console(void)
|
||||
del_timer(&console_timer);
|
||||
}
|
||||
|
||||
static inline void resume_console_enable(void)
|
||||
static inline void resume_console(void)
|
||||
{
|
||||
console_setup_timer();
|
||||
}
|
||||
@@ -101,7 +101,7 @@ static inline void console_setup_timer(void) {}
|
||||
static inline uint32_t get_serial_handle(void) { return 0; }
|
||||
|
||||
static inline void suspend_console(void) {}
|
||||
static inline void resume_console_enable(void) {}
|
||||
static inline void resume_console(void) {}
|
||||
#endif
|
||||
|
||||
#endif /* CONSOLE_H */
|
||||
|
Reference in New Issue
Block a user