summaryrefslogtreecommitdiffstats
path: root/target/rx
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2022-10-262-6/+10
|\
| * target/rx: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+10
* | treewide: Remove the unnecessary space before semicolonBin Meng2022-10-241-2/+2
|/
* accel/tcg: Introduce tb_pc and log_pcRichard Henderson2022-10-041-1/+1
* hw/core: Add CPUClass.get_pcRichard Henderson2022-10-041-0/+8
* accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson2022-09-061-2/+3
* Merge tag 'pull-rx-20220421' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2022-04-223-32/+39
|\
| * target/rx: update PC correctly in wait instructionTomoaki Kawada2022-04-211-1/+1
| * target/rx: set PSW.I when executing wait instructionTomoaki Kawada2022-04-211-0/+1
| * target/rx: Swap stack pointers on clrpsw/setpsw instructionRichard Henderson2022-04-211-1/+6
| * target/rx: Move DISAS_UPDATE check for write to PSWRichard Henderson2022-04-211-10/+4Star
| * target/rx: Store PSW.U in tb->flagsRichard Henderson2022-04-212-19/+24
| * target/rx: Put tb_flags into DisasContextRichard Henderson2022-04-211-1/+3
* | compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-211-10/+12
|/
* exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson2022-04-201-3/+4
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-062-2/+0Star
* Move CPU softfloat unions to cpu-float.hMarc-André Lureau2022-04-061-0/+1
* target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé2022-03-061-1/+1
* target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé2022-03-062-4/+1Star
* target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé2022-03-062-3/+1Star
* target/rx: Remove unused ENV_OFFSET definitionPhilippe Mathieu-Daudé2022-02-211-2/+0Star
* target/rx/cpu.h: Don't include qemu-common.hPeter Maydell2021-12-151-1/+0Star
* target/rx: Drop checks for singlestep_enabledRichard Henderson2021-10-163-19/+2Star
* include/exec: Move cpu_signal_handler declarationRichard Henderson2021-09-221-4/+0Star
* target/rx: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé2021-09-143-1/+7
* accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson2021-07-211-14/+0Star
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell2021-07-121-11/+1Star
|\
| * target/rx: Use translator_use_goto_tbRichard Henderson2021-07-091-10/+1Star
| * tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé2021-07-091-1/+0Star
* | meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé2021-07-091-0/+2
|/
* hw/core: Constify TCGCPUOpsRichard Henderson2021-05-271-1/+1
* cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-1/+1
* cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé2021-05-271-0/+10
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-5/+15
* cpu: move cc->do_interrupt to tcg_opsClaudio Fontana2021-02-051-1/+1
* cpu: Move tlb_fill to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Move cpu_exec_* to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Introduce TCGCpuOperations structEduardo Habkost2021-02-051-1/+1
* target/rx: Fix compiler errors for build with sanitizersStefan Weil2021-01-291-6/+6
* tcg: Make tb arg to synchronize_from_tb constRichard Henderson2021-01-071-1/+2
* target/rx: Fix Lesser GPL version numberChetan Pant2020-10-271-1/+1
* target/rx: Fix some comment spelling errorsLichang Zhao2020-10-272-2/+2
* 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-2/+4
* rx: Move typedef RXCPU to cpu-qom.hEduardo Habkost2020-09-022-1/+1
* rx: Rename QOM type check macrosEduardo Habkost2020-09-025-15/+15