|
@@ -1800,6 +1800,25 @@ config SWIOTLB
|
|
|
config IOMMU_HELPER
|
|
|
def_bool SWIOTLB
|
|
|
|
|
|
+config PARAVIRT
|
|
|
+ bool "Enable paravirtualization code"
|
|
|
+ help
|
|
|
+ This changes the kernel so it can modify itself when it is run
|
|
|
+ under a hypervisor, potentially improving performance significantly
|
|
|
+ over full virtualization.
|
|
|
+
|
|
|
+config PARAVIRT_TIME_ACCOUNTING
|
|
|
+ bool "Paravirtual steal time accounting"
|
|
|
+ select PARAVIRT
|
|
|
+ default n
|
|
|
+ help
|
|
|
+ Select this option to enable fine granularity task steal time
|
|
|
+ accounting. Time spent executing other tasks in parallel with
|
|
|
+ the current vCPU is discounted from the vCPU power. To account for
|
|
|
+ that, there can be a small performance impact.
|
|
|
+
|
|
|
+ If in doubt, say N here.
|
|
|
+
|
|
|
config XEN_DOM0
|
|
|
def_bool y
|
|
|
depends on XEN
|
|
@@ -1813,6 +1832,7 @@ config XEN
|
|
|
select ARCH_DMA_ADDR_T_64BIT
|
|
|
select ARM_PSCI
|
|
|
select SWIOTLB_XEN
|
|
|
+ select PARAVIRT
|
|
|
help
|
|
|
Say Y if you want to run Linux in a Virtual Machine on Xen on ARM.
|
|
|
|