Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - P index
The Linux kernel configuration item CONFIG_PARAVIRT
has multiple definitions:
arch/x86/Kconfig
The configuration item CONFIG_PARAVIRT:
CONFIG_HAVE_STATIC_CALL
This changes the kernel so it can modify itself when it is run under a hypervisor, potentially improving performance significantly over full virtualization. However, when run without a hypervisor the kernel is theoretically slower and slightly larger.
arch/riscv/Kconfig
The configuration item CONFIG_PARAVIRT:
CONFIG_RISCV_SBI
This changes the kernel so it can modify itself when it is run under a hypervisor, potentially improving performance significantly over full virtualization.
arch/loongarch/Kconfig
The configuration item CONFIG_PARAVIRT:
CONFIG_AS_HAS_LVZ_EXTENSION
This changes the kernel so it can modify itself when it is run under a hypervisor, potentially improving performance significantly over full virtualization. However, when run without a hypervisor the kernel is theoretically slower and slightly larger.
arch/arm64/Kconfig
The configuration item CONFIG_PARAVIRT:
(none)
This changes the kernel so it can modify itself when it is run under a hypervisor, potentially improving performance significantly over full virtualization.
arch/arm/Kconfig
The configuration item CONFIG_PARAVIRT:
(none)
This changes the kernel so it can modify itself when it is run under a hypervisor, potentially improving performance significantly over full virtualization.
arch/powerpc/platforms/pseries/Kconfig
The configuration item CONFIG_PARAVIRT:
(none)
(none)
arch/ia64/Kconfig
The configuration item CONFIG_PARAVIRT:
CONFIG_PARAVIRT_GUEST
This changes the kernel so it can modify itself when it is run under a hypervisor, potentially improving performance significantly over full virtualization. However, when run without a hypervisor the kernel is theoretically slower and slightly larger.
arch/ia64/Kconfig
The configuration item CONFIG_PARAVIRT:
CONFIG_PARAVIRT_GUEST
This changes the kernel so it can modify itself when it is run under a hypervisor, potentially improving performance significantly over full virtualization. However, when run without a hypervisor the kernel is theoretically slower and slightly larger.
arch/x86/Kconfig
The configuration item CONFIG_PARAVIRT:
CONFIG_X86_32 && !( CONFIG_X86_VISWS || CONFIG_X86_VOYAGER )
This changes the kernel so it can modify itself when it is run under a hypervisor, potentially improving performance significantly over full virtualization. However, when run without a hypervisor the kernel is theoretically slower and slightly larger.
arch/i386/Kconfig
The configuration item CONFIG_PARAVIRT:
( CONFIG_EXPERIMENTAL ) && (!( CONFIG_X86_VISWS || CONFIG_X86_VOYAGER ))
Paravirtualization is a way of running multiple instances of Linux on the same machine, under a hypervisor. This option changes the kernel so it can modify itself when it is run under a hypervisor, improving performance significantly. However, when run without a hypervisor the kernel is theoretically slower. If in doubt, say N.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - P index
Automatically generated (in year 2024). See also LKDDb sources on GitLab