mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-20 12:42:54 +00:00
Merge pull request #322 from dbkinder/api-spell
doc: fix API documentation misspellings
This commit is contained in:
commit
f757d49ead
@ -101,7 +101,7 @@ int64_t hcall_pause_vm(uint64_t vmid);
|
|||||||
*
|
*
|
||||||
* @param vm Pointer to VM data structure
|
* @param vm Pointer to VM data structure
|
||||||
* @param vmid ID of the VM
|
* @param vmid ID of the VM
|
||||||
* @param param guest physical addressx. This gpa points to
|
* @param param guest physical address. This gpa points to
|
||||||
* struct acrn_create_vcpu
|
* struct acrn_create_vcpu
|
||||||
*
|
*
|
||||||
* @return 0 on success, non-zero on error.
|
* @return 0 on success, non-zero on error.
|
||||||
@ -211,7 +211,7 @@ int64_t hcall_notify_req_finish(uint64_t vmid, uint64_t param);
|
|||||||
int64_t hcall_set_vm_memmap(struct vm *vm, uint64_t vmid, uint64_t param);
|
int64_t hcall_set_vm_memmap(struct vm *vm, uint64_t vmid, uint64_t param);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief setup ept memmory mapping for multi regions
|
* @brief setup ept memory mapping for multi regions
|
||||||
*
|
*
|
||||||
* @param vm Pointer to VM data structure
|
* @param vm Pointer to VM data structure
|
||||||
* @param param guest physical address. This gpa points to
|
* @param param guest physical address. This gpa points to
|
||||||
@ -237,7 +237,7 @@ int64_t hcall_set_vm_memmaps(struct vm *vm, uint64_t param);
|
|||||||
int64_t hcall_remap_pci_msix(struct vm *vm, uint64_t vmid, uint64_t param);
|
int64_t hcall_remap_pci_msix(struct vm *vm, uint64_t vmid, uint64_t param);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief translate guest physical address ot host physical address
|
* @brief translate guest physical address to host physical address
|
||||||
*
|
*
|
||||||
* Translate guest physical address to host physical address for a VM.
|
* Translate guest physical address to host physical address for a VM.
|
||||||
* The function will return -1 if the target VM does not exist.
|
* The function will return -1 if the target VM does not exist.
|
||||||
|
@ -228,7 +228,7 @@ struct hc_ptdev_irq {
|
|||||||
} __aligned(8);
|
} __aligned(8);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hypervisor api version info, return it for HC_GET_API_VERSION hyercall
|
* Hypervisor api version info, return it for HC_GET_API_VERSION hypercall
|
||||||
*/
|
*/
|
||||||
struct hc_api_version {
|
struct hc_api_version {
|
||||||
/** hypervisor api major version */
|
/** hypervisor api major version */
|
||||||
|
Loading…
Reference in New Issue
Block a user