mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 17:58:30 +00:00
rename vmexit handlers
this patch is to align the suffix of the handlers' name. Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
This commit is contained in:
@@ -78,7 +78,7 @@ static void dm_emulate_pio_pre(struct vcpu *vcpu, uint64_t exit_qual,
|
||||
vcpu->req.reqs.pio_request.value = req_value;
|
||||
}
|
||||
|
||||
int io_instr_handler(struct vcpu *vcpu)
|
||||
int io_instr_vmexit_handler(struct vcpu *vcpu)
|
||||
{
|
||||
uint32_t sz;
|
||||
uint32_t mask;
|
||||
|
Reference in New Issue
Block a user