mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 08:50:27 +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:
@@ -167,7 +167,7 @@ struct vm_io_handler {
|
||||
#define IO_ATTR_NO_ACCESS 2
|
||||
|
||||
/* External Interfaces */
|
||||
int io_instr_handler(struct vcpu *vcpu);
|
||||
int io_instr_vmexit_handler(struct vcpu *vcpu);
|
||||
void setup_io_bitmap(struct vm *vm);
|
||||
void free_io_emulation_resource(struct vm *vm);
|
||||
void register_io_emulation_handler(struct vm *vm, struct vm_io_range *range,
|
||||
|
Reference in New Issue
Block a user