Jim Mattson 403526054a kvm: nVMX: Check memory operand to INVVPID
The memory operand fetched for INVVPID is 128 bits. Bits 63:16 are
reserved and must be zero.  Otherwise, the instruction fails with
VMfail(Invalid operand to INVEPT/INVVPID).  If the INVVPID_TYPE is 0
(individual address invalidation), then bits 127:64 must be in
canonical form, or the instruction fails with VMfail(Invalid operand
to INVEPT/INVVPID).

Signed-off-by: Jim Mattson <jmattson@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2017-06-28 22:38:37 +02:00
..
2017-05-03 19:28:27 +02:00
2017-05-03 19:28:27 +02:00
2017-05-04 19:15:35 -07:00
2017-05-08 17:15:13 -07:00
2017-05-08 19:03:25 -07:00
2017-05-08 17:15:13 -07:00
2017-03-28 08:54:48 +02:00
2017-05-08 17:15:13 -07:00
2017-05-19 08:04:25 +02:00