aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-16util: Add InvMixColumnsTom Musta2-0/+272
2014-06-16util: Add AES ShiftRows and InvShiftRows TablesTom Musta2-0/+12
2014-06-16util: Add S-Box and InvS-Box Arrays to Common AES UtilsTom Musta2-0/+73
2014-06-16spapr_pci: fix MSI limitAlexey Kardashevskiy1-16/+18
2014-06-16target-ppc: Introduce DFP Shift SignificandTom Musta3-0/+109
2014-06-16target-ppc: Introduce DFP Insert Biased ExponentTom Musta3-0/+74
2014-06-16target-ppc: Introduce DFP Extract Biased ExponentTom Musta3-0/+37
2014-06-16target-ppc: Introduce DFP Encode BCD to DPDTom Musta3-0/+78
2014-06-16target-ppc: Introduce DFP Decode DPD to BCDTom Musta3-0/+72
2014-06-16target-ppc: Introduce DFP Convert to FixedTom Musta3-0/+42
2014-06-16target-ppc: Introduce DFP Convert to FixedTom Musta3-0/+32
2014-06-16target-ppc: Introduce Round to DFP Short/LongTom Musta3-0/+54
2014-06-16target-ppc: Introduce DFP Convert to Long/ExtendedTom Musta3-0/+39
2014-06-16target-ppc: Introduce DFP Round to IntegerTom Musta3-0/+52
2014-06-16target-ppc: Introduce DFP ReroundTom Musta3-0/+103
2014-06-16target-ppc: Introduce DFP QuantizeTom Musta3-0/+144
2014-06-16target-ppc: Introduce DFP Test SignificanceTom Musta3-0/+41
2014-06-16target-ppc: Introduce DFP Test ExponentTom Musta3-0/+38
2014-06-16target-ppc: Introduce DFP Test Data GroupTom Musta3-0/+61
2014-06-16target-ppc: Introduce DFP Test Data ClassTom Musta3-0/+34
2014-06-16target-ppc: Introduce DFP ComparesTom Musta3-0/+70
2014-06-16target-ppc: Introduce DFP DivideTom Musta3-0/+44
2014-06-16target-ppc: Introduce DFP MultiplyTom Musta3-0/+29
2014-06-16target-ppc: Introduce DFP SubtractTom Musta3-1/+24
2014-06-16target-ppc: Introduce DFP AddTom Musta3-5/+134
2014-06-16target-ppc: Introduce DFP Post Processor UtilitiesTom Musta1-0/+31
2014-06-16target-ppc: Introduce DFP Helper UtilitiesTom Musta2-0/+133
2014-06-16target-ppc: Introduce Decoder Macros for DFPTom Musta1-0/+109
2014-06-16target-ppc: Introduce Generator Macros for DFP Arithmetic FormsTom Musta1-0/+177
2014-06-16target-ppc: Define FPR Pointer Type for HelpersTom Musta1-0/+4
2014-06-16libdecnumber: Fix decNumberSetBCDTom Musta1-1/+1
2014-06-16libdecnumber: Introduce decNumberIntegralToInt64Tom Musta4-4/+51
2014-06-16libdecnumber: Introduce decNumberFrom[U]Int64Tom Musta2-0/+32
2014-06-16target-ppc: Enable Building of libdecnumberTom Musta7-0/+12
2014-06-16libdecnumber: Eliminate Unused Variable in decSetSubnormalTom Musta1-2/+0
2014-06-16libdecnumber: Eliminate redundant declarationsTom Musta3-6/+0
2014-06-16libdecnumber: Change gstdint.h to stdint.hTom Musta1-1/+1
2014-06-16libdecnumber: Modify dconfig.h to Integrate with QEMUTom Musta1-18/+6
2014-06-16libdecnumber: Prepare libdecnumber for QEMU include structureTom Musta10-25/+25
2014-06-16libdecnumber: Eliminate #include *Symbols.hTom Musta7-8/+0
2014-06-16libdecnumber: Introduce libdecnumber CodeTom Musta15-0/+13244
2014-06-16mac99: Added FW_CFG_PPC_BUSFREQ to match CLOCKFREQ and TBFREQ already thereBALATON Zoltan3-2/+10
2014-06-16target-ppc: Remove PVR check from migrationAlexey Kardashevskiy1-2/+6
2014-06-16target-ppc: Eliminate Magic Number MSR MasksTom Musta1-54/+776
2014-06-16spapr_pci: Fix number of returned vectors in ibm, change-msiAlexey Kardashevskiy1-0/+15
2014-06-16spapr-pci: remove io ports workaroundGreg Kurz1-11/+2
2014-06-16target-ppc: Remove redundant POWER7 declarationsAlexey Kardashevskiy2-6/+0
2014-06-16target-ppc: Move alias lookup after class lookupAlexey Kardashevskiy1-7/+11
2014-06-16target-ppc: Create versionless CPU class per family if KVMAlexey Kardashevskiy1-0/+21
2014-06-16target-ppc: gdbstub allow byte swapping for reading/writing registersThomas Falcon1-0/+19