summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
...
* | | target/ppc: Add support for LPCR:HEIC on POWER9Benjamin Herrenschmidt2019-02-252-2/+8
* | | target/ppc: Add POWER9 external interrupt modelBenjamin Herrenschmidt2019-02-253-2/+11
* | | target/ppc: Add Hypervisor Virtualization Interrupt on POWER9Benjamin Herrenschmidt2019-02-253-3/+35
* | | target/ppc: Detect erroneous condition in interrupt deliveryBenjamin Herrenschmidt2019-02-251-0/+16
* | | target/ppc: Add POWER9 exception modelBenjamin Herrenschmidt2019-02-254-6/+18
* | | target/ppc: Rename "in_pm_state" to "resume_as_sreset"Benjamin Herrenschmidt2019-02-252-7/+7
* | | target/ppc: Move "wakeup reset" code to a separate functionBenjamin Herrenschmidt2019-02-251-34/+41
* | | target/ppc: Fix support for "STOP light" states on POWER9Benjamin Herrenschmidt2019-02-255-6/+35
* | | target/ppc: Don't clobber MSR:EE on PM instructionsBenjamin Herrenschmidt2019-02-251-12/+15
* | | target/ppc: Fix nip on power management instructionsBenjamin Herrenschmidt2019-02-252-5/+8
|/ /
* | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-feb-21-2019-v...Peter Maydell2019-02-221-0/+33
|\ \
| * | target/mips: implement QMP query-cpu-definitions commandPavel Dovgalyuk2019-02-211-0/+33
* | | target/arm: Implement ARMv8.3-JSConvRichard Henderson2019-02-217-0/+140
* | | target/arm: Rearrange Floating-point data-processing (2 regs)Richard Henderson2019-02-211-116/+111Star
* | | target/arm: Split out vfp_helper.cRichard Henderson2019-02-213-1063/+1089
* | | target/arm: Restructure disas_fp_int_convRichard Henderson2019-02-211-43/+47
* | | target/arm: Stop unintentional sign extension in pmu_initAaron Lindsay OS2019-02-211-1/+1
* | | target/arm: v8M MPU should use background region as default, not alwaysPeter Maydell2019-02-211-3/+5
|/ /
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into...Peter Maydell2019-02-1813-407/+444
|\ \
| * | target/ppc: convert vmin* and vmax* to vector operationsRichard Henderson2019-02-183-59/+16Star
| * | target/ppc: convert vadd*s and vsub*s to vector operationsRichard Henderson2019-02-183-38/+61
| * | target/ppc: Split out VSCR_SAT to a vector fieldRichard Henderson2019-02-182-4/+11
| * | target/ppc: Add set_vscr_satRichard Henderson2019-02-181-12/+17
| * | target/ppc: Use mtvscr/mfvscr for vmstateRichard Henderson2019-02-181-3/+41
| * | target/ppc: Add helper_mfvscrRichard Henderson2019-02-185-3/+10
| * | target/ppc: Remove vscr_nj and vscr_satRichard Henderson2019-02-181-2/+0Star
| * | target/ppc: Use helper_mtvscr for reset and gdbRichard Henderson2019-02-181-3/+2Star
| * | target/ppc: Pass integer to helper_mtvscrRichard Henderson2019-02-183-8/+17
| * | target/ppc: convert xxsel to vector operationsRichard Henderson2019-02-181-28/+27Star
| * | target/ppc: convert xxspltw to vector operationsRichard Henderson2019-02-181-25/+11Star
| * | target/ppc: convert xxspltib to vector operationsRichard Henderson2019-02-181-8/+5Star
| * | target/ppc: convert VSX logical operations to vector operationsRichard Henderson2019-02-181-26/+17Star
| * | target/ppc: convert vsplt[bhw] to use vector operationsRichard Henderson2019-02-183-41/+27Star
| * | target/ppc: convert vspltis[bhw] to use vector operationsRichard Henderson2019-02-183-46/+8Star
| * | target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector oper...Mark Cave-Ayland2019-02-183-23/+8Star
| * | target/ppc: convert VMX logical instructions to use vector operationsMark Cave-Ayland2019-02-182-31/+17Star
| * | target/ppc: Disable ISA 2.06 PM instructions on POWER9Benjamin Herrenschmidt2019-02-171-1/+1
| * | ppc: fix crash during branch steppingRoman Kapl2019-02-171-22/+15Star
| * | target/ppc: Remove some #if 0'ed codeBenjamin Herrenschmidt2019-02-172-24/+0Star
| * | target/ppc: Fix msync to do what hardware doesBALATON Zoltan2019-02-171-3/+8
| * | target/ppc: Enable reporting of SPRs to GDBFabiano Rosas2019-02-174-2/+130
* | | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-02-18' into ...Peter Maydell2019-02-186-10/+16
|\ \ \
| * | | qapi: make query-cpu-definitions depend on specific targetsMarc-André Lureau2019-02-184-4/+6
| * | | qapi: make query-cpu-model-expansion depend on s390 or x86Marc-André Lureau2019-02-182-2/+5
| * | | qapi: make query-gic-capabilities depend on TARGET_ARMMarc-André Lureau2019-02-181-1/+1
| * | | qapi: make s390 commands depend on TARGET_S390XMarc-André Lureau2019-02-181-2/+3
| * | | qapi: make rtc-reset-reinjection and SEV depend on TARGET_I386Marc-André Lureau2019-02-181-1/+1
| |/ /
* | | s390x/kvm: add tracepoint to ioeventfd interfaceCornelia Huck2019-02-182-0/+3
* | | s390x/cpumodel: add z14 GA2 modelCollin Walling2019-02-182-0/+8
* | | s390x/cpumodel: default enable mepoch for z14 and laterCollin Walling2019-02-183-0/+28