commit | 951f9fd74f2d826fff1d84a8ec34b491517dc15d | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Sep 23 10:34:26 2015 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Oct 16 10:32:16 2015 +0200 |
tree | 4a56f2655f38e5ed83e445a581bd30c0660ebfe5 | |
parent | 089d7b6ec5151ad06a2cd524bc0580d311b641ad [diff] |
KVM: x86: manually unroll bad_mt_xwr loop The loop is computing one of two constants, it can be simpler to write everything inline. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>