mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 12:12:16 +00:00
doc: rename register_io_emulation_handler
This is a follow-up patch in doc corresponding to the changes in source code. Tracked-On: #861 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
This commit is contained in:
parent
272439d37f
commit
070a56dbc4
@ -1104,7 +1104,7 @@ APIs to register its IO/MMIO range:
|
|||||||
* - **API**
|
* - **API**
|
||||||
- **Description**
|
- **Description**
|
||||||
|
|
||||||
* - register_io_emulation_handler
|
* - register_pio_emulation_handler
|
||||||
- register an I/O emulation handler for a hypervisor emulated device
|
- register an I/O emulation handler for a hypervisor emulated device
|
||||||
by specific I/O range
|
by specific I/O range
|
||||||
|
|
||||||
|
@ -316,7 +316,7 @@ I/O bitmaps and register or unregister I/O handlers:
|
|||||||
.. doxygenfunction:: allow_guest_pio_access
|
.. doxygenfunction:: allow_guest_pio_access
|
||||||
:project: Project ACRN
|
:project: Project ACRN
|
||||||
|
|
||||||
.. doxygenfunction:: register_io_emulation_handler
|
.. doxygenfunction:: register_pio_emulation_handler
|
||||||
:project: Project ACRN
|
:project: Project ACRN
|
||||||
|
|
||||||
.. doxygenfunction:: register_mmio_emulation_handler
|
.. doxygenfunction:: register_mmio_emulation_handler
|
||||||
|
Loading…
Reference in New Issue
Block a user