aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-08tests/tcg: Replace /bin/true by true (required on macOS)Stefan Weil
2021-02-08gdbstub: Fix handle_query_xfer_auxvRichard Henderson
2021-02-08tests/tcg: don't silently skip the gdb testsAlex Bennée
2021-02-08configure: bump the minimum gdb version for check-tcg to 9.1Alex Bennée
2021-02-08configure: make version_ge more tolerant of shady version inputAlex Bennée
2021-02-08tests/docker: add a docker-exec-copy-testAlex Bennée
2021-02-08tests/docker: alias docker-help target for consistencyAlex Bennée
2021-02-08tests/docker: preserve original name when copying libsAlex Bennée
2021-02-08tests/docker: make _copy_with_mkdir accept missing filesAlex Bennée
2021-02-08tests/docker: Fix typo in help messagePhilippe Mathieu-Daudé
2021-02-08tests/docker: Fix _get_so_libs() for docker-binfmt-imagePhilippe Mathieu-Daudé
2021-02-08tests/acceptance: Increase the timeout in the replay testsThomas Huth
2021-02-05Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210205' into...Peter Maydell
2021-02-05accel: introduce AccelCPUClass extending CPUClassClaudio Fontana
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana
2021-02-05cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana
2021-02-05cpu: move adjust_watchpoint_address to tcg_opsClaudio Fontana
2021-02-05physmem: make watchpoint checking code TCG-onlyClaudio Fontana
2021-02-05cpu: move do_unaligned_access to tcg_opsClaudio Fontana
2021-02-05cpu: move cc->transaction_failed to tcg_opsClaudio Fontana
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana
2021-02-05target/arm: do not use cc->do_interrupt for KVM directlyClaudio Fontana
2021-02-05cpu: Move debug_excp_handler to tcg_opsEduardo Habkost
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost
2021-02-05cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost
2021-02-05accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana
2021-02-05target/riscv: remove CONFIG_TCG, as it is always TCGClaudio Fontana
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost
2021-02-05tcg/tci: Remove TCG_CONSTRichard Henderson
2021-02-05tcg/tci: Fix TCG_REG_R4 misusageRichard Henderson
2021-02-05tcg/tci: Restrict TCG_TARGET_NB_REGS to 16Richard Henderson
2021-02-05tcg/tci: Remove TODO as unusedRichard Henderson
2021-02-05tcg/tci: Implement 64-bit divisionRichard Henderson
2021-02-05tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_*Richard Henderson
2021-02-05tcg/tci: Use g_assert_not_reachedRichard Henderson
2021-02-05tcg/tci: Merge INDEX_op_{st_i32,st32_i64}Richard Henderson
2021-02-05tcg/tci: Move stack bounds check to compile-timeRichard Henderson
2021-02-05tcg/tci: Merge INDEX_op_st16_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_st8_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_{ld_i32,ld32u_i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_ld16s_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_ld16u_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_ld8s_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_ld8u_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Inline tci_write_reg64 into 64-bit callersRichard Henderson
2021-02-05tcg/tci: Inline tci_write_reg32 into all callersRichard Henderson
2021-02-05tcg/tci: Inline tci_write_reg16 into the only callerRichard Henderson