mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 08:50:27 +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:
@@ -85,8 +85,7 @@ int ptdev_msix_remap(struct vm *vm, uint16_t virt_bdf,
|
||||
int ptdev_intx_pin_remap(struct vm *vm, struct ptdev_intx_info *info);
|
||||
void ptdev_softirq(int cpu);
|
||||
void ptdev_init(void);
|
||||
void ptdev_vm_init(struct vm *vm);
|
||||
void ptdev_vm_deinit(struct vm *vm);
|
||||
void ptdev_release_all_entries(struct vm *vm);
|
||||
void ptdev_add_intx_remapping(struct vm *vm, uint16_t virt_bdf,
|
||||
uint16_t phys_bdf, uint8_t virt_pin, uint8_t phys_pin, bool pic_pin);
|
||||
void ptdev_remove_intx_remapping(struct vm *vm, uint8_t virt_pin, bool pic_pin);
|
||||
|
Reference in New Issue
Block a user