From 6d2553532ad35f07e5fddc20145655deafd23d09 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Mon, 30 Jul 2018 16:05:53 -0700 Subject: [PATCH] doc: fix doc errors from acrn_vhm_mm.h API changes API changes to acrn-kernel/include/linux/vhm/acrn_vhm_mm.h in https://github.com/projectacrn/acrn-kernel/pull/48 renamed functions that were referenced in the GTG-g_api.rst document, causing the documentation build to fail. Signed-off-by: David B. Kinder --- doc/api/GVT-g_api.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/api/GVT-g_api.rst b/doc/api/GVT-g_api.rst index 6176a830d..0b9907ceb 100644 --- a/doc/api/GVT-g_api.rst +++ b/doc/api/GVT-g_api.rst @@ -77,11 +77,9 @@ responses to user space modules, notified by vIRQ injections. :functions: acrn_hpa2gpa map_guest_phys unmap_guest_phys - set_mmio_map - unset_mmio_map - -.. kernel-doc:: include/linux/vhm/acrn_vhm_mm.h - :functions: update_memmap_attr + add_memory_region + del_memory_region + write_protect_page .. _MPT_interface: