From: Alexander Graf Date: Mon, 30 Aug 2010 10:01:56 +0000 (+0200) Subject: KVM: PPC: Fix CONFIG_KVM_GUEST && !CONFIG_KVM case X-Git-Tag: v2.6.37-rc1~142^2~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=989044ee0fdc6c22a11ea1d22e2a3d17463cb564;p=pandora-kernel.git KVM: PPC: Fix CONFIG_KVM_GUEST && !CONFIG_KVM case When CONFIG_KVM_GUEST is selected, but CONFIG_KVM is not, we were missing some defines in asm-offsets.c and included too many headers at other places. This patch makes above configuration work. Reported-by: Stephen Rothwell Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed