Re: [kvm-devel] [PATCH 0/3] add support for dynamicly allocation of mmu pages.

2007-08-18 Thread Izik Eidus
i forgot the most important thing this is request for comment, not any more than this (as you can see it doesnt have clean up function) so all i am trying to get here, is your ideas to what to do with it now. add one of the options below?, add both of them?, not at all? anyway thanks! :) > On Sa

[kvm-devel] [PATCH 0/3] add support for dynamicly allocation of mmu pages.

2007-08-18 Thread Izik Eidus
this patch make kvm dynamicly allocate memory to its mmu pages buffer. untill now kvm used to allocate just 1024 pages ( 4MB ) no matter what was the guest ram size. beacuse the mmu pages buffer was very small alot of pages that had "correct" information about the guest pte, had to be released.