summaryrefslogtreecommitdiffstats
path: root/target/hppa
Commit message (Expand)AuthorAgeFilesLines
* 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
* tcg: Make tb arg to synchronize_from_tb constRichard Henderson2021-01-071-1/+2
* migration: Replace migration's JSON writer by the general oneMarkus Armbruster2020-12-191-2/+2
* overall/alpha tcg cpus|hppa: Fix Lesser GPL version numberChetan Pant2020-11-159-9/+9
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-1/+1
* 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/hppa: Fix boot with old Linux installation CDsHelge Deller2020-09-021-5/+5
* hw/hppa: Make number of TLB and BTLB entries configurableHelge Deller2020-09-021-1/+4
* meson: targetPaolo Bonzini2020-08-213-12/+20
* meson: rename included C source files to .c.incPaolo Bonzini2020-08-212-3/+3
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* target/hppa: Free some temps in do_subRichard Henderson2020-07-241-0/+2
* softfloat: Name compare relation enumRichard Henderson2020-05-191-3/+4
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2020-03-191-1/+1
|\
| * cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2020-03-181-1/+1