public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC] kvm: x86: AVX512_BF16 feature support
@ 2019-06-20 11:21 Jing Liu
  2019-06-20 11:21 ` [PATCH RFC] kvm: x86: Expose AVX512_BF16 feature to guest Jing Liu
  0 siblings, 1 reply; 7+ messages in thread
From: Jing Liu @ 2019-06-20 11:21 UTC (permalink / raw)
  To: pbonzini, kvm; +Cc: linux-kernel, jing2.liu, jing2.liu

The patch focuses on a new instruction AVX512_BF16 support for kvm guest, defined
as CPUID.(EAX=7,ECX=1):EAX[bit 5], see spec[1].

The kvm implementation depends on kernel patch[2] which is in lkml discussion.

References:
[1] https://software.intel.com/sites/default/files/managed/c5/15/\
    architecture-instruction-set-extensions-programming-reference.pdf
[2] https://lkml.org/lkml/2019/6/19/912

Jing Liu (1):
  kvm: x86: Expose AVX512_BF16 feature to guest

 arch/x86/kvm/cpuid.c | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2019-06-24 12:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-20 11:21 [PATCH RFC] kvm: x86: AVX512_BF16 feature support Jing Liu
2019-06-20 11:21 ` [PATCH RFC] kvm: x86: Expose AVX512_BF16 feature to guest Jing Liu
2019-06-20 12:16   ` Paolo Bonzini
2019-06-20 15:09     ` Liu, Jing2
2019-06-24  3:10       ` Jing Liu
2019-06-24  8:33         ` Paolo Bonzini
2019-06-24 12:06           ` Jing Liu

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