summaryrefslogtreecommitdiffstats
path: root/target/hppa
Commit message (Expand)AuthorAgeFilesLines
* target/hppa: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-13/+19
* accel/tcg: Introduce tb_pc and log_pcRichard Henderson2022-10-041-2/+2
* hw/core: Add CPUClass.get_pcRichard Henderson2022-10-041-0/+8
* linux-user/hppa: Dump IIR on register dumpHelge Deller2022-09-271-2/+4
* accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson2022-09-061-2/+3
* target/hppa: Fix proberi instruction emulation for linux-userHelge Deller2022-08-191-1/+1
* Normalize header guard symbol definitionMarkus Armbruster2022-05-111-1/+1
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-213-7/+7
* exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson2022-04-201-7/+8
* 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-6/+2Star
* tcg: Remove dh_alias indirection for dh_typecodeRichard Henderson2022-02-281-0/+2
* exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-213-1/+3
* target: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé2022-02-211-0/+1
* hppa: Add support for an emulated TOC/NMI button.Helge Deller2022-02-027-3/+42
* exec/memop: Adding signedness to quad definitionsFrédéric Pétrot2022-01-081-2/+2
* target/hppa: Implement prctl_unalign_sigbusRichard Henderson2022-01-062-5/+19
* target/hppa: Fix atomic_store_3 for STBYRichard Henderson2021-12-311-12/+15
* target/hppa: Fix deposit assert from trans_shrpw_immRichard Henderson2021-12-241-7/+12
* target/hppa: Make hppa_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-024-19/+6Star
* target/hppa: Drop checks for singlestep_enabledRichard Henderson2021-10-161-13/+4Star
* hw/core: Make do_unaligned_access noreturnRichard Henderson2021-09-221-3/+4
* include/exec: Move cpu_signal_handler declarationRichard Henderson2021-09-221-3/+0Star
* target/hppa: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé2021-09-143-8/+5Star
* tcg: Remove tcg_global_reg_new definesBin Meng2021-09-141-3/+0Star
* accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich2021-09-141-1/+1
* accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson2021-07-211-11/+0Star
* target/hppa: Clean up DisasCondRichard Henderson2021-07-131-34/+9Star
* target/hppa: Use tcg_constant_*Richard Henderson2021-07-131-38/+18Star
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell2021-07-121-5/+1Star
|\
| * target/hppa: Use translator_use_goto_tbRichard Henderson2021-07-091-4/+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
|/
* tcg: Combine dh_is_64bit and dh_is_signed to dh_typecodeRichard Henderson2021-06-191-3/+0Star
* target/hppa: Remove unused 'memory.h' headerPhilippe Mathieu-Daudé2021-06-051-1/+0Star
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* 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
* exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson2021-02-161-1/+1
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-7/+15
* cpu: move do_unaligned_access to tcg_opsClaudio Fontana2021-02-051-1/+3
* 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