Kernel KVM virtualization development
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Update UMIP config parameter and docs
@ 2019-11-05 21:25 Moger, Babu
  2019-11-05 21:25 ` [PATCH v3 1/2] x86/Kconfig: Rename UMIP config parameter Moger, Babu
  2019-11-05 21:25 ` [PATCH v3 2/2] x86/umip: Update the comments to cover generic x86 processors Moger, Babu
  0 siblings, 2 replies; 5+ messages in thread
From: Moger, Babu @ 2019-11-05 21:25 UTC (permalink / raw)
  To: tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, hpa@zytor.com,
	pbonzini@redhat.com, rkrcmar@redhat.com,
	sean.j.christopherson@intel.com, vkuznets@redhat.com,
	wanpengli@tencent.com, jmattson@google.com
  Cc: x86@kernel.org, joro@8bytes.org, Moger, Babu, luto@kernel.org,
	zohar@linux.ibm.com, yamada.masahiro@socionext.com,
	nayna@linux.ibm.com, linux-kernel@vger.kernel.org,
	kvm@vger.kernel.org, zohar@linux.ibm.com,
	yamada.masahiro@socionext.com, ebiederm@xmission.com,
	ricardo.neri-calderon@linux.intel.com, bshanks@codeweavers.com

AMD 2nd generation EPYC processors support the UMIP feature. 
So, update the Kconfig and umip related documentation.

---
v3:
  Removed X86 depend check. Just kept CPU_SUP_* check.
  Updated the comments in umip.c to make it bit generic.

v2:
  Learned that for the hardware that support UMIP, we dont need to
  emulate. Removed the emulation related code and just submitting
  the config changes.


Babu Moger (2):
      x86/Kconfig: Rename UMIP config parameter
      x86/umip: Update the comments to cover generic x86 processors


 arch/x86/Kconfig                         |   10 +++++-----
 arch/x86/include/asm/disabled-features.h |    2 +-
 arch/x86/include/asm/umip.h              |    4 ++--
 arch/x86/kernel/Makefile                 |    2 +-
 arch/x86/kernel/umip.c                   |   12 ++++++------
 5 files changed, 15 insertions(+), 15 deletions(-)

--

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-11-07 10:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-05 21:25 [PATCH v3 0/2] Update UMIP config parameter and docs Moger, Babu
2019-11-05 21:25 ` [PATCH v3 1/2] x86/Kconfig: Rename UMIP config parameter Moger, Babu
2019-11-07  1:31   ` Ricardo Neri
2019-11-07 10:07     ` Borislav Petkov
2019-11-05 21:25 ` [PATCH v3 2/2] x86/umip: Update the comments to cover generic x86 processors Moger, Babu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox