summaryrefslogtreecommitdiffstats
path: root/target/sh4
Commit message (Expand)AuthorAgeFilesLines
* qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2020-09-181-1/+1
* Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2020-09-091-4/+2Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-6/+2Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-3/+5
* target/sh4: Remove superfluous breaksLiao Pingfang2020-09-011-3/+0Star
* meson: targetPaolo Bonzini2020-08-212-3/+14
* gdbstub: Introduce gdb_get_float32() to get 32-bit float registersPhilippe Mathieu-Daudé2020-04-151-4/+2Star
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2020-03-192-5/+5
|\
| * cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2020-03-182-5/+5
* | gdbstub: extend GByteArray to read register helpersAlex Bennée2020-03-172-2/+2
|/
* cpu: Use cpu_class_set_parent_reset()Greg Kurz2020-01-241-2/+1Star
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-161-1/+1
* target/sh4: Remove MMU_MODE{0,1}_SUFFIXRichard Henderson2020-01-161-2/+0Star
* target/sh4: fetch code with translator_ldEmilio G. Cota2019-10-281-2/+2
* Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell2019-08-221-1/+1
|\
| * hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-211-1/+1
* | configure: Define target access alignment in configuretony.nguyen@bt.com2019-08-201-2/+0Star
|/
* targets (various): use softfloat-helpers.h where we canAlex Bennée2019-08-191-2/+1Star
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+2
* hmp: Move hmp.h to include/monitor/Markus Armbruster2019-07-021-1/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-123-3/+0Star
* cpu: Remove CPU_COMMONRichard Henderson2019-06-101-2/+0Star
* cpu: Introduce CPUNegativeOffsetStateRichard Henderson2019-06-101-0/+1
* cpu: Introduce cpu_set_cpustate_pointersRichard Henderson2019-06-101-2/+1Star
* cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson2019-06-101-1/+0Star
* target/sh4: Use env_cpu, env_archcpuRichard Henderson2019-06-103-25/+15Star
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-102-3/+1Star
* cpu: Define ArchCPURichard Henderson2019-06-101-0/+1
* cpu: Define CPUArchState with typedefRichard Henderson2019-06-101-2/+2
* tcg: Split out target/arch/cpu-param.hRichard Henderson2019-06-102-13/+22
* tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson2019-05-101-8/+0Star
* target/sh4: Convert to CPUClass::tlb_fillRichard Henderson2019-05-104-118/+101Star
* target/sh4: Fix LGPL information in the file headersThomas Huth2019-05-085-5/+5
* tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson2019-04-241-2/+2
* qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2019-04-182-15/+15
* target: Simplify how the TARGET_cpu_list() printMarkus Armbruster2019-04-182-14/+5Star
* sh4: fix use_icount with linux-userLaurent Vivier2018-08-201-0/+1
* target/sh4: Fix translator.c assertion failure for gUSARichard Henderson2018-07-091-37/+44
* tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson2018-06-021-4/+4
* fpu/softfloat: Specialize on snan_bit_is_oneRichard Henderson2018-05-181-1/+0Star
* target/sh4: convert to TranslatorOpsEmilio G. Cota2018-05-091-85/+86
* cpu: get rid of unused cpu_init() definesIgor Mammedov2018-03-191-2/+0Star
* cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov2018-03-191-0/+1
* qom: introduce object_class_get_list_sortedPaolo Bonzini2018-03-121-14/+1Star
* target/*/cpu.h: remove softfloat.hAlex Bennée2018-02-213-2/+2
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-051-2/+2
* accel/tcg: add size paremeter in tlb_fill()Laurent Vivier2018-01-253-6/+6
* tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson2017-12-291-2/+2
* target/sh4: Convert to DisasContextBaseRichard Henderson2017-12-181-76/+78
* target/sh4: Do not singlestep after exceptionsRichard Henderson2017-12-181-16/+16