commit | 5aa9e2f43aedff25e735b4c44e0f0f6e5d1a40ae | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri Feb 19 11:00:27 2010 +0100 |
committer | Avi Kivity <avi@redhat.com> | Sun Apr 25 12:34:35 2010 +0300 |
tree | d115cba500bb0953970af677f8f19df6d9db80ff | |
parent | 052ce6211c4f7309988068fccdb7204c721871df [diff] |
KVM: PPC: Add QPR registers The Gekko has GPRs, SPRs and FPRs like normal PowerPC codes, but it also has QPRs which are basically single precision only FPU registers that get used when in paired single mode. The following patches depend on them being around, so let's add the definitions early. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>