Re: [PATCH v5] KVM: Use minimum and maximum address mapped by TLB1

2012-04-16 Thread Alexander Graf
On 23.03.2012, at 05:39, Bharat Bhushan wrote: Keep track of minimum and maximum address mapped by tlb1. This helps in TLBMISS handling in KVM to quick check whether the address lies in mapped range. If address does not lies in this range then no need to look in each tlb1 entry of tlb1

Re: [PATCH v5] KVM: Use minimum and maximum address mapped by TLB1

2012-04-16 Thread Alexander Graf
On 23.03.2012, at 05:39, Bharat Bhushan wrote: Keep track of minimum and maximum address mapped by tlb1. This helps in TLBMISS handling in KVM to quick check whether the address lies in mapped range. If address does not lies in this range then no need to look in each tlb1 entry of tlb1

[PATCH v5] KVM: Use minimum and maximum address mapped by TLB1

2012-03-22 Thread Bharat Bhushan
Keep track of minimum and maximum address mapped by tlb1. This helps in TLBMISS handling in KVM to quick check whether the address lies in mapped range. If address does not lies in this range then no need to look in each tlb1 entry of tlb1 array. Signed-off-by: Bharat Bhushan

[PATCH v5] KVM: Use minimum and maximum address mapped by TLB1

2012-03-22 Thread Bharat Bhushan
Keep track of minimum and maximum address mapped by tlb1. This helps in TLBMISS handling in KVM to quick check whether the address lies in mapped range. If address does not lies in this range then no need to look in each tlb1 entry of tlb1 array. Signed-off-by: Bharat Bhushan