commit | 3e5d2fdceda172554e681b68c853bf5d08205bbf | [log] [tgz] |
---|---|---|
author | Xiao Guangrong <guangrong.xiao@intel.com> | Thu Jul 16 03:25:55 2015 +0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jul 23 08:21:48 2015 +0200 |
tree | f6535b9fa1d44563ea348968b11056492e41c107 | |
parent | 10dc331ff5e7e4668c0f0c95b1a873aba9b70826 [diff] |
KVM: MTRR: simplify kvm_mtrr_get_guest_memory_type kvm_mtrr_get_guest_memory_type never returns -1 which is implied in the current code since if @type = -1 (means no MTRR contains the range), iter.partial_map must be true Simplify the code to indicate this fact Signed-off-by: Xiao Guangrong <guangrong.xiao@intel.com> Tested-by: Alex Williamson <alex.williamson@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>