aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2019-10-26i386: implement IGNNEPaolo Bonzini2-8/+30
2019-10-26target/i386: introduce cpu_set_fpusPaolo Bonzini1-4/+8
2019-10-26target/i386: move FERR handling to target/i386Paolo Bonzini2-2/+27
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang1-1/+1
2019-10-26Merge commit 'df84f17' into HEADPaolo Bonzini5-6/+99
2019-10-25target/mips: Refactor handling of vector compare 'less than' (signed) instruc...Filip Bozuta1-30/+50
2019-10-25target/mips: Refactor handling of vector compare 'equal' instructionsFilip Bozuta1-30/+50
2019-10-25target/mips: Demacro LMI decoderAleksandar Markovic1-74/+174
2019-10-25target/mips: msa: Split helpers for ASUB_<S|U>.<B|H|W|D>Aleksandar Markovic3-26/+193
2019-10-25target/mips: msa: Split helpers for HSUB_<S|U>.<H|W|D>Aleksandar Markovic3-21/+129
2019-10-25target/mips: msa: Split helpers for PCK<EV|OD>.<B|H|W|D>Aleksandar Markovic3-186/+249
2019-10-25target/mips: msa: Split helpers for S<LL|RA|RAR|RL|RLR>.<B|H|W|D>Aleksandar Markovic3-66/+479
2019-10-25target/mips: msa: Split helpers for HADD_<S|U>.<H|W|D>Aleksandar Markovic3-32/+141
2019-10-25target/mips: msa: Split helpers for ADD<_A|S_A|S_S|S_U|V>.<B|H|W|D>Aleksandar Markovic3-69/+482
2019-10-25target/mips: msa: Split helpers for ILV<EV|OD|L|R>.<B|H|W|D>Aleksandar Markovic3-369/+496
2019-10-25target/mips: msa: Split helpers for <MAX|MIN>_<S|U>.<B|H|W|D>Aleksandar Markovic3-44/+372
2019-10-25target/mips: msa: Split helpers for <MAX|MIN>_A.<B|H|W|D>Aleksandar Markovic3-25/+187
2019-10-25target/mips: Clean up op_helper.cAleksandar Markovic1-347/+663
2019-10-25target/mips: Clean up helper.cAleksandar Markovic1-49/+74
2019-10-24target/arm: Rely on hflags correct in cpu_get_tb_cpu_stateRichard Henderson1-3/+6
2019-10-24target/arm: Rebuild hflags for M-profileRichard Henderson2-1/+10
2019-10-24target/arm: Rebuild hflags at Xscale SCTLR writesRichard Henderson1-0/+10
2019-10-24target/arm: Rebuild hflags at CPSR writesRichard Henderson1-0/+3
2019-10-24target/arm: Rebuild hflags at MSR writesRichard Henderson2-7/+34
2019-10-24target/arm: Rebuild hflags at EL changesRichard Henderson5-0/+8
2019-10-24target/arm: Add HELPER(rebuild_hflags_{a32, a64, m32})Richard Henderson2-0/+28
2019-10-24target/arm: Hoist store to cs_base in cpu_get_tb_cpu_stateRichard Henderson1-1/+1
2019-10-24target/arm: Split out arm_mmu_idx_elRichard Henderson2-5/+16
2019-10-24target/arm: Add arm_rebuild_hflagsRichard Henderson2-8/+28
2019-10-24target/arm: Hoist computation of TBFLAG_A32.VFPENRichard Henderson2-5/+11
2019-10-24target/arm: Simplify set of PSTATE_SS in cpu_get_tb_cpu_stateRichard Henderson1-12/+8
2019-10-24target/arm: Hoist XSCALE_CPAR, VECLEN, VECSTRIDE in cpu_get_tb_cpu_stateRichard Henderson1-7/+14
2019-10-24target/arm: Split out rebuild_hflags_aprofileRichard Henderson1-8/+12
2019-10-24target/arm: Split out rebuild_hflags_a32Richard Henderson1-1/+7
2019-10-24target/arm: Reduce tests vs M-profile in cpu_get_tb_cpu_stateRichard Henderson1-26/+23
2019-10-24target/arm: Split out rebuild_hflags_m32Richard Henderson1-15/+30
2019-10-24target/arm: Split arm_cpu_data_is_big_endianRichard Henderson2-23/+42
2019-10-24target/arm: Split out rebuild_hflags_common_32Richard Henderson1-5/+11
2019-10-24target/arm: Split out rebuild_hflags_a64Richard Henderson1-59/+66
2019-10-24target/arm: Split out rebuild_hflags_commonRichard Henderson2-18/+37
2019-10-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20191024' into...Peter Maydell1-44/+40
2019-10-24Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-0/+47
2019-10-24Merge remote-tracking branch 'remotes/xtensa/tags/20191023-xtensa' into stagingPeter Maydell4-3001/+3154
2019-10-23target/i386: Introduce Denverton CPU modelTao Xu1-0/+47
2019-10-24target/ppc: Fix for optimized vsl/vsr instructionsStefan Brankovic1-44/+40
2019-10-23target/i386: Add support for save/load IA32_UMWAIT_CONTROL MSRTao Xu3-0/+35
2019-10-23x86/cpu: Add support for UMONITOR/UMWAIT/TPAUSETao Xu3-1/+9
2019-10-22target/arm: Fix sign-extension for SMLAL*Richard Henderson1-1/+3
2019-10-22i386/kvm: add NoNonArchitecturalCoreSharing Hyper-V enlightenmentVitaly Kuznetsov4-0/+31
2019-10-22target/i386: log MCE guest and host addressesMario Smarduch1-5/+24