From 307d348721ac506e3747997889ad7e86f4c29e3e Mon Sep 17 00:00:00 2001 From: Conghui Chen Date: Fri, 26 Apr 2019 07:03:24 +0800 Subject: [PATCH] DOC: remove PARTITION_MODE related content Update the document as the PARTITION_MODE is removed from the code. Signed-off-by: Conghui Chen --- doc/developer-guides/hld/hv-io-emulation.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/developer-guides/hld/hv-io-emulation.rst b/doc/developer-guides/hld/hv-io-emulation.rst index 6ea195a6b..e29af088c 100644 --- a/doc/developer-guides/hld/hv-io-emulation.rst +++ b/doc/developer-guides/hld/hv-io-emulation.rst @@ -34,11 +34,6 @@ inside the hypervisor: Control flow of I/O emulation in the hypervisor -:option:`CONFIG_PARTITION_MODE` is the only configuration option that affects the -functionality of I/O emulation. With :option:`CONFIG_PARTITION_MODE` enabled, -the hypervisor never sends I/O request to any VM. Unhandled I/O reads -get all 1's and writes are silently dropped. - I/O emulation does not rely on any calibration data. Trap Path