mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-24 10:17:28 +00:00
ptdev: refine the functions name & code position
refine some functions name and put functions under proper sequence - get_remapping_entry -> get_entry - ptdev_native_owned_intx -> ptdev_hv_owned_intx - ptdev_build_native_msi -> ptdev_build_physical_msi - ptdev_build_native_rte -> ptdev_build_physical_rte - update_active_native_ioapic -> activate_physical_ioapic - ptdev_vm_deinit -> ptdev_release_all_entries Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
@@ -203,7 +203,7 @@ int shutdown_vm(struct vm *vm)
|
||||
list_del_init(&vm->list);
|
||||
spinlock_release(&vm_list_lock);
|
||||
|
||||
ptdev_vm_deinit(vm);
|
||||
ptdev_release_all_entries(vm);
|
||||
|
||||
/* cleanup and free vioapic */
|
||||
vioapic_cleanup(vm->arch_vm.virt_ioapic);
|
||||
|
Reference in New Issue
Block a user