From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [RFC PATCH 4/6] kvm: Move private memory slots to start of memslots array Date: Wed, 5 Dec 2012 19:24:03 -0200 Message-ID: <20121205212403.GC20260@amt.cnet> References: <20121203231912.3661.57179.stgit@bling.home> <20121203233930.3661.7744.stgit@bling.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, gleb@redhat.com, linux-kernel@vger.kernel.org To: Alex Williamson Return-path: Content-Disposition: inline In-Reply-To: <20121203233930.3661.7744.stgit@bling.home> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Mon, Dec 03, 2012 at 04:39:30PM -0700, Alex Williamson wrote: > In order to make the memslots array grow on demand, move the private > slots to the lower indexes of the array. The private slots are > assumed likely to be in use, so if we didn't do this we'd end up > allocating the full memslots array all the time. You're changing private slot ids. Fail to see why is that relevant to on-demand growing.