commit | 674ea351cdeb01d2740edce31db7f2d79ce6095d | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Apr 10 11:41:40 2019 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Apr 16 15:39:02 2019 +0200 |
tree | aaabcbffb1ebd5543da17d648b3818e5014b01f9 | |
parent | f16cb57be82b20c6a00a6bb1750cb77c08e56c1a [diff] |
KVM: x86: optimize check for valid PAT value This check will soon be done on every nested vmentry and vmexit, "parallelize" it using bitwise operations. Reviewed-by: Sean Christopherson <sean.j.christopherson@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>