KVM: VMX: Do not perform emulation for INVD intercept
authorTom Lendacky <thomas.lendacky@amd.com>
Thu, 24 Sep 2020 18:41:58 +0000 (13:41 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 28 Sep 2020 11:57:25 +0000 (07:57 -0400)
commit28e2b2f1a40dbada5740fdd83e8645949d1c8db6
tree7e504c9cea6461fae4b33886af454ccc46ada3d5
parent14e3dd8d256b7a7a281ac18a65e3c8cc9573ec88
KVM: VMX: Do not perform emulation for INVD intercept

The INVD instruction is emulated as a NOP, just skip the instruction
instead.

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Message-Id: <addd41be2fbf50f5f4059e990a2a0cff182d2136.1600972918.git.thomas.lendacky@amd.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/vmx.c