aboutsummaryrefslogtreecommitdiff
path: root/target/mips
AgeCommit message (Expand)AuthorFilesLines
2018-08-16target/mips: Check ELPA flag only in some cases of MFHC0 and MTHC0Yongbok Kim1-4/+4
2018-08-16target/mips: Don't update BadVAddr register in Debug ModeYongbok Kim2-4/+12
2018-08-16target/mips: Implement CP0 Config1.WR bit functionalityStefan Markovic1-0/+8
2018-08-16target/mips: Add CP0 BadInstrX registerStefan Markovic3-3/+25
2018-08-16target/mips: Update some CP0 registers bit definitionsAleksandar Markovic1-69/+88
2018-08-16target/mips: Fix two instances of shadow variablesAleksandar Markovic1-2/+2
2018-08-16target/mips: Mark switch fallthroughs with interpretable commentsAleksandar Markovic1-2/+3
2018-08-16target/mips: Avoid case statements formulated by ranges - part 2Aleksandar Rikalo1-7/+71
2018-08-16target/mips: Avoid case statements formulated by ranges - part 1Aleksandar Markovic1-49/+200
2018-06-27target/mips: Fix gdbstub to read/write 64 bit FP registersYongbok Kim1-1/+2
2018-06-27target/mips: Fix data type for offsetYongbok Kim1-4/+4
2018-06-27target/mips: Update gen_flt_ldst()Yongbok Kim1-8/+7
2018-06-27target/mips: Fix microMIPS on resetYongbok Kim1-0/+5
2018-06-27target/mips: Raise a RI when given fs is n/a from CTC1Yongbok Kim1-0/+3
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson1-2/+2
2018-05-21Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell1-12/+3
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier1-12/+3
2018-05-18target/mips: Honor CPU_DUMP_FPURichard Henderson1-1/+2
2018-05-17target/mips: Remove floatX_maybe_silence_nan from conversionsRichard Henderson2-6/+0
2018-05-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-1/+1
2018-05-11rename included C files to foo.inc.c, remove osdep.hPaolo Bonzini2-1/+1
2018-05-09target/mips: convert to TranslatorOpsEmilio G. Cota1-114/+113
2018-05-09target/mips: use *ctx for DisasContextEmilio G. Cota1-82/+83
2018-05-09target/mips: convert to DisasContextBaseEmilio G. Cota1-171/+175
2018-05-09target/mips: convert to DisasJumpTypeEmilio G. Cota1-95/+91
2018-05-09target/mips: use lookup_and_goto_ptr on BS_STOPEmilio G. Cota1-1/+2
2018-05-09target/mips: avoid integer overflow in next_page PC checkEmilio G. Cota1-3/+3
2018-03-19cpu: get rid of unused cpu_init() definesIgor Mammedov1-2/+0
2018-03-19cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov1-0/+1
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-3/+2
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier3-7/+7
2018-01-16mips: Tweak location of ';' in macrosEric Blake1-16/+18
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson1-1/+1
2017-10-30Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell4-29/+13
2017-10-27mips: malta/boston: replace cpu_model with cpu_typeIgor Mammedov4-29/+13
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell1-1/+1
2017-10-26tcg: Avoid setting tcg_initialize if !CONFIG_TCGRichard Henderson1-0/+2
2017-10-25disas: Remove unused flags argumentsRichard Henderson1-1/+1
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson1-4/+0
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota1-1/+1
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota1-13/+13
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson2-11/+1
2017-10-16linux-user: Tidy and enforce reserved_va initializationRichard Henderson1-1/+5
2017-10-10tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota1-2/+2
2017-10-09qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé1-4/+0
2017-09-21mips: Improve macro parenthesizationEric Blake1-28/+28
2017-09-21mips: replace cpu_mips_init() with cpu_generic_init()Igor Mammedov2-19/+1
2017-09-21mips: MIPSCPU model subclassesIgor Mammedov5-64/+117
2017-09-21mips: call cpu_mips_realize_env() from mips_cpu_realizefn()Philippe Mathieu-Daudé2-1/+3
2017-09-21mips: split cpu_mips_realize_env() out of cpu_mips_init()Philippe Mathieu-Daudé2-7/+13