HV: cleanup SHARING_MODE and PARTITION_MODE

As SHARING_MODE and PARTITION_MODE are not used anymore, cleanup the
code.

Tracked-On: #2291
Signed-off-by: Conghui Chen <conghui.chen@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Conghui Chen 2019-04-26 06:46:24 +08:00 committed by Eddie Dong
parent 3bb4308361
commit a3922797af
2 changed files with 0 additions and 23 deletions

View File

@ -17,28 +17,6 @@ config LOGICAL_PARTITION
endchoice
choice
prompt "Hypervisor mode"
default SHARING_MODE
help
Select the usage mode of the hypervisor.
config SHARING_MODE
bool "Sharing mode"
help
In sharing mode, the first VM (called Service OS or SOS) is capable of
managing the other VMs (called User OS or UOS) and trap/mediate their
I/O accesses to physical devices.
config PARTITION_MODE
bool "Partition mode"
help
In partition mode, every VM owns part of the physical resources
exclusively and runs with minimal interference from the others. The VM
configurations are statically defined in the source.
endchoice
config BOARD
string "Target board"
help

View File

@ -1,5 +1,4 @@
# Generated by Kconfiglib (https://github.com/ulfalizer/Kconfiglib)
CONFIG_PARTITION_MODE=y
CONFIG_BOARD="dnv-cb2"
CONFIG_SERIAL_LEGACY=y
CONFIG_SERIAL_PIO_BASE=0x1000