aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2017-02-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170222' into...Peter Maydell13-35/+615
2017-02-23Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170222' into stagingPeter Maydell2-0/+11
2017-02-22hw/ppc/spapr: Check for valid page size when hot plugging memoryThomas Huth2-4/+35
2017-02-22target-ppc: fix Book-E TLB matchingAlex Zuepke1-1/+1
2017-02-22target/ppc/POWER9: Direct all instr and data storage interrupts to the hypvSuraj Jitindar Singh1-2/+18
2017-02-22target/ppc/POWER9: Adapt LPCR handling for POWER9Suraj Jitindar Singh3-6/+44
2017-02-22target/ppc/POWER9: Add ISAv3.00 MMU definitionSuraj Jitindar Singh3-3/+7
2017-02-22target/ppc: Fix LPCR DPFD mask defineSuraj Jitindar Singh1-1/+1
2017-02-22target-ppc: Add xscvqpudz and xscvqpuwz instructionsBharata B Rao4-0/+8
2017-02-22target-ppc: Implement round to odd variants of quad FP instructionsBharata B Rao2-23/+21
2017-02-22target-ppc: add wait instructionNikunj A Dadhania1-0/+1
2017-02-22target-ppc: add slbsync implementationNikunj A Dadhania1-0/+12
2017-02-22target-ppc: add slbieg instructionNikunj A Dadhania3-2/+29
2017-02-22target-ppc: generate exception for copy/pasteNikunj A Dadhania1-0/+15
2017-02-22target-ppc: implement store atomic instructionBalamuruhan S1-0/+52
2017-02-22target-ppc: implement load atomic instructionBalamuruhan S2-0/+61
2017-02-22target-ppc: Add xsmaxjdp and xsminjdp instructionsBharata B Rao4-0/+61
2017-02-22target-ppc: Add xsmaxcdp and xsmincdp instructionsBharata B Rao4-0/+44
2017-02-22ppc: implement xssubqp instructionJose Ricardo Ziviani4-0/+37
2017-02-22ppc: implement xssqrtqp instructionJose Ricardo Ziviani4-0/+41
2017-02-22ppc: implement xsrqpxp instructionJose Ricardo Ziviani4-0/+59
2017-02-22ppc: implement xsrqpi[x] instructionJose Ricardo Ziviani5-0/+75
2017-02-21target-mips: Provide function to test if a CPU supports an ISAPaul Burton2-0/+11
2017-02-21monitor: Fix crashes when using HMP commands without CPUThomas Huth5-1/+32
2017-02-16target-i386: correctly propagate retaddr into SVM helpersPaolo Bonzini6-57/+55
2017-02-16report guest crash information in GUEST_PANICKED eventAnton Nefedov2-2/+3
2017-02-16i386/cpu: add crash-information QOM propertyAnton Nefedov1-0/+50
2017-02-14Merge remote-tracking branch 'remotes/rth/tags/pull-or-20170214' into stagingPeter Maydell14-939/+857
2017-02-14target/openrisc: Optimize for r0 being zeroRichard Henderson3-23/+66
2017-02-14target/openrisc: Tidy handling of delayed branchesRichard Henderson5-35/+25
2017-02-14target/openrisc: Tidy ppc/npc implementationRichard Henderson6-55/+39
2017-02-14target/openrisc: Optimize l.jal to nextRichard Henderson1-1/+5
2017-02-14target/openrisc: Fix maddRichard Henderson4-61/+30
2017-02-14target/openrisc: Implement muld, muldu, macu, msbuRichard Henderson1-0/+108
2017-02-14target/openrisc: Represent MACHI:MACLO as a single unitRichard Henderson4-61/+80
2017-02-14target/openrisc: Implement msyncRichard Henderson1-0/+1
2017-02-14target/openrisc: Enable trap, csync, msync, psync for user modeRichard Henderson1-32/+0
2017-02-14target/openrisc: Set flags on helpersRichard Henderson1-12/+12
2017-02-14target/openrisc: Use movcond where appropriateRichard Henderson1-14/+14
2017-02-14target/openrisc: Keep SR_CY and SR_OV in a separate variablesRichard Henderson4-89/+78
2017-02-14target/openrisc: Keep SR_F in a separate variableRichard Henderson7-74/+96
2017-02-14target/openrisc: Invert the decoding in dec_calcRichard Henderson1-207/+95
2017-02-14target/openrisc: Put SR[OVE] in TB flagsRichard Henderson3-12/+18
2017-02-14target/openrisc: Streamline arithmetic and OVERichard Henderson5-314/+191
2017-02-14target/openrisc: Rationalize immediate extractionRichard Henderson1-58/+40
2017-02-14target/openrisc: Tidy insn dumpingRichard Henderson1-24/+12
2017-02-14target/openrisc: Implement lwa, swaRichard Henderson7-8/+81
2017-02-14target/openrisc: Fix exception handling status registersStafford Horne1-0/+7
2017-02-14target/openrisc: Rename the cpu from or32 to or1kRichard Henderson1-1/+1
2017-02-13migration: consolidate VMStateField.startHalil Pasic1-1/+1