commit | 96794e4ed4d758272c486e1529e431efb7045265 | [log] [tgz] |
---|---|---|
author | Chao Peng <chao.p.peng@linux.intel.com> | Tue Feb 21 03:50:01 2017 -0500 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Feb 21 12:45:49 2017 +0100 |
tree | 18a5c8d9a7ef8366b38587394f62732b7549f4f1 | |
parent | b7ffc44d5b2ea163899d09289ca7743d5c32e926 [diff] |
KVM: VMX: use correct vmcs_read/write for guest segment selector/base Guest segment selector is 16 bit field and guest segment base is natural width field. Fix two incorrect invocations accordingly. Without this patch, build fails when aggressive inlining is used with ICC. Cc: stable@vger.kernel.org Signed-off-by: Chao Peng <chao.p.peng@linux.intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>