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

2007-08-19 Thread Avi Kivity
Izik Eidus wrote: > simply change kvm.h to work with the new lists and with blocks of 1MB > please note that the KVM_MMU_PAGES_DIVIDER is the magic, it control on > how much % memory will be allocated to the mmu pages, > KVM_MMU_PAGES_DIVIDER = 100 mean 1% > KVM_MMU_PAGES_DIVIDER = 50 mean 2% >

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

2007-08-18 Thread Izik Eidus
simply change kvm.h to work with the new lists and with blocks of 1MB please note that the KVM_MMU_PAGES_DIVIDER is the magic, it control on how much % memory will be allocated to the mmu pages, KVM_MMU_PAGES_DIVIDER = 100 mean 1% KVM_MMU_PAGES_DIVIDER = 50 mean 2% --- kvm.h 2007-08-15 11:37:07.000