summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-16target-ppc: extract register length calculation in gdbstubThomas Falcon1-34/+71
2014-06-16spapr_nvram: Correct max nvram sizeAlexey Kardashevskiy1-1/+1
2014-06-16Fix typo in eTSEC Ethernet controllerFabien Chouteau1-1/+1
2014-06-16monitor: QEMU Monitor Instruction Disassembly Incorrect for PowerPC LE ModeTom Musta2-2/+16
2014-06-16target-ppc: Fix target_disasTom Musta1-3/+4
2014-06-16Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140616' i...Peter Maydell83-332/+195
2014-06-16migration: catch unknown flags in ram_loadPeter Lieven2-20/+24
2014-06-16rdma: Fix block during rdma migrationGonglei1-0/+1
2014-06-16migration: Increase default max_downtime from 30ms to 300msAlexey Kardashevskiy1-1/+1
2014-06-16vmstate: Refactor opening of filesJuan Quintela1-19/+19
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela65-219/+113
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela14-73/+37