Show patches with: Submitter = Emilio Cota       |    State = Action Required       |   1334 patches
« 1 2 ... 10 11 1213 14 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,45/45] tcg: enable multiple TCG contexts in softmmu - - - --- 2017-07-16 Emilio Cota New
[v2,44/45] translate-all: do not allocate a guard page for code_gen_buffer - - - --- 2017-07-16 Emilio Cota New
[v2,43/45] tcg: introduce regions to split code_gen_buffer - - - --- 2017-07-16 Emilio Cota New
[v2,42/45] tcg: define TCG_HIGHWATER - 2 - --- 2017-07-16 Emilio Cota New
[v2,41/45] translate-all: use qemu_protect_rwx/none helpers - - - --- 2017-07-16 Emilio Cota New
[v2,40/45] osdep: introduce qemu_mprotect_rwx/none - - - --- 2017-07-16 Emilio Cota New
[v2,39/45] osdep: move qemu_real_host_page_size/mask to osdep - 1 - --- 2017-07-16 Emilio Cota New
[v2,38/45] tcg: distribute profiling counters across TCGContext's - 1 - --- 2017-07-16 Emilio Cota New
[v2,37/45] tcg: introduce **tcg_ctxs to keep track of all TCGContext's - - - --- 2017-07-16 Emilio Cota New
[v2,36/45] tcg: dynamically allocate optimizer globals + fold into TCGContext - - - --- 2017-07-16 Emilio Cota New
[v2,35/45] gen-icount: fold exitreq_label into TCGContext - 2 - --- 2017-07-16 Emilio Cota New
[v2,34/45] tcg: define tcg_init_ctx and make tcg_ctx a pointer - 1 - --- 2017-07-16 Emilio Cota New
[v2,33/45] tcg: take .helpers out of TCGContext - 2 - --- 2017-07-16 Emilio Cota New
[v2,32/45] tcg: take tb_ctx out of TCGContext - 2 - --- 2017-07-16 Emilio Cota New
[v2,31/45] tci: move tci_regs to tcg_qemu_tb_exec's stack 1 - - --- 2017-07-16 Emilio Cota New
[v2,30/45] translate-all: report correct avg host TB size - 1 - --- 2017-07-16 Emilio Cota New
[v2,29/45] exec-all: rename tb_free to tb_remove - 1 - --- 2017-07-16 Emilio Cota New
[v2,28/45] translate-all: use a binary search tree to track TBs in TBContext - 1 - --- 2017-07-16 Emilio Cota New
[v2,27/45] exec-all: extract tb->tc_* into a separate struct tc_tb - 1 - --- 2017-07-16 Emilio Cota New
[v2,26/45] translate-all: define and use DEBUG_TB_CHECK_GATE - 1 - --- 2017-07-16 Emilio Cota New
[v2,25/45] translate-all: define and use DEBUG_TB_INVALIDATE_GATE - 1 - --- 2017-07-16 Emilio Cota New
[v2,24/45] exec-all: introduce TB_PAGE_ADDR_FMT - 1 - --- 2017-07-16 Emilio Cota New
[v2,23/45] translate-all: define and use DEBUG_TB_FLUSH_GATE - 1 - --- 2017-07-16 Emilio Cota New
[v2,22/45] cpu-exec: lookup/generate TB outside exclusive region during step_atomic - 1 - --- 2017-07-16 Emilio Cota New
[v2,21/45] tcg: check CF_PARALLEL instead of parallel_cpus - 1 - --- 2017-07-16 Emilio Cota New
[v2,20/45] target/sparc: check CF_PARALLEL instead of parallel_cpus - 1 - --- 2017-07-16 Emilio Cota New
[v2,19/45] target/s390x: check CF_PARALLEL instead of parallel_cpus - 1 - --- 2017-07-16 Emilio Cota New
[v2,18/45] target/m68k: check CF_PARALLEL instead of parallel_cpus - - - --- 2017-07-16 Emilio Cota New
[v2,17/45] target/i386: check CF_PARALLEL instead of parallel_cpus - 1 - --- 2017-07-16 Emilio Cota New
[v2,16/45] target/hppa: check CF_PARALLEL instead of parallel_cpus - 1 - --- 2017-07-16 Emilio Cota New
[v2,15/45] target/arm: check CF_PARALLEL instead of parallel_cpus - 1 - --- 2017-07-16 Emilio Cota New
[v2,14/45] tcg: define CF_PARALLEL and use it for TB hashing - - - --- 2017-07-16 Emilio Cota New
[v2,13/45] tcg: consolidate TB lookups in tb_lookup__cpu_state - 1 - --- 2017-07-16 Emilio Cota New
[v2,12/45] tcg: remove addr argument from lookup_tb_ptr - 1 - --- 2017-07-16 Emilio Cota New
[v2,11/45] exec-all: bring tb->invalid into tb->cflags - 1 - --- 2017-07-16 Emilio Cota New
[v2,10/45] translate-all: guarantee that tb_hash only holds valid TBs - - - --- 2017-07-16 Emilio Cota New
[v2,09/45] tcg/mips: constify tcg_target_callee_save_regs - 3 - --- 2017-07-16 Emilio Cota New
[v2,08/45] tcg/i386: constify tcg_target_callee_save_regs - 3 - --- 2017-07-16 Emilio Cota New
[v2,07/45] cpu-exec: rename have_tb_lock to acquired_tb_lock in tb_find - 1 - --- 2017-07-16 Emilio Cota New
[v2,06/45] translate-all: make have_tb_lock static - 2 - --- 2017-07-16 Emilio Cota New
[v2,05/45] exec-all: fix typos in TranslationBlock's documentation - 1 - --- 2017-07-16 Emilio Cota New
[v2,04/45] tcg: fix corruption of code_time profiling counter upon tb_flush - 3 - --- 2017-07-16 Emilio Cota New
[v2,03/45] cputlb: bring back tlb_flush_count under !TLB_DEBUG - 2 - --- 2017-07-16 Emilio Cota New
[v2,02/45] translate-all: remove redundant !tcg_enabled check in dump_exec_info - 3 - --- 2017-07-16 Emilio Cota New
[v2,01/45] vl: fix breakage of -tb-size - 2 1 --- 2017-07-16 Emilio Cota New
[09/22] exec-all: shrink tb->invalid to uint8_t - - - --- 2017-07-12 Emilio Cota New
[22/22] translate-all: do not hold tb_lock during code generation in softmmu - - - --- 2017-07-09 Emilio Cota New
[21/22] tcg: enable per-thread TCG for softmmu - - - --- 2017-07-09 Emilio Cota New
[20/22] tcg: dynamically allocate from code_gen_buffer using equally-sized regions - - - --- 2017-07-09 Emilio Cota New
[19/22] tcg: introduce tcg_context_clone - - - --- 2017-07-09 Emilio Cota New
[18/22] tcg: define TCG_HIGHWATER - 2 - --- 2017-07-09 Emilio Cota New
[17/22] tcg: distribute profiling counters across TCGContext's - - - --- 2017-07-09 Emilio Cota New
[16/22] tcg: keep a list of TCGContext's - - - --- 2017-07-09 Emilio Cota New
[15/22] gen-icount: fold exitreq_label into TCGContext - 2 - --- 2017-07-09 Emilio Cota New
[14/22] tcg: take .helpers out of TCGContext - 2 - --- 2017-07-09 Emilio Cota New
[13/22] tcg: take tb_ctx out of TCGContext - 2 - --- 2017-07-09 Emilio Cota New
[12/22] translate-all: report correct avg host TB size - - - --- 2017-07-09 Emilio Cota New
[11/22] translate-all: use a binary search tree to track TBs in TBContext - - - --- 2017-07-09 Emilio Cota New
[10/22] exec-all: move tb->invalid to the end of the struct - - - --- 2017-07-09 Emilio Cota New
[09/22] exec-all: shrink tb->invalid to uint8_t - - - --- 2017-07-09 Emilio Cota New
[08/22] tcg/mips: constify tcg_target_callee_save_regs - 3 - --- 2017-07-09 Emilio Cota New
[07/22] tcg/i386: constify tcg_target_callee_save_regs - 3 - --- 2017-07-09 Emilio Cota New
[06/22] translate-all: make have_tb_lock static - 2 - --- 2017-07-09 Emilio Cota New
[05/22] exec-all: fix typos in TranslationBlock's documentation - 2 - --- 2017-07-09 Emilio Cota New
[04/22] tcg: fix corruption of code_time profiling counter upon tb_flush - 3 - --- 2017-07-09 Emilio Cota New
[03/22] cputlb: bring back tlb_flush_count under !TLB_DEBUG - 2 - --- 2017-07-09 Emilio Cota New
[02/22] translate-all: remove redundant !tcg_enabled check in dump_exec_info - 3 - --- 2017-07-09 Emilio Cota New
[01/22] vl: fix breakage of -tb-size - 2 1 --- 2017-07-09 Emilio Cota New
fixup: missed some TLS variables - - - --- 2017-07-01 Emilio Cota New
[RFC,3/7] translate-all: use a binary search tree to track TBs in TBContext - - - --- 2017-06-30 Emilio Cota New
[RFC,7/7,XXX] translate-all: generate TCG code without holding tb_lock - - - --- 2017-06-29 Emilio Cota New
[RFC,6/7,XXX] tcg: make TCGContext thread-local for softmmu - - - --- 2017-06-29 Emilio Cota New
[RFC,5/7] tcg: take tb_ctx out of TCGContext - 1 - --- 2017-06-29 Emilio Cota New
[RFC,4/7] translate-all: report correct avg host TB size - - - --- 2017-06-29 Emilio Cota New
[RFC,3/7] translate-all: use a binary search tree to track TBs in TBContext - - - --- 2017-06-29 Emilio Cota New
[RFC,2/7] translate-all: add out_size field to TranslationBlock - - - --- 2017-06-29 Emilio Cota New
[RFC,1/7] exec-all: fix typos in TranslationBlock's documentation - 1 - --- 2017-06-29 Emilio Cota New
[7/7] trace: Statically enable all TCG guest events - - - --- 2017-06-26 Emilio Cota New
[6/7] trace: [tcg, trivial] Re-align generated code - - - --- 2017-06-26 Emilio Cota New
[5/7] trace: [tcg] Do not generate TCG code to trace dinamically-disabled events - - - --- 2017-06-26 Emilio Cota New
[4/7] exec: [tcg] Use different TBs according to the vCPU's dynamic tracing state - 1 - --- 2017-06-26 Emilio Cota New
[3/7] trace: [tcg] Delay changes to dynamic state when translating - 1 - --- 2017-06-26 Emilio Cota New
[2/7] cpu: allocate cpu->trace_dstate in place - 1 - --- 2017-06-26 Emilio Cota New
[1/7] exec: [tcg] Refactor flush of per-CPU virtual TB cache - 1 - --- 2017-06-26 Emilio Cota New
Tracing guest virtual addresses - - - --- 2017-06-20 Emilio Cota New
[v2,1/5] tcg: Refactor helper_lookup_tb_ptr - - - --- 2017-06-16 Emilio Cota New
[v2,2/2] gen-icount: use tcg_ctx.tcg_env instead of cpu_env - - - --- 2017-06-16 Emilio Cota New
[v2,1/2] gen-icount: add missing inline to gen_tb_end - 1 - --- 2017-06-16 Emilio Cota New
[2/2] gen-icount: pass cpu_env as a parameter to gen_* inlines - - - --- 2017-06-15 Emilio Cota New
[1/2] gen-icount: add missing inline to gen_tb_end - 1 - --- 2017-06-15 Emilio Cota New
translator mega-patch - - - --- 2017-06-15 Emilio Cota New
tcg: consistently access cpu->tb_jmp_cache atomically - 1 - --- 2017-06-15 Emilio Cota New
target/aarch64: exit to main loop after 'msr daifclr' - 1 1 --- 2017-06-14 Emilio Cota New
tcg-runtime: increase hit rate of lookup_tb_ptr - - - --- 2017-06-14 Emilio Cota New
target/aarch64: exit to main loop after handling MSR - - 1 --- 2017-06-13 Emilio Cota New
translate-all: consolidate tb init in tb_gen_code - - - --- 2017-06-09 Emilio Cota New
[v8,7/7] trace: [trivial] Statically enable all guest events - - - --- 2017-06-09 Emilio Cota New
[v8,6/7] trace: [tcg, trivial] Re-align generated code - - - --- 2017-06-09 Emilio Cota New
[v8,5/7] trace: [tcg] Do not generate TCG code to trace dinamically-disabled events - - - --- 2017-06-09 Emilio Cota New
[v8,4/7] exec: [tcg] Use different TBs according to the vCPU's dynamic tracing state - 1 - --- 2017-06-09 Emilio Cota New
« 1 2 ... 10 11 1213 14 »