Age | Commit message (Expand) | Author | Files | Lines | 2016-10-28 00:54:31 -0700 |
---|---|---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2016-10-30 08:57:07 +0100 | ||
commit | 91d1e54ebd1615d216b7f57324a5e69166a344e0 (patch) | |||
tree | fee6e6432b3ceeda77b4aca46d65b41d85288e95 | |||
parent | 687bca8d664ac9b098005b57846773eb62040ae0 (diff) |
x86/vmware: Add basic paravirt ops support
Add basic paravirt support:
1. Set pv_info.name to "VMware hypervisor" to have proper boot log message
Booting paravirtualized kernel on VMware hypervisor
instead of "... on bare hardware"
2. Set pv_cpu_ops.io_delay() to empty function - paravirt_noop() to
avoid vm-exits on IO delays because io delays they are not required.
Signed-off-by: Alexey Makhalov <amakhalov@vmware.com>
Acked-by: Alok N Kataria <akataria@vmware.com>
Cc: linux-doc@vger.kernel.org
Cc: pv-drivers@vmware.com
Cc: corbet@lwn.net
Cc: virtualization@lists.linux-foundation.org
Link: http://lkml.kernel.org/r/20161028075432.90579-3-amakhalov@vmware.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r-- | arch/x86/kernel/cpu/vmware.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/vmware.c b/arch/x86/kernel/cpu/vmware.c |