Skip to content
Commit e3c7cb6a authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: VMX: Handle vmx instruction vmexits



IF a guest tries to use vmx instructions, inject a #UD to let it know the
instruction is not implemented, rather than crashing.

This prevents guest userspace from crashing the guest kernel.

Cc: stable@kernel.org
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent ef50f7ac
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment