Re: [PATCH 0/5] kvm: memslots lookup optimization

2014-12-02 Thread Paolo Bonzini
On 02/12/2014 08:57, Igor Mammedov wrote: >> On 01/12/2014 18:29, Igor Mammedov wrote: >>> Series speed-ups GFN to memslot lookup time by: >>> * introducing LRU cache, which improves looukup time for >>>same slot workload (typically boot time of Windows and Linux guest) >>> * switching to b

Re: [PATCH 0/5] kvm: memslots lookup optimization

2014-12-02 Thread Igor Mammedov
On Mon, 01 Dec 2014 18:38:34 +0100 Paolo Bonzini wrote: > > > On 01/12/2014 18:29, Igor Mammedov wrote: > > Series speed-ups GFN to memslot lookup time by: > > * introducing LRU cache, which improves looukup time for > >same slot workload (typically boot time of Windows and Linux guest) >

Re: [PATCH 0/5] kvm: memslots lookup optimization

2014-12-01 Thread Paolo Bonzini
On 01/12/2014 18:29, Igor Mammedov wrote: > Series speed-ups GFN to memslot lookup time by: > * introducing LRU cache, which improves looukup time for >same slot workload (typically boot time of Windows and Linux guest) > * switching to binary search for GFN to memslot lookup, >improvin