From: Avi Kivity Date: Tue, 17 Jul 2007 10:04:56 +0000 (+0300) Subject: KVM: Fix memory slot management functions for guest smp X-Git-Tag: v2.6.23-rc1~204 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90cb0529dd230548a7f0d6b315997be854caea1b;p=pandora-kernel.git KVM: Fix memory slot management functions for guest smp The memory slot management functions were oriented against vcpu 0, where they should be kvm-wide. This causes hangs starting X on guest smp. Fix by making the functions (and resultant tail in the mmu) non-vcpu-specific. Unfortunately this reduces the efficiency of the mmu object cache a bit. We may have to revisit this later. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed