kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] vpopcntdq support
@ 2017-01-10 17:34 Piotr Luc
  2017-01-10 17:34 ` [PATCH v1 1/2] x86/cpufeature: Add AVX512_VPOPCNTDQ feature Piotr Luc
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Piotr Luc @ 2017-01-10 17:34 UTC (permalink / raw)
  To: x86
  Cc: Thomas Gleixner, Ingo Molnar, H . Peter Anvin, Paolo Bonzini,
	Radim Krčmář, kvm, linux-kernel

Hi,

This patchset adds the support for new CPUID feature bit that announces the
vector population count instructions for dwords and qwords.

The path 1/2 adds new feature flags and handles clearing the feature bit in
case xsave is not enabled.

The patch 2/2 enables passing the feature bit to a kvm/quemu guest.

The patchset is based on v4.10-rc3.

Regards,
Piotr

Piotr Luc (2):
  x86/cpufeature: Add AVX512_VPOPCNTDQ feature
  kvm: x86: Expose Intel VPOPCNTDQ feature to guest

 arch/x86/include/asm/cpufeatures.h       | 2 +-
 arch/x86/kernel/fpu/xstate.c             | 1 +
 arch/x86/kvm/cpuid.c                     | 2 +-
 tools/arch/x86/include/asm/cpufeatures.h | 1 +
 4 files changed, 4 insertions(+), 2 deletions(-)

-- 
2.10.1

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

end of thread, other threads:[~2017-01-20 18:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-10 17:34 [PATCH v1 0/2] vpopcntdq support Piotr Luc
2017-01-10 17:34 ` [PATCH v1 1/2] x86/cpufeature: Add AVX512_VPOPCNTDQ feature Piotr Luc
2017-01-16 17:23   ` Borislav Petkov
2017-01-10 17:34 ` [PATCH v1 2/2] kvm: x86: Expose Intel VPOPCNTDQ feature to guest Piotr Luc
2017-01-20 18:00   ` Radim Krčmář
2017-01-10 17:39 ` [PATCH v1 0/2] vpopcntdq support Paolo Bonzini
2017-01-11 13:02   ` Luc, Piotr
2017-01-16 19:43   ` Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).