summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2017-01-31target-ppc: Add xscvdphp, xscvhpdpBharata B Rao
2017-01-31target-ppc: Rename helper_compute_fprf to helper_compute_fprf_float64Bharata B Rao
2017-01-31target-ppc: Replace isden by float64_is_zero_or_denormalBharata B Rao
2017-01-31target-ppc: Use float64 arg in helper_compute_fprf()Bharata B Rao
2017-01-31target-ppc: Add xxinsertw instructionNikunj A Dadhania
2017-01-31target-ppc: Add xxextractuw instructionNikunj A Dadhania
2017-01-31ppc: Validate compatibility modes when settingDavid Gibson
2017-01-31ppc: Rewrite ppc_get_compat_smt_threads()David Gibson
2017-01-31ppc: Rewrite ppc_set_compat()David Gibson
2017-01-31target-ppc: implement stxvll instructionsNikunj A Dadhania
2017-01-31target-ppc: implement stxvl instructionNikunj A Dadhania
2017-01-31target-ppc: implement lxvll instructionNikunj A Dadhania
2017-01-31target-ppc: implement lxvl instructionNikunj A Dadhania
2017-01-31target-ppc: Add xxperm and xxpermr instructionsBharata B Rao
2017-01-31target-ppc: implement xscpsgnqp instructionNikunj A Dadhania
2017-01-31target-ppc: implement xsnegqp instructionNikunj A Dadhania
2017-01-31target-ppc: Implement bcd_is_valid functionJose Ricardo Ziviani
2017-01-31target-ppc: implement xsabsqp/xsnabsqp instructionDavid Gibson
2017-01-31target-ppc: implement stop instructionNikunj A Dadhania
2017-01-31target-ppc: move ppc_vsr_t to common headerNikunj A Dadhania
2017-01-31ppc: Rename cpu_version to compat_pvrDavid Gibson
2017-01-31ppc: Clean up and QOMify hypercall emulationDavid Gibson
2017-01-31target-ppc: add vextu[bhw][lr]x instructionsAvinesh Kumar
2017-01-31target-ppc: Implement bcdsetsgn. instructionJose Ricardo Ziviani
2017-01-31target-ppc: Implement bcdcpsgn. instructionJose Ricardo Ziviani
2017-01-31target-ppc: Implement bcdctsq. instructionJose Ricardo Ziviani
2017-01-31target-ppc: Implement bcdcfsq. instructionJose Ricardo Ziviani
2017-01-31target-ppc: implement lxv/lxvx and stxv/stxvxNikunj A Dadhania
2017-01-31target-ppc: implement stxsd and stxsspNikunj A Dadhania
2017-01-31target-ppc: implement lxsd and lxssp instructionsNikunj A Dadhania
2017-01-31target-ppc: Add xscmpoqp and xscmpuqp instructionsBharata B Rao
2017-01-31target-ppc: Add xscmpexp[dp,qp] instructionsBharata B Rao
2017-01-31target-ppc: Fix xscmpodp and xscmpudp instructionsBharata B Rao
2017-01-31target-ppc: rename CRF_* defines as CRF_*_BITNikunj A Dadhania
2017-01-31target-ppc: Consolidate instruction decode helpersBharata B Rao
2017-01-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-01-27pc: Enable vmware-cpuid-freq CPU option for 2.9+ machine typesPhil Dennis-Jordan
2017-01-27x86-KVM: Supply TSC and APIC clock rates to guest like VMWarePhil Dennis-Jordan
2017-01-27replay: improve interrupt handlingPavel Dovgalyuk
2017-01-27armv7m: R14 should reset to 0xffffffffPeter Maydell
2017-01-27armv7m: FAULTMASK should be 0 on resetMichael Davidsaver
2017-01-27armv7m: Report no-coprocessor faults correctlyPeter Maydell
2017-01-27armv7m: set CFSR.UNDEFINSTR on undefined instructionsMichael Davidsaver
2017-01-27armv7m: honour CCR.STACKALIGN on exception entryMichael Davidsaver
2017-01-27armv7m: add state for v7M CCR, CFSR, HFSR, DFSR, MMFAR, BFARPeter Maydell
2017-01-27target/arm: Drop IS_M() macroPeter Maydell
2017-01-27armv7m: Clear FAULTMASK on return from non-NMI exceptionsMichael Davidsaver
2017-01-27armv7m: Fix reads of CONTROL register bit 1Michael Davidsaver
2017-01-27armv7m: Explicit error for bad vector tableMichael Davidsaver
2017-01-27armv7m: Replace armv7m.hack with unassigned_access handlerMichael Davidsaver