mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 09:47:44 +00:00
hv:Rename two VM states
Rename: VM_STARTED --> VM_RUNNING VM_POWERING_OFF --> VM_READY_TO_POWEROFF Tracked-On: #4320 Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -82,8 +82,8 @@ struct vm_pm_info {
|
||||
enum vm_state {
|
||||
VM_POWERED_OFF = 0,
|
||||
VM_CREATED, /* VM created / awaiting start (boot) */
|
||||
VM_STARTED, /* VM started (booted) */
|
||||
VM_POWERING_OFF, /* RTVM only, it is trying to poweroff by itself */
|
||||
VM_RUNNING, /* VM running */
|
||||
VM_READY_TO_POWEROFF, /* RTVM only, it is trying to poweroff by itself */
|
||||
VM_PAUSED, /* VM paused */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user