aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2019-02-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into...Peter Maydell13-407/+444
2019-02-18Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-02-18' into ...Peter Maydell6-10/+16
2019-02-18qapi: make query-cpu-definitions depend on specific targetsMarc-André Lureau4-4/+6
2019-02-18qapi: make query-cpu-model-expansion depend on s390 or x86Marc-André Lureau2-2/+5
2019-02-18qapi: make query-gic-capabilities depend on TARGET_ARMMarc-André Lureau1-1/+1
2019-02-18qapi: make s390 commands depend on TARGET_S390XMarc-André Lureau1-2/+3
2019-02-18qapi: make rtc-reset-reinjection and SEV depend on TARGET_I386Marc-André Lureau1-1/+1
2019-02-18s390x/kvm: add tracepoint to ioeventfd interfaceCornelia Huck2-0/+3
2019-02-18s390x/cpumodel: add z14 GA2 modelCollin Walling2-0/+8
2019-02-18s390x/cpumodel: default enable mepoch for z14 and laterCollin Walling3-0/+28
2019-02-18s390x/cpumodel: mepochptff: warn when no mepoch and re-align group initCollin Walling2-1/+5
2019-02-18s390x: add zPCI feature to "qemu" CPU modelDavid Hildenbrand1-2/+6
2019-02-18target/s390x: Implement STCK et al for CONFIG_USER_ONLYRichard Henderson4-18/+31
2019-02-18target/s390x: Split out s390-tod.hRichard Henderson1-0/+29
2019-02-18s390x: always provide pci supportCornelia Huck3-9/+1
2019-02-18s390x: Fix the confusing contributions-after-2012 license statementsThomas Huth3-33/+24
2019-02-18target/ppc: convert vmin* and vmax* to vector operationsRichard Henderson3-59/+16
2019-02-18target/ppc: convert vadd*s and vsub*s to vector operationsRichard Henderson3-38/+61
2019-02-18target/ppc: Split out VSCR_SAT to a vector fieldRichard Henderson2-4/+11
2019-02-18target/ppc: Add set_vscr_satRichard Henderson1-12/+17
2019-02-18target/ppc: Use mtvscr/mfvscr for vmstateRichard Henderson1-3/+41
2019-02-18target/ppc: Add helper_mfvscrRichard Henderson5-3/+10
2019-02-18target/ppc: Remove vscr_nj and vscr_satRichard Henderson1-2/+0
2019-02-18target/ppc: Use helper_mtvscr for reset and gdbRichard Henderson1-3/+2
2019-02-18target/ppc: Pass integer to helper_mtvscrRichard Henderson3-8/+17
2019-02-18target/ppc: convert xxsel to vector operationsRichard Henderson1-28/+27
2019-02-18target/ppc: convert xxspltw to vector operationsRichard Henderson1-25/+11
2019-02-18target/ppc: convert xxspltib to vector operationsRichard Henderson1-8/+5
2019-02-18target/ppc: convert VSX logical operations to vector operationsRichard Henderson1-26/+17
2019-02-18target/ppc: convert vsplt[bhw] to use vector operationsRichard Henderson3-41/+27
2019-02-18target/ppc: convert vspltis[bhw] to use vector operationsRichard Henderson3-46/+8
2019-02-18target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector oper...Mark Cave-Ayland3-23/+8
2019-02-18target/ppc: convert VMX logical instructions to use vector operationsMark Cave-Ayland2-31/+17
2019-02-17target/ppc: Disable ISA 2.06 PM instructions on POWER9Benjamin Herrenschmidt1-1/+1
2019-02-17ppc: fix crash during branch steppingRoman Kapl1-22/+15
2019-02-17target/ppc: Remove some #if 0'ed codeBenjamin Herrenschmidt2-24/+0
2019-02-17target/ppc: Fix msync to do what hardware doesBALATON Zoltan1-3/+8
2019-02-17target/ppc: Enable reporting of SPRs to GDBFabiano Rosas4-2/+130
2019-02-15target/arm: Add missing clear_tail callsRichard Henderson1-0/+2
2019-02-15target/arm: Use vector operations for saturationRichard Henderson5-44/+331
2019-02-15target/arm: Split out FPSCR.QC to a vector fieldRichard Henderson4-7/+21
2019-02-15target/arm: Fix set of bits kept in xregs[ARM_VFP_FPSCR]Richard Henderson1-7/+8
2019-02-15target/arm: Split out flags setting from vfp comparesRichard Henderson1-18/+27
2019-02-15target/arm: Fix arm_cpu_dump_state vs FPSCRRichard Henderson1-1/+1
2019-02-15target/arm: Fix vfp_gdb_get/set_reg vs FPSCRRichard Henderson1-2/+2
2019-02-15target/arm: Remove neon min/max helpersRichard Henderson2-24/+0
2019-02-15target/arm: Use tcg integer min/max primitives for neonRichard Henderson1-4/+4
2019-02-15target/arm: Use vector minmax expanders for aarch32Richard Henderson1-6/+19
2019-02-15target/arm: Use vector minmax expanders for aarch64Richard Henderson1-21/+14
2019-02-15target/arm: Rely on optimization within tcg_gen_gvec_orRichard Henderson3-19/+5