]> git.baikalelectronics.ru Git - kernel.git/commit
KVM/x86: Fix invvpid and invept register operand size in 64-bit mode
authorUros Bizjak <ubizjak@gmail.com>
Thu, 11 Oct 2018 17:40:43 +0000 (19:40 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 16 Oct 2018 22:30:07 +0000 (00:30 +0200)
commit46ffc8588a91adfb8dc3888193c0f8da04b00783
tree8df28af18ad4a5753922e472cc0d754f127dc39c
parentc74d843f2c393ff22e1d37898b65dd254eef3158
KVM/x86: Fix invvpid and invept register operand size in 64-bit mode

Register operand size of invvpid and invept instruction in 64-bit mode
has always 64 bits. Adjust inline function argument type to reflect
correct size.

Signed-off-by: Uros Bizjak <ubizjak@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx.c