commit | 3c402a75ea66e7aafa212077d1f93f1b560d0bd0 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri Feb 19 11:00:32 2010 +0100 |
committer | Avi Kivity <avi@redhat.com> | Sun Apr 25 12:34:50 2010 +0300 |
tree | 9495dd20f1621db0c02f79b71b29053ce6ed4292 | |
parent | 37f5bca64e206ed97e53f734d7de5b7c5ade3578 [diff] |
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 <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>