Skip to content
Commit 90cb0529 authored by Avi Kivity's avatar Avi Kivity
Browse files

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: default avatarAvi Kivity <avi@qumranet.com>
parent d55e2cb2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment