From: Alexander Graf Date: Wed, 15 Feb 2012 13:28:48 +0000 (+0000) Subject: KVM: PPC: e500mc: Add doorbell emulation support X-Git-Tag: v3.5-rc1~88^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ab969199ec6a14604ceaffb21fe78cc4881d3b8;p=pandora-kernel.git KVM: PPC: e500mc: Add doorbell emulation support When one vcpu wants to kick another, it can issue a special IPI instruction called msgsnd. This patch emulates this instruction, its clearing counterpart and the infrastructure required to actually trigger that interrupt inside a guest vcpu. With this patch, SMP guests on e500mc work. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed