qemu-e2k/target-ppc
David Gibson 3030442054 target-ppc: Extend FPU state for newer POWER CPUs
This patch adds some extra FPU state to CPUPPCState.  Specifically,
fpscr is extended to a target_ulong bits, since some recent (64 bit)
CPUs now have more status bits than fit inside 32 bits.  Also, we add
the 32 VSR registers present on CPUs with VSX (these extend the
standard FP regs, which together with the Altivec/VMX registers form a
64 x 128bit register file for VSX).

We don't actually support the instructions using these extra registers
in TCG yet, but we still need a place to store the state so we can
sync it with KVM and savevm/loadvm it.  This patch updates the savevm
code to not fail on the extended state, but also does not actually
save it - that's a project for another patch.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
2012-11-01 13:02:22 +01:00
..
cpu-qom.h
cpu.h target-ppc: Extend FPU state for newer POWER CPUs 2012-11-01 13:02:22 +01:00
excp_helper.c
fpu_helper.c
helper_regs.h
helper.c
helper.h target-ppc: rename helper flags 2012-10-28 14:54:24 +01:00
int_helper.c target-ppc: get rid of the HANDLE_NAN{1, 2, 3} macros 2012-10-04 15:54:17 +02:00
kvm_ppc.c
kvm_ppc.h pseries: Add support for new KVM hash table control call 2012-10-04 15:54:17 +02:00
kvm.c Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf 2012-10-06 18:51:36 +02:00
machine.c target-ppc: Extend FPU state for newer POWER CPUs 2012-11-01 13:02:22 +01:00
Makefile.objs
mem_helper.c
mfrom_table_gen.c
mfrom_table.c
misc_helper.c
mmu_helper.c Drop unnecessary check of TARGET_PHYS_ADDR_SPACE_BITS 2012-10-29 11:45:53 +01:00
mpic_helper.c
STATUS
timebase_helper.c
translate_init.c target-ppc: Rework storage of VPA registration state 2012-10-29 11:45:54 +01:00
translate.c target-ppc: Extend FPU state for newer POWER CPUs 2012-11-01 13:02:22 +01:00