aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2019-08-21ppc: Add support for 'mffsl' instructionPaul A. Clarke
2019-08-21target/ppc: Add Directed Privileged Door-bell Exception State (DPDES) SPRAlexey Kardashevskiy
2019-08-21ppc: remove idle_timer logicShivaprasad G Bhat
2019-08-21spapr: Implement dispatch tracking for tcgNicholas Piggin
2019-08-21target/ppc: Optimize emulation of vclzw instructionStefan Brankovic
2019-08-21target/ppc: Optimize emulation of vclzd instructionStefan Brankovic
2019-08-21target/ppc: Optimize emulation of vgbbd instructionStefan Brankovic
2019-08-21target/ppc: move opcode decode tables to PowerPCCPUAlex Bennée
2019-08-21target/ppc: Optimize emulation of vsl and vsr instructionsStefan Brankovic
2019-08-21target/ppc: Optimize emulation of lvsl and lvsr instructionsStefan Brankovic
2019-08-21migration: Do not re-read the clock on pre_save in case of paused guestMaxiwell S. Garcia
2019-08-20Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-20-2019' ...Peter Maydell
2019-08-19target/mips: Style improvements in translate.cAleksandar Markovic
2019-08-19target/mips: Style improvements in machine.cAleksandar Markovic
2019-08-19target/mips: Style improvements in cpu.cAleksandar Markovic
2019-08-19target/mips: Style improvements in cp0_timer.cAleksandar Markovic
2019-08-19Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20190819' into stagingPeter Maydell
2019-08-19target/riscv: Remove redundant declaration pragmasRichard Henderson
2019-08-19targets (various): use softfloat-helpers.h where we canAlex Bennée
2019-08-19target/riscv: rationalise softfloat includesAlex Bennée
2019-08-19target/mips: rationalise softfloat includesAlex Bennée
2019-08-19target/m68k: replace LIT64 with UINT64_C macrosAlex Bennée
2019-08-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...Peter Maydell
2019-08-16target/arm: Use tcg_gen_extrh_i64_i32 to extract the high wordRichard Henderson
2019-08-16target/arm: Simplify SMMLA, SMMLAR, SMMLS, SMMLSRRichard Henderson
2019-08-16target/arm: Use tcg_gen_rotri_i32 for gen_swap_halfRichard Henderson
2019-08-16target/arm: Use ror32 instead of open-coding the operationRichard Henderson
2019-08-16target/arm: Remove redundant shift testsRichard Henderson
2019-08-16target/arm: Use tcg_gen_deposit_i32 for PKHBT, PKHTBRichard Henderson
2019-08-16target/arm: Use tcg_gen_extract_i32 for shifter_out_imRichard Henderson
2019-08-16target/arm/kvm64: Move the get/put of fpsimd registers outAndrew Jones
2019-08-16target/arm/kvm64: Fix error returnsAndrew Jones
2019-08-16target/arm/cpu: Use div-round-up to determine predicate register array sizeAndrew Jones
2019-08-16target/arm/helper: zcr: Add build bug next to value range assumptionAndrew Jones
2019-08-16target/arm/cpu: Ensure we can use the pmu with kvmAndrew Jones
2019-08-16target/arm/cpu64: Ensure kvm really supports aarch64=offAndrew Jones
2019-08-16target/arm: Remove helper_double_saturateRichard Henderson
2019-08-16target/arm: Use unallocated_encoding for aarch32Richard Henderson
2019-08-16target/arm: Remove offset argument to gen_exception_bkpt_insnRichard Henderson
2019-08-16target/arm: Replace offset with pc in gen_exception_internal_insnRichard Henderson
2019-08-16target/arm: Replace offset with pc in gen_exception_insnRichard Henderson
2019-08-16target/arm: Replace s->pc with s->base.pc_nextRichard Henderson
2019-08-16target/arm: Remove redundant s->pc & ~1Richard Henderson
2019-08-16target/arm: Introduce add_reg_for_litRichard Henderson
2019-08-16target/arm: Introduce read_pcRichard Henderson
2019-08-16target/arm: Introduce pc_currRichard Henderson
2019-08-16target/arm: Pass in pc to thumb_insn_is_16bitRichard Henderson
2019-08-16target/arm: Fix routing of singlestep exceptionsPeter Maydell
2019-08-16target/arm: Factor out 'generate singlestep exception' functionPeter Maydell
2019-08-16target/arm: generate a custom MIDR for -cpu maxAlex Bennée