mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-07 11:50:30 +00:00
hv: Rename NORMAL_VM to POST_LAUNCHED_VM
The name NORMAL_VM does not clearly reflect the attribute that these VMs are launched "later". POST_LAUNCHED_VM is closer to the fact that these VMs are launched "later" by one of the VMs launched by ACRN. Tracked-On: #3034 Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
committed by
ACRN System Integration
parent
536bc5bd12
commit
9214c84600
@@ -545,7 +545,7 @@ emulate_io(struct acrn_vcpu *vcpu, struct io_request *io_req)
|
||||
break;
|
||||
}
|
||||
|
||||
if ((status == -ENODEV) && (vm_config->type == NORMAL_VM)) {
|
||||
if ((status == -ENODEV) && (vm_config->type == POST_LAUNCHED_VM)) {
|
||||
/*
|
||||
* No handler from HV side, search from VHM in Dom0
|
||||
*
|
||||
|
Reference in New Issue
Block a user