aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2019-02-21target/arm: Implement ARMv8.3-JSConvRichard Henderson
2019-02-21target/arm: Rearrange Floating-point data-processing (2 regs)Richard Henderson
2019-02-21target/arm: Split out vfp_helper.cRichard Henderson
2019-02-21target/arm: Restructure disas_fp_int_convRichard Henderson
2019-02-21target/arm: Stop unintentional sign extension in pmu_initAaron Lindsay OS
2019-02-21target/arm: v8M MPU should use background region as default, not alwaysPeter Maydell
2019-02-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into...Peter Maydell
2019-02-18Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-02-18' into ...Peter Maydell
2019-02-18qapi: make query-cpu-definitions depend on specific targetsMarc-André Lureau
2019-02-18qapi: make query-cpu-model-expansion depend on s390 or x86Marc-André Lureau
2019-02-18qapi: make query-gic-capabilities depend on TARGET_ARMMarc-André Lureau
2019-02-18qapi: make s390 commands depend on TARGET_S390XMarc-André Lureau
2019-02-18qapi: make rtc-reset-reinjection and SEV depend on TARGET_I386Marc-André Lureau
2019-02-18s390x/kvm: add tracepoint to ioeventfd interfaceCornelia Huck
2019-02-18s390x/cpumodel: add z14 GA2 modelCollin Walling
2019-02-18s390x/cpumodel: default enable mepoch for z14 and laterCollin Walling
2019-02-18s390x/cpumodel: mepochptff: warn when no mepoch and re-align group initCollin Walling
2019-02-18s390x: add zPCI feature to "qemu" CPU modelDavid Hildenbrand
2019-02-18target/s390x: Implement STCK et al for CONFIG_USER_ONLYRichard Henderson
2019-02-18target/s390x: Split out s390-tod.hRichard Henderson
2019-02-18s390x: always provide pci supportCornelia Huck
2019-02-18s390x: Fix the confusing contributions-after-2012 license statementsThomas Huth
2019-02-18target/ppc: convert vmin* and vmax* to vector operationsRichard Henderson
2019-02-18target/ppc: convert vadd*s and vsub*s to vector operationsRichard Henderson
2019-02-18target/ppc: Split out VSCR_SAT to a vector fieldRichard Henderson
2019-02-18target/ppc: Add set_vscr_satRichard Henderson
2019-02-18target/ppc: Use mtvscr/mfvscr for vmstateRichard Henderson
2019-02-18target/ppc: Add helper_mfvscrRichard Henderson
2019-02-18target/ppc: Remove vscr_nj and vscr_satRichard Henderson
2019-02-18target/ppc: Use helper_mtvscr for reset and gdbRichard Henderson
2019-02-18target/ppc: Pass integer to helper_mtvscrRichard Henderson
2019-02-18target/ppc: convert xxsel to vector operationsRichard Henderson
2019-02-18target/ppc: convert xxspltw to vector operationsRichard Henderson
2019-02-18target/ppc: convert xxspltib to vector operationsRichard Henderson
2019-02-18target/ppc: convert VSX logical operations to vector operationsRichard Henderson
2019-02-18target/ppc: convert vsplt[bhw] to use vector operationsRichard Henderson
2019-02-18target/ppc: convert vspltis[bhw] to use vector operationsRichard Henderson
2019-02-18target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector oper...Mark Cave-Ayland
2019-02-18target/ppc: convert VMX logical instructions to use vector operationsMark Cave-Ayland
2019-02-17target/ppc: Disable ISA 2.06 PM instructions on POWER9Benjamin Herrenschmidt
2019-02-17ppc: fix crash during branch steppingRoman Kapl
2019-02-17target/ppc: Remove some #if 0'ed codeBenjamin Herrenschmidt
2019-02-17target/ppc: Fix msync to do what hardware doesBALATON Zoltan
2019-02-17target/ppc: Enable reporting of SPRs to GDBFabiano Rosas
2019-02-15target/arm: Add missing clear_tail callsRichard Henderson
2019-02-15target/arm: Use vector operations for saturationRichard Henderson
2019-02-15target/arm: Split out FPSCR.QC to a vector fieldRichard Henderson
2019-02-15target/arm: Fix set of bits kept in xregs[ARM_VFP_FPSCR]Richard Henderson
2019-02-15target/arm: Split out flags setting from vfp comparesRichard Henderson
2019-02-15target/arm: Fix arm_cpu_dump_state vs FPSCRRichard Henderson