Toggle navigation
Patchwork
qemu-devel
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Series =
tcg patch queue
| Archived =
No
| 46 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Delegate
------
Nobody
andy.doan@linaro.org
andy.doan@linaro.org
Apply
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[PULL,46/46] accel: introduce AccelCPUClass extending CPUClass
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
New
[PULL,45/46] accel: replace struct CpusAccel with AccelOpsClass
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
New
[PULL,44/46] accel: extend AccelState and AccelClass to user-mode
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
New
[PULL,43/46] cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
New
[PULL,42/46] cpu: move debug_check_watchpoint to tcg_ops
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
New
[PULL,41/46] cpu: move adjust_watchpoint_address to tcg_ops
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
New
[PULL,40/46] physmem: make watchpoint checking code TCG-only
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Accepted
[PULL,39/46] cpu: move do_unaligned_access to tcg_ops
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
New
[PULL,38/46] cpu: move cc->transaction_failed to tcg_ops
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
New
[PULL,37/46] cpu: move cc->do_interrupt to tcg_ops
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
New
[PULL,36/46] target/arm: do not use cc->do_interrupt for KVM directly
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Accepted
[PULL,35/46] cpu: Move debug_excp_handler to tcg_ops
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
New
[PULL,34/46] cpu: Move tlb_fill to tcg_ops
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
New
[PULL,33/46] cpu: Move cpu_exec_* to tcg_ops
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
New
[PULL,32/46] cpu: Move synchronize_from_tb() to tcg_ops
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Accepted
[PULL,31/46] accel/tcg: split TCG-only code from cpu_exec_realizefn
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
New
[PULL,30/46] target/riscv: remove CONFIG_TCG, as it is always TCG
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Accepted
[PULL,29/46] cpu: Introduce TCGCpuOperations struct
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
New
[PULL,28/46] tcg/tci: Remove TCG_CONST
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
New
[PULL,27/46] tcg/tci: Fix TCG_REG_R4 misusage
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Accepted
[PULL,26/46] tcg/tci: Restrict TCG_TARGET_NB_REGS to 16
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
New
[PULL,25/46] tcg/tci: Remove TODO as unused
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Accepted
[PULL,24/46] tcg/tci: Implement 64-bit division
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
New
[PULL,23/46] tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_*
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Accepted
[PULL,22/46] tcg/tci: Use g_assert_not_reached
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Accepted
[PULL,21/46] tcg/tci: Merge INDEX_op_{st_i32,st32_i64}
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Accepted
[PULL,20/46] tcg/tci: Move stack bounds check to compile-time
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Accepted
[PULL,19/46] tcg/tci: Merge INDEX_op_st16_{i32,i64}
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Accepted
[PULL,18/46] tcg/tci: Merge INDEX_op_st8_{i32,i64}
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Superseded
[PULL,17/46] tcg/tci: Merge INDEX_op_{ld_i32,ld32u_i64}
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Accepted
[PULL,16/46] tcg/tci: Merge INDEX_op_ld16s_{i32,i64}
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Accepted
[PULL,15/46] tcg/tci: Merge INDEX_op_ld16u_{i32,i64}
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Accepted
[PULL,14/46] tcg/tci: Merge INDEX_op_ld8s_{i32,i64}
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Superseded
[PULL,13/46] tcg/tci: Merge INDEX_op_ld8u_{i32,i64}
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Accepted
[PULL,12/46] tcg/tci: Inline tci_write_reg64 into 64-bit callers
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Accepted
[PULL,11/46] tcg/tci: Inline tci_write_reg32 into all callers
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Accepted
[PULL,10/46] tcg/tci: Inline tci_write_reg16 into the only caller
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Accepted
[PULL,09/46] tcg/tci: Inline tci_write_reg8 into its callers
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Accepted
[PULL,08/46] tcg/tci: Inline tci_write_reg32s into the only caller
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Accepted
[PULL,07/46] tcg/tci: Implement INDEX_op_ld8s_i64
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Superseded
[PULL,06/46] tcg/tci: Implement INDEX_op_ld16s_i32
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Accepted
[PULL,05/46] tcg/tci: Make tci_tb_ptr thread-local
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Accepted
[PULL,04/46] configure: Fix --enable-tcg-interpreter
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Accepted
[PULL,03/46] tcg/aarch64: Do not convert TCGArg to temps that are not temps
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Accepted
[PULL,02/46] exec/cpu-defs: Remove TCG backends dependency
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Accepted
[PULL,01/46] tcg/s390: Fix compare instruction from extended-immediate facility
tcg patch queue
-
-
-
2021-02-05
Richard Henderson
Accepted