From 227ee64b3ba606f049cf0899f79c04770f47e467 Mon Sep 17 00:00:00 2001 From: Tw Date: Mon, 14 Oct 2019 13:48:31 +0800 Subject: [PATCH] doc: update IO/MMIO HLD remove unexisted APIs. Tracked-On: #3882 Signed-off-by: Tw --- doc/developer-guides/hld/hv-cpu-virt.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/developer-guides/hld/hv-cpu-virt.rst b/doc/developer-guides/hld/hv-cpu-virt.rst index 289463be2..0940fe9e1 100644 --- a/doc/developer-guides/hld/hv-cpu-virt.rst +++ b/doc/developer-guides/hld/hv-cpu-virt.rst @@ -1108,17 +1108,10 @@ APIs to register its IO/MMIO range: - register an I/O emulation handler for a hypervisor emulated device by specific I/O range - * - free_io_emulation_resource - - free all I/O emulation resources for a VM - * - register_mmio_emulation_handler - register a MMIO emulation handler for a hypervisor emulated device by specific MMIO range - * - unregister_mmio_emulation_handler - - unregister a MMIO emulation handler for a hypervisor emulated device - by specific MMIO range - .. _instruction-emulation: Instruction Emulation