aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-16target-ppc: Introduce DFP Insert Biased ExponentTom Musta
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-16libdecnumber: Fix decNumberSetBCDTom Musta
2014-06-16libdecnumber: Introduce decNumberIntegralToInt64Tom Musta
2014-06-16libdecnumber: Introduce decNumberFrom[U]Int64Tom Musta
2014-06-16target-ppc: Enable Building of libdecnumberTom Musta
2014-06-16libdecnumber: Eliminate Unused Variable in decSetSubnormalTom Musta
2014-06-16libdecnumber: Eliminate redundant declarationsTom Musta
2014-06-16libdecnumber: Change gstdint.h to stdint.hTom Musta
2014-06-16libdecnumber: Modify dconfig.h to Integrate with QEMUTom Musta
2014-06-16libdecnumber: Prepare libdecnumber for QEMU include structureTom Musta
2014-06-16libdecnumber: Eliminate #include *Symbols.hTom Musta
2014-06-16libdecnumber: Introduce libdecnumber CodeTom Musta
2014-06-16mac99: Added FW_CFG_PPC_BUSFREQ to match CLOCKFREQ and TBFREQ already thereBALATON Zoltan
2014-06-16target-ppc: Remove PVR check from migrationAlexey Kardashevskiy
2014-06-16target-ppc: Eliminate Magic Number MSR MasksTom Musta
2014-06-16spapr_pci: Fix number of returned vectors in ibm, change-msiAlexey Kardashevskiy
2014-06-16spapr-pci: remove io ports workaroundGreg Kurz
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-16spapr_nvram: Correct max nvram sizeAlexey Kardashevskiy
2014-06-16Fix typo in eTSEC Ethernet controllerFabien Chouteau
2014-06-16monitor: QEMU Monitor Instruction Disassembly Incorrect for PowerPC LE ModeTom Musta
2014-06-16target-ppc: Fix target_disasTom Musta