DOC: remove PARTITION_MODE related content

Update the document as the PARTITION_MODE is removed from the code.

Signed-off-by: Conghui Chen <conghui.chen@intel.com>
This commit is contained in:
Conghui Chen 2019-04-26 07:03:24 +08:00 committed by Eddie Dong
parent a3922797af
commit 307d348721

View File

@ -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