Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - K index
The Linux kernel configuration item CONFIG_KVM_BOOK3S_64_PR
has multiple definitions:
arch/powerpc/kvm/Kconfig
The configuration item CONFIG_KVM_BOOK3S_64_PR:
( CONFIG_KVM_BOOK3S_64 ) && (! CONFIG_CONTEXT_TRACKING_USER )
kvm-pr
Support running guest kernels in virtual machines on processors without using hypervisor mode in the host, by running the guest in user mode (problem state) and emulating all privileged instructions and registers.
This is only available for hash MMU mode and only supports guests that use hash MMU mode.
This is not as fast as using hypervisor mode, but works on machines where hypervisor mode is not available or not usable, and can emulate processors that are different from the host processor, including emulating 32-bit processors on a 64-bit host.
Selecting this option will cause the SCV facility to be disabled when the kernel is booted on the pseries platform in hash MMU mode (regardless of PR VMs running). When any PR VMs are running, "AIL" mode is disabled which may slow interrupts and system calls on the host.
arch/powerpc/kvm/Kconfig
The configuration item CONFIG_KVM_BOOK3S_64_PR:
CONFIG_KVM_BOOK3S_64 && ! CONFIG_KVM_BOOK3S_64_HV
kvm-pr
(none)
Raw data from LKDDb:
lkddb module kvm-pr CONFIG_KVM_BOOK3S_64_PR : arch/powerpc/kvm/Kconfig : "KVM support without using hypervisor mode in host" # in 3.13–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.12, 6.13-rc+HEAD
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 - K index
Automatically generated (in year 2024). See also LKDDb sources on GitLab