summaryrefslogtreecommitdiffstats
path: root/target/alpha
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson2022-10-312-2/+2
* target/alpha: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+9
* hw/core: Add CPUClass.get_pcRichard Henderson2022-10-041-0/+9
* accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson2022-09-061-2/+3
* Normalize header guard symbol definitionMarkus Armbruster2022-05-111-1/+1
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-212-10/+10
* exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson2022-04-201-3/+4
* Move CPU softfloat unions to cpu-float.hMarc-André Lureau2022-04-061-0/+1
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+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-061-5/+2Star
* misc: Remove unnecessary "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé2022-03-061-1/+0Star
* exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-211-1/+1
* exec/memop: Adding signedness to quad definitionsFrédéric Pétrot2022-01-081-16/+16
* target/alpha: Implement prctl_unalign_sigbusRichard Henderson2022-01-062-9/+27
* target/alpha: Implement alpha_cpu_record_sigbusRichard Henderson2021-11-023-11/+28
* target/alpha: Implement alpha_cpu_record_sigsegvRichard Henderson2021-11-023-11/+47
* target/alpha: Drop checks for singlestep_enabledRichard Henderson2021-10-161-10/+3Star
* target/alpha: Reorg integer memory operationsRichard Henderson2021-10-131-64/+40Star
* target/alpha: Reorg fp memory operationsRichard Henderson2021-10-131-26/+57
* hw/core: Make do_unaligned_access noreturnRichard Henderson2021-09-221-2/+2
* include/exec: Move cpu_signal_handler declarationRichard Henderson2021-09-221-6/+0Star
* target/alpha: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé2021-09-143-5/+4Star
* accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich2021-09-141-1/+1
* accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson2021-07-211-16/+0Star
* target/alpha: Drop goto_tb path in gen_call_palRichard Henderson2021-07-211-13/+2Star
* target/alpha: Use tcg_constant_* elsewhereRichard Henderson2021-07-131-32/+14Star
* target/alpha: Use tcg_constant_i64 for zero and litRichard Henderson2021-07-131-14/+2Star
* target/alpha: Use dest_sink for HW_RET temporaryRichard Henderson2021-07-131-1/+1
* target/alpha: Store set into rx flagRichard Henderson2021-07-131-5/+1Star
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell2021-07-121-42/+5Star
|\
| * target/alpha: Use translator_use_goto_tbRichard Henderson2021-07-091-6/+1Star
| * target/alpha: Remove in_superpageRichard Henderson2021-07-091-22/+2Star
| * target/alpha: Remove use_exit_tbRichard Henderson2021-07-091-13/+2Star
| * 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
|/
* target/alpha: Honor the FEN bitRichard Henderson2021-06-281-0/+75
* 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/+8
* target/alpha: fix icount handling for timer instructionsPavel Dovgalyuk2021-04-051-2/+7
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-6/+15
* cpu: move do_unaligned_access to tcg_opsClaudio Fontana2021-02-051-1/+1
* cpu: move cc->transaction_failed to tcg_opsClaudio Fontana2021-02-051-1/+1
* 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: Introduce TCGCpuOperations structEduardo Habkost2021-02-051-1/+1
* migration: Replace migration's JSON writer by the general oneMarkus Armbruster2020-12-191-1/+1