mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
entry: Rename "kvm" entry code assets to "virt" to genericize APIs
Rename the "kvm" entry code files and Kconfigs to use generic "virt" nomenclature so that the code can be reused by other hypervisors (or rather, their root/dom0 partition drivers), without incorrectly suggesting the code somehow relies on and/or involves KVM. No functional change intended. Signed-off-by: Sean Christopherson <seanjc@google.com> Reviewed-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Joel Fernandes <joelagnelf@nvidia.com> Signed-off-by: Wei Liu <wei.liu@kernel.org>
This commit is contained in:
parent
6d0386ea99
commit
9be7e1e320
12 changed files with 19 additions and 19 deletions
|
|
@ -87,7 +87,7 @@ config HAVE_KVM_VCPU_RUN_PID_CHANGE
|
|||
config HAVE_KVM_NO_POLL
|
||||
bool
|
||||
|
||||
config KVM_XFER_TO_GUEST_WORK
|
||||
config VIRT_XFER_TO_GUEST_WORK
|
||||
bool
|
||||
|
||||
config HAVE_KVM_PM_NOTIFIER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue