commit | 56a205100d3933f785ca970c58aecedd94ff90b2 | [log] [tgz] |
---|---|---|
author | Jim Mattson <jmattson@google.com> | Thu Jul 06 16:33:06 2017 -0700 |
committer | Radim Krčmář <rkrcmar@redhat.com> | Wed Jul 12 18:41:11 2017 +0200 |
tree | fe2d53f467bf659e277eaabb547d51918dc44de6 | |
parent | 7cdc2d62f9cce8a02eb2a5fbfca6813f04189487 [diff] |
kvm: nVMX: Validate the I/O bitmaps on nested VM-entry According to the SDM, if the "use I/O bitmaps" VM-execution control is 1, bits 11:0 of each I/O-bitmap address must be 0. Neither 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>