commit | de9aef5e1ad6e504d6992df17dfa193e8ba5cc34 | [log] [tgz] |
---|---|---|
author | Xiao Guangrong <guangrong.xiao@linux.intel.com> | Mon Jun 15 16:55:29 2015 +0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jun 19 17:16:28 2015 +0200 |
tree | 01eb14c29a392b52f0cb141f445c19569924f5c7 | |
parent | 3f3f78b61462fdc62469334c259b1e5555ebd1ed [diff] |
KVM: MTRR: introduce fixed_mtrr_segment table This table summarizes the information of fixed MTRRs and introduce some APIs to abstract its operation which helps us to clean up the code and will be used in later patches Signed-off-by: Xiao Guangrong <guangrong.xiao@linux.intel.com> [Change range_size to range_shift, in order to avoid udivdi3 errors. - Paolo] Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>