diff options
author | Jim Mattson <jmattson@google.com> | 2017-06-28 09:37:37 -0700 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-06-28 22:38:37 +0200 |
commit | 403526054a38073137458f6c5c8c765ec27e015d (patch) | |
tree | 9359eca2845972ed6e408dc76e7d604826a2a755 /scripts/gdb/linux/proc.py | |
parent | 5c1954d25d1b9e857be2a4c77437312075875589 (diff) |
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>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions