commit | 85fd514e24238a633c971332aa96a2e5c4ddd502 | [log] [tgz] |
---|---|---|
author | Jim Mattson <jmattson@google.com> | Fri Jul 07 12:51:41 2017 -0700 |
committer | Radim Krčmář <rkrcmar@redhat.com> | Wed Jul 12 18:41:12 2017 +0200 |
tree | bddca3d1b610131b446fa3fe63979a3a25418590 | |
parent | 5fa99cbe7b666dce6dd8ac55b253778893b9c5df [diff] |
kvm: nVMX: Shadow "high" parts of shadowed 64-bit VMCS fields Inconsistencies result from shadowing only accesses to the full 64-bits of a 64-bit VMCS field, but not shadowing accesses to the high 32-bits of the field. The "high" part of a 64-bit field should be shadowed whenever the full 64-bit field is shadowed. Signed-off-by: Jim Mattson <jmattson@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>