[PATCH v2 09/15] KVM: MTRR: introduce fixed_mtrr_segment table

2015-06-15 Thread Xiao Guangrong
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 --- arch/x86/kvm/mtrr.c | 200 ++-- 1 file

[PATCH v2 09/15] KVM: MTRR: introduce fixed_mtrr_segment table

2015-06-15 Thread Xiao Guangrong
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.x...@linux.intel.com --- arch/x86/kvm/mtrr.c | 200