From: Alexander Graf Date: Fri, 19 Feb 2010 10:00:32 +0000 (+0100) Subject: KVM: PPC: Add hidden flag for paired singles X-Git-Tag: v2.6.35-rc1~436^2~249 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c402a75ea66e7aafa212077d1f93f1b560d0bd0;p=pandora-kernel.git KVM: PPC: Add hidden flag for paired singles The Gekko implements an extension called paired singles. When the guest wants to use that extension, we need to make sure we're not running the host FPU, because all FPU instructions need to get emulated to accomodate for additional operations that occur. This patch adds an hflag to track if we're in paired single mode or not. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed