mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-08 04:09:11 +00:00
HV: remove unused UNDEFINED_VM
The enum of UNDEFINED_VM has never been used, remove it; Tracked-On: #2291 Signed-off-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
committed by
ACRN System Integration
parent
73cff9ef08
commit
90f3ce442d
@@ -23,8 +23,7 @@
|
||||
* POST_LAUNCHED_VM is launched by ACRN devicemodel, with/without LAPIC_PT depends on usecases.
|
||||
*/
|
||||
enum acrn_vm_load_order {
|
||||
UNDEFINED_VM = 0,
|
||||
PRE_LAUNCHED_VM,
|
||||
PRE_LAUNCHED_VM = 1,
|
||||
SOS_VM,
|
||||
POST_LAUNCHED_VM /* Launched by Devicemodel in SOS_VM */
|
||||
};
|
||||
|
Reference in New Issue
Block a user