kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/4] Raise #UD and disable execution controls for more CPUID bits
@ 2017-08-24 13:37 Paolo Bonzini
  2017-08-24 13:37 ` [PATCH 1/4] KVM: VMX: cache secondary exec controls Paolo Bonzini
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Paolo Bonzini @ 2017-08-24 13:37 UTC (permalink / raw)
  To: linux-kernel, kvm; +Cc: jmattson

Usually we're not that particular about #UD-ing on disabled instructions,
because you cannot do it for all instructions.  However, whenever an
instruction has a corresponding execution control it is important to do
it for the sake of getting vmexits right.

Paolo

Jim Mattson (2):
  kvm: vmx: Raise #UD on unsupported RDRAND
  kvm: vmx: Raise #UD on unsupported RDSEED

Paolo Bonzini (2):
  KVM: VMX: cache secondary exec controls
  kvm: vmx: Raise #UD on unsupported XSAVES/XRSTORS

 arch/x86/kvm/vmx.c | 175 +++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 124 insertions(+), 51 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2017-08-24 20:41 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-24 13:37 [PATCH v7 0/4] Raise #UD and disable execution controls for more CPUID bits Paolo Bonzini
2017-08-24 13:37 ` [PATCH 1/4] KVM: VMX: cache secondary exec controls Paolo Bonzini
2017-08-24 14:47   ` Jim Mattson
2017-08-24 15:25     ` Paolo Bonzini
2017-08-24 15:41       ` Jim Mattson
2017-08-24 15:46         ` Paolo Bonzini
2017-08-24 16:02           ` Jim Mattson
2017-08-24 16:08             ` Paolo Bonzini
2017-08-24 13:37 ` [PATCH 2/4] kvm: vmx: Raise #UD on unsupported RDRAND Paolo Bonzini
2017-08-24 17:42   ` David Hildenbrand
2017-08-24 13:37 ` [PATCH 3/4] kvm: vmx: Raise #UD on unsupported RDSEED Paolo Bonzini
2017-08-24 17:42   ` David Hildenbrand
2017-08-24 13:37 ` [PATCH 4/4] kvm: vmx: Raise #UD on unsupported XSAVES/XRSTORS Paolo Bonzini
2017-08-24 14:54   ` Jim Mattson
2017-08-24 16:09     ` [PATCH v8 " Paolo Bonzini
2017-08-24 20:41       ` Jim Mattson

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).