aboutsummaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)Author
2014-06-16target-ppc: Introduce DFP Extract Biased ExponentTom Musta
2014-06-16target-ppc: Introduce DFP Encode BCD to DPDTom Musta
2014-06-16target-ppc: Introduce DFP Decode DPD to BCDTom Musta
2014-06-16target-ppc: Introduce DFP Convert to FixedTom Musta
2014-06-16target-ppc: Introduce DFP Convert to FixedTom Musta
2014-06-16target-ppc: Introduce Round to DFP Short/LongTom Musta
2014-06-16target-ppc: Introduce DFP Convert to Long/ExtendedTom Musta
2014-06-16target-ppc: Introduce DFP Round to IntegerTom Musta
2014-06-16target-ppc: Introduce DFP ReroundTom Musta
2014-06-16target-ppc: Introduce DFP QuantizeTom Musta
2014-06-16target-ppc: Introduce DFP Test SignificanceTom Musta
2014-06-16target-ppc: Introduce DFP Test ExponentTom Musta
2014-06-16target-ppc: Introduce DFP Test Data GroupTom Musta
2014-06-16target-ppc: Introduce DFP Test Data ClassTom Musta
2014-06-16target-ppc: Introduce DFP ComparesTom Musta
2014-06-16target-ppc: Introduce DFP DivideTom Musta
2014-06-16target-ppc: Introduce DFP MultiplyTom Musta
2014-06-16target-ppc: Introduce DFP SubtractTom Musta
2014-06-16target-ppc: Introduce DFP AddTom Musta
2014-06-16target-ppc: Introduce DFP Post Processor UtilitiesTom Musta
2014-06-16target-ppc: Introduce DFP Helper UtilitiesTom Musta
2014-06-16target-ppc: Introduce Decoder Macros for DFPTom Musta
2014-06-16target-ppc: Introduce Generator Macros for DFP Arithmetic FormsTom Musta
2014-06-16target-ppc: Define FPR Pointer Type for HelpersTom Musta
2014-06-16target-ppc: Remove PVR check from migrationAlexey Kardashevskiy
2014-06-16target-ppc: Eliminate Magic Number MSR MasksTom Musta
2014-06-16target-ppc: Remove redundant POWER7 declarationsAlexey Kardashevskiy
2014-06-16target-ppc: Move alias lookup after class lookupAlexey Kardashevskiy
2014-06-16target-ppc: Create versionless CPU class per family if KVMAlexey Kardashevskiy
2014-06-16target-ppc: gdbstub allow byte swapping for reading/writing registersThomas Falcon
2014-06-16target-ppc: extract register length calculation in gdbstubThomas Falcon
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini
2014-06-05softmmu: commonize helper definitionsPaolo Bonzini
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
2014-05-13cpu: make CPU_INTERRUPT_RESET available on all targetsPaolo Bonzini
2014-05-13kvm: reset state from the CPU's reset methodPaolo Bonzini
2014-04-30ppc: use kvm_vcpu_enable_cap()Cornelia Huck
2014-04-08PPC: Add l1 cache sizes for 970 and above systemsAlexander Graf
2014-04-08PPC: Only enter MSR_POW when no interrupts pendingAlexander Graf
2014-04-08PPC: Clean up DECR implementationAlexander Graf
2014-04-08target-ppc: Correct VSX Integer to FP ConversionTom Musta
2014-04-08target-ppc: Correct VSX FP to Integer ConversionTom Musta
2014-04-08target-ppc: Correct VSX FP to FP ConversionsTom Musta
2014-04-08target-ppc: Correct VSX Scalar ComparesTom Musta
2014-04-08target-ppc: Correct Simple VSR LE Host InversionsTom Musta
2014-04-08target-ppc: Correct LE Host Inversion of Lower VSRsTom Musta
2014-04-08target-ppc: Define Endian-Correct Accessors for VSR Field AccessTom Musta
2014-04-08target-ppc: Bug: VSX Convert to Integer Should TruncateTom Musta
2014-03-27target-ppc: MSR_POW not supported on POWER7/7+/8Anton Blanchard