Age | Commit message (Expand) | Author |
2021-02-08 | tests/tcg: Replace /bin/true by true (required on macOS) | Stefan Weil |
2021-02-08 | gdbstub: Fix handle_query_xfer_auxv | Richard Henderson |
2021-02-08 | tests/tcg: don't silently skip the gdb tests | Alex Bennée |
2021-02-08 | configure: bump the minimum gdb version for check-tcg to 9.1 | Alex Bennée |
2021-02-08 | configure: make version_ge more tolerant of shady version input | Alex Bennée |
2021-02-08 | tests/docker: add a docker-exec-copy-test | Alex Bennée |
2021-02-08 | tests/docker: alias docker-help target for consistency | Alex Bennée |
2021-02-08 | tests/docker: preserve original name when copying libs | Alex Bennée |
2021-02-08 | tests/docker: make _copy_with_mkdir accept missing files | Alex Bennée |
2021-02-08 | tests/docker: Fix typo in help message | Philippe Mathieu-Daudé |
2021-02-08 | tests/docker: Fix _get_so_libs() for docker-binfmt-image | Philippe Mathieu-Daudé |
2021-02-08 | tests/acceptance: Increase the timeout in the replay tests | Thomas Huth |
2021-02-05 | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210205' into... | Peter Maydell |
2021-02-05 | accel: introduce AccelCPUClass extending CPUClass | Claudio Fontana |
2021-02-05 | accel: replace struct CpusAccel with AccelOpsClass | Claudio Fontana |
2021-02-05 | accel: extend AccelState and AccelClass to user-mode | Claudio Fontana |
2021-02-05 | cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass | Claudio Fontana |
2021-02-05 | cpu: move debug_check_watchpoint to tcg_ops | Claudio Fontana |
2021-02-05 | cpu: move adjust_watchpoint_address to tcg_ops | Claudio Fontana |
2021-02-05 | physmem: make watchpoint checking code TCG-only | Claudio Fontana |
2021-02-05 | cpu: move do_unaligned_access to tcg_ops | Claudio Fontana |
2021-02-05 | cpu: move cc->transaction_failed to tcg_ops | Claudio Fontana |
2021-02-05 | cpu: move cc->do_interrupt to tcg_ops | Claudio Fontana |
2021-02-05 | target/arm: do not use cc->do_interrupt for KVM directly | Claudio Fontana |
2021-02-05 | cpu: Move debug_excp_handler to tcg_ops | Eduardo Habkost |
2021-02-05 | cpu: Move tlb_fill to tcg_ops | Eduardo Habkost |
2021-02-05 | cpu: Move cpu_exec_* to tcg_ops | Eduardo Habkost |
2021-02-05 | cpu: Move synchronize_from_tb() to tcg_ops | Eduardo Habkost |
2021-02-05 | accel/tcg: split TCG-only code from cpu_exec_realizefn | Claudio Fontana |
2021-02-05 | target/riscv: remove CONFIG_TCG, as it is always TCG | Claudio Fontana |
2021-02-05 | cpu: Introduce TCGCpuOperations struct | Eduardo Habkost |
2021-02-05 | tcg/tci: Remove TCG_CONST | Richard Henderson |
2021-02-05 | tcg/tci: Fix TCG_REG_R4 misusage | Richard Henderson |
2021-02-05 | tcg/tci: Restrict TCG_TARGET_NB_REGS to 16 | Richard Henderson |
2021-02-05 | tcg/tci: Remove TODO as unused | Richard Henderson |
2021-02-05 | tcg/tci: Implement 64-bit division | Richard Henderson |
2021-02-05 | tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_* | Richard Henderson |
2021-02-05 | tcg/tci: Use g_assert_not_reached | Richard Henderson |
2021-02-05 | tcg/tci: Merge INDEX_op_{st_i32,st32_i64} | Richard Henderson |
2021-02-05 | tcg/tci: Move stack bounds check to compile-time | Richard Henderson |
2021-02-05 | tcg/tci: Merge INDEX_op_st16_{i32,i64} | Richard Henderson |
2021-02-05 | tcg/tci: Merge INDEX_op_st8_{i32,i64} | Richard Henderson |
2021-02-05 | tcg/tci: Merge INDEX_op_{ld_i32,ld32u_i64} | Richard Henderson |
2021-02-05 | tcg/tci: Merge INDEX_op_ld16s_{i32,i64} | Richard Henderson |
2021-02-05 | tcg/tci: Merge INDEX_op_ld16u_{i32,i64} | Richard Henderson |
2021-02-05 | tcg/tci: Merge INDEX_op_ld8s_{i32,i64} | Richard Henderson |
2021-02-05 | tcg/tci: Merge INDEX_op_ld8u_{i32,i64} | Richard Henderson |
2021-02-05 | tcg/tci: Inline tci_write_reg64 into 64-bit callers | Richard Henderson |
2021-02-05 | tcg/tci: Inline tci_write_reg32 into all callers | Richard Henderson |
2021-02-05 | tcg/tci: Inline tci_write_reg16 into the only caller | Richard Henderson |