mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-09 04:39:34 +00:00
vcpu: replace start_vcpu with run_vcpu
run_vcpu should be a more suitable name Tracked-On: #1199 Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
@@ -273,7 +273,7 @@ static void set_vcpu_mode(struct vcpu *vcpu, uint32_t cs_attr)
|
||||
}
|
||||
}
|
||||
|
||||
int start_vcpu(struct vcpu *vcpu)
|
||||
int run_vcpu(struct vcpu *vcpu)
|
||||
{
|
||||
uint32_t instlen;
|
||||
uint64_t rip;
|
||||
|
Reference in New Issue
Block a user