|
@@ -523,6 +523,7 @@ config X86_VSMP
|
|
bool "ScaleMP vSMP"
|
|
bool "ScaleMP vSMP"
|
|
select HYPERVISOR_GUEST
|
|
select HYPERVISOR_GUEST
|
|
select PARAVIRT
|
|
select PARAVIRT
|
|
|
|
+ select PARAVIRT_XXL
|
|
depends on X86_64 && PCI
|
|
depends on X86_64 && PCI
|
|
depends on X86_EXTENDED_PLATFORM
|
|
depends on X86_EXTENDED_PLATFORM
|
|
depends on SMP
|
|
depends on SMP
|
|
@@ -754,6 +755,9 @@ config PARAVIRT
|
|
over full virtualization. However, when run without a hypervisor
|
|
over full virtualization. However, when run without a hypervisor
|
|
the kernel is theoretically slower and slightly larger.
|
|
the kernel is theoretically slower and slightly larger.
|
|
|
|
|
|
|
|
+config PARAVIRT_XXL
|
|
|
|
+ bool
|
|
|
|
+
|
|
config PARAVIRT_DEBUG
|
|
config PARAVIRT_DEBUG
|
|
bool "paravirt-ops debugging"
|
|
bool "paravirt-ops debugging"
|
|
depends on PARAVIRT && DEBUG_KERNEL
|
|
depends on PARAVIRT && DEBUG_KERNEL
|