commit | 712b12d72451411c40e39d25e2140fb8c7fd0e49 | [log] [tgz] |
---|---|---|
author | Jim Mattson <jmattson@google.com> | Thu Aug 24 13:24:47 2017 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Aug 25 12:34:16 2017 +0200 |
tree | 5ac2010671ab813257bc985d694adafde9844946 | |
parent | bfcf83b1444d90f6e680a0dde0916f3b289b5066 [diff] |
kvm: nVMX: Validate the virtual-APIC address on nested VM-entry According to the SDM, if the "use TPR shadow" VM-execution control is 1, bits 11:0 of the virtual-APIC address must be 0 and the address should set any bits beyond the processor's physical-address width. Signed-off-by: Jim Mattson <jmattson@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>