mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-08 12:19:06 +00:00
doc: fix a missing argument in the function description
One argument is missing for the function ptirq_alloc_entry. This patch fixes the doc generation error. Tracked-On: #3882 Signed-off-by: Binbin Wu <binbin.wu@intel.com>
This commit is contained in:
@@ -141,7 +141,7 @@ interrupt to virtual interrupt or vice versa. The term VT-d interrupt-remapping
|
||||
remaps the interrupt index in the VT-d interrupt-remapping table to the physical
|
||||
interrupt vector after checking the external interrupt request is valid. Translation
|
||||
physical vector to virtual vector is still needed to be done by hypervisor, which is
|
||||
also described in the below section :ref:`_interrupt-remapping`.
|
||||
also described in the below section :ref:`interrupt-remapping`.
|
||||
|
||||
MMIO Remapping
|
||||
**************
|
||||
|
Reference in New Issue
Block a user