mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-01 08:56:55 +00:00
hv: Add reboot shell command
To trigger warm reboot for debugging. Signed-off-by: Yin Fengwei <fengwei.yin@intel.com> Acked-by: Eddie Dong <Eddie.dong@intel.com>
This commit is contained in:
@@ -117,6 +117,7 @@ C_SRCS += arch/x86/guest/vioapic.c
|
||||
C_SRCS += arch/x86/guest/instr_emul.c
|
||||
C_SRCS += arch/x86/guest/ucode.c
|
||||
C_SRCS += arch/x86/guest/pm.c
|
||||
C_SRCS += arch/x86/debug/reboot.c
|
||||
C_SRCS += lib/spinlock.c
|
||||
C_SRCS += lib/udelay.c
|
||||
C_SRCS += lib/mdelay.c
|
||||
|
Reference in New Issue
Block a user