X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=Kconfig;h=63d9eb71c5192aed53006f804de6c47b499ec2a4;hb=444896a3622e7918f81ccc7c0ac17edf90a6f7b9;hp=028645fb3a22bd75b214d4b0efa72b9df0d6a5e2;hpb=9feccf93cd8327d1d30a404a92f19716bf5a1e96;p=palacios.git diff --git a/Kconfig b/Kconfig index 028645f..63d9eb7 100644 --- a/Kconfig +++ b/Kconfig @@ -150,7 +150,7 @@ menu "Virtual core specialization" config CUSTOM_CPUID bool "Use custom CPU information (vendor, etc)" - default y + default n help If set, the CPU information will be for a special V3VEE vendor. This should result in identical guest kernel setup, regardless @@ -159,14 +159,14 @@ config CUSTOM_CPUID config STRICT_MSR_SEMANTICS bool "Use strict RDMSR/WRMSR semantics" - default y + default n help Use strict MSR semantics - when an unhandled MSR is read or written, a GPF is generated. This is typically usd with CUSTOM_CPU_TYPE on. config FP_SWITCH bool "Floating point context switching" - default y + default n help If set, floating point is handled for context switches (VM1->VM2->VM1 and/or VM->HOST->VM). This can be disabled