mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-20 20:53:46 +00:00
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:
parent
3bb4308361
commit
a3922797af
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user