From: Glauber de Oliveira Costa Date: Mon, 7 Jan 2008 13:05:37 +0000 (-0200) Subject: lguest: per-vcpu lguest pgdir management X-Git-Tag: v2.6.25-rc1~1135^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1713608f280002d9ffc6de89d7de5cf367072d63;p=pandora-kernel.git lguest: per-vcpu lguest pgdir management this patch makes the pgdir management per-vcpu. The pgdirs pool is still guest-wide (although it'll probably need to grow when we are really executing more vcpus), but the pgdidx index is gone, since it makes no sense anymore. Instead, we use a per-vcpu index. Signed-off-by: Glauber de Oliveira Costa Signed-off-by: Rusty Russell --- Reading git-diff-tree failed