Show patches with: Submitter = Alex Bennée       |    State = Action Required       |    Archived = No       |   9776 patches
« 1 2 ... 94 95 9697 98 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[RFC,3/7] exec: keep CPUBreakpoint references internal - - - - --- 2016-06-17 Alex Bennée New
[RFC,2/7] exec: keep CPUWatchpoint references internal - - - - --- 2016-06-17 Alex Bennée New
[RFC,1/7] cpu: move break/watchpoints into arrays. - - - - --- 2016-06-17 Alex Bennée New
[3/3] .travis.yml: disable Sparse testing - - - - --- 2016-06-08 Alex Bennée New
[2/3] .travis.yml: add trusty GCE target - - - - --- 2016-06-08 Alex Bennée New
[1/3] .travis.yml: add libnfs-dev for NFS block driver - - - - --- 2016-06-08 Alex Bennée New
[v2,3/3] add debian-bootstrap.docker target (and pre script) - - - - --- 2016-06-08 Alex Bennée New
[v2,2/3] tests/docker/docker.py: support --include-executable - - - - --- 2016-06-08 Alex Bennée New
[v2,1/3] tests/docker/docker.py: docker_dir outside build - - 1 - --- 2016-06-08 Alex Bennée New
[RFC,v3,19/19] cpu-exec: remove tb_lock from the hot-path - - - - --- 2016-06-03 Alex Bennée New
[RFC,v3,18/19] tcg: Ensure safe TB lookup out of 'tb_lock' - - - - --- 2016-06-03 Alex Bennée New
[RFC,v3,17/19] tcg: enable thread-per-vCPU - - - - --- 2016-06-03 Alex Bennée New
[RFC,v3,16/19] tcg: move locking for tb_invalidate_phys_page_range up - - - - --- 2016-06-03 Alex Bennée New
[RFC,v3,15/19] tcg: drop global lock during TCG code execution - - - - --- 2016-06-03 Alex Bennée New
[RFC,v3,14/19] tcg: remove global exit_request - - - - --- 2016-06-03 Alex Bennée New
[RFC,v3,13/19] tcg: rename tcg_current_cpu to tcg_current_rr_cpu - - - - --- 2016-06-03 Alex Bennée New
[RFC,v3,12/19] tcg: add kick timer for single-threaded vCPU emulation - - - - --- 2016-06-03 Alex Bennée New
[RFC,v3,11/19] tcg: add options for enabling MTTCG - - - - --- 2016-06-03 Alex Bennée New
[RFC,v3,10/19] tcg: cpus rm tcg_exec_all() - - 2 - --- 2016-06-03 Alex Bennée New
[RFC,v3,09/19] target-arm/arm-powerctl: wake up sleeping CPUs - - - 1 --- 2016-06-03 Alex Bennée New
[RFC,v3,08/19] tcg: protect TBContext with tb_lock. - - 1 - --- 2016-06-03 Alex Bennée New
[RFC,v3,07/19] translate-all: Add assert_memory_lock annotations - - - - --- 2016-06-03 Alex Bennée New
[RFC,v3,06/19] tcg: comment on which functions have to be called with tb_lock held - - - - --- 2016-06-03 Alex Bennée New
[RFC,v3,05/19] exec: add assert_debug_safe and notes on debug structures - - - - --- 2016-06-03 Alex Bennée New
[RFC,v3,04/19] docs: new design document multi-thread-tcg.txt (DRAFTING) - - - - --- 2016-06-03 Alex Bennée New
[RFC,v3,03/19] translate-all: add DEBUG_LOCKING asserts - - 1 - --- 2016-06-03 Alex Bennée New
[RFC,v3,02/19] translate_all: DEBUG_FLUSH -> DEBUG_TB_FLUSH - - 1 - --- 2016-06-03 Alex Bennée New
[RFC,v3,01/19] cpus: make all_vcpus_paused() return bool - - 2 - --- 2016-06-03 Alex Bennée New
[RFC,2/2] add debian-bootstrap.docker target - - - - --- 2016-05-26 Alex Bennée New
[RFC,1/2] tests/docker/docker.py: support --qemu option - - - - --- 2016-05-26 Alex Bennée New
libqtest: dump child invocation when QTEST_LOG set - - 2 - --- 2016-05-04 Alex Bennée New
[4/4] .travis.yml: add trusty GCE target - - - - --- 2016-04-15 Alex Bennée New
[3/4] .travis.yml: add libnfs-dev for NFS block driver - - - - --- 2016-04-15 Alex Bennée New
[2/4] .travis.yml: reduce target list on core configure tweaks - - - - --- 2016-04-15 Alex Bennée New
[1/4] ./configure: accept stems to match a range of targets - - - - --- 2016-04-15 Alex Bennée New
[RFC,v1,12/12] cpus: default MTTCG to on for 32 bit ARM on x86 - - - - --- 2016-04-15 Alex Bennée New
[RFC,v1,11/12] arm: atomically check the exclusive value in a STREX - - - - --- 2016-04-15 Alex Bennée New
[RFC,v1,10/12] arm: use tlb_flush_page_all for tlbimva[a] - - - - --- 2016-04-15 Alex Bennée New
[RFC,v1,09/12] translate-all: introduces tb_flush_safe. - - - - --- 2016-04-15 Alex Bennée New
[RFC,v1,08/12] cputlb: introduce tlb_flush_* async work. - - - - --- 2016-04-15 Alex Bennée New
[RFC,v1,07/12] cpus: introduce async_safe_run_on_cpu. - - - - --- 2016-04-15 Alex Bennée New
[RFC,v1,06/12] cpus: pass CPUState to run_on_cpu helpers - - - - --- 2016-04-15 Alex Bennée New
[RFC,v1,05/12] atomic: introduce cmpxchg_bool - - - - --- 2016-04-15 Alex Bennée New
[RFC,v1,04/12] atomic: introduce atomic_dec_fetch. - - 1 - --- 2016-04-15 Alex Bennée New
[RFC,v1,03/12] qemu-thread: add simple test-and-set spinlock - - - - --- 2016-04-15 Alex Bennée New
[RFC,v1,02/12] tcg/i386: Make direct jump patching thread-safe - - - - --- 2016-04-15 Alex Bennée New
[RFC,v1,01/12] include: move CPU-related definitions out of qemu-common.h - - - - --- 2016-04-15 Alex Bennée New
[RFC] libqtest: dump child invocation when QTEST_LOG set - - 1 - --- 2016-04-13 Alex Bennée New
[RFC,v2,11/11] tcg: enable thread-per-vCPU - - - - --- 2016-04-05 Alex Bennée New
[RFC,v2,10/11] tcg: drop global lock during TCG code execution - - - - --- 2016-04-05 Alex Bennée New
[RFC,v2,09/11] tcg: add kick timer for single-threaded vCPU emulation - - - - --- 2016-04-05 Alex Bennée New
[RFC,v2,08/11] tcg: add options for enabling MTTCG - - - - --- 2016-04-05 Alex Bennée New
[RFC,v2,07/11] tcg: cpus rm tcg_exec_all() - - - - --- 2016-04-05 Alex Bennée New
[RFC,v2,06/11] target-arm/psci.c: wake up sleeping CPUs - - - 1 --- 2016-04-05 Alex Bennée New
[RFC,v2,05/11] tcg: protect TBContext with tb_lock. - - - - --- 2016-04-05 Alex Bennée New
[RFC,v2,04/11] tcg: comment on which functions have to be called with tb_lock held - - - - --- 2016-04-05 Alex Bennée New
[RFC,v2,03/11] docs: new design document multi-thread-tcg.txt (DRAFTING) - - - - --- 2016-04-05 Alex Bennée New
[RFC,v2,02/11] cpus: make all_vcpus_paused() return bool - - 1 - --- 2016-04-05 Alex Bennée New
[RFC,v2,01/11] tcg: move tb_invalidated_flag to CPUState - - - - --- 2016-04-05 Alex Bennée New
[PULL,v2,0/3] Travis updates (without changelog entries) - - - - --- 2016-04-05 Alex Bennée New
[PULL,3/3] .travis.yml: make -j3 - - 1 - --- 2016-04-04 Alex Bennée New
[PULL,2/3] .travis.yml: enable OSX builds 1 - - - --- 2016-04-04 Alex Bennée New
[PULL,1/3] .travis.yml: collapse the test matrix - - 1 - --- 2016-04-04 Alex Bennée New
[PULL,0/3] Travis updates - - - - --- 2016-04-04 Alex Bennée New
[v2,2/2] include/qemu/atomic: add compile time asserts - - - - --- 2016-04-04 Alex Bennée New
[v2,1/2] cpus: don't use atomic_read for vm_clock_warp_start - - - - --- 2016-04-04 Alex Bennée New
[v2,5/5] .travis.yml: reduce target list on core configure tweaks - - 1 - --- 2016-03-23 Alex Bennée New
[v2,4/5] ./configure: accept stems to match a range of targets - - - - --- 2016-03-23 Alex Bennée New
[v2,3/5] .travis.yml: make -j3 - - 1 - --- 2016-03-23 Alex Bennée New
[v2,2/5] .travis.yml: enable OSX builds 1 - - - --- 2016-03-23 Alex Bennée New
[v2,1/5] .travis.yml: collapse the test matrix - - 1 - --- 2016-03-23 Alex Bennée New
[v1,3/3] .travis.yml: make -j3 - - 1 - --- 2016-03-22 Alex Bennée New
[v1,2/3] .travis.yml: enable OSX builds - - - - --- 2016-03-22 Alex Bennée New
[v1,1/3] .travis.yml: collapse the test matrix - - 1 - --- 2016-03-22 Alex Bennée New
[v1,2/2] include/qemu/atomic: add compile time asserts - - - - --- 2016-03-21 Alex Bennée New
[v1,1/2] cpus: don't use atomic_read for vm_clock_warp_start - - - - --- 2016-03-21 Alex Bennée New
[RFC,v1,11/11] tcg: enable thread-per-vCPU - - - - --- 2016-03-18 Alex Bennée New
[RFC,v1,10/11] tcg: grab iothread lock in cpu-exec interrupt handling - - - - --- 2016-03-18 Alex Bennée New
[RFC,v1,09/11] tcg: drop global lock during TCG code execution - - - - --- 2016-03-18 Alex Bennée New
[RFC,v1,08/11] tcg: add kick timer for single-threaded vCPU emulation - - - - --- 2016-03-18 Alex Bennée New
[RFC,v1,07/11] tcg: add options for enabling MTTCG - - - - --- 2016-03-18 Alex Bennée New
[RFC,v1,06/11] tcg: cpus rm tcg_exec_all() - - - - --- 2016-03-18 Alex Bennée New
[RFC,v1,05/11] target-arm/psci.c: wake up sleeping CPUs - - - 1 --- 2016-03-18 Alex Bennée New
[RFC,v1,04/11] tcg: protect TBContext with tb_lock. - - - - --- 2016-03-18 Alex Bennée New
[RFC,v1,03/11] tcg: comment on which functions have to be called with tb_lock held - - - - --- 2016-03-18 Alex Bennée New
[RFC,v1,02/11] cpu-exec: elide more icount code if CONFIG_USER_ONLY - - - - --- 2016-03-18 Alex Bennée New
[RFC,v1,01/11] tcg: move tb_find_fast outside the tb_lock critical section - - - - --- 2016-03-18 Alex Bennée New
[v9,9/9] cputlb: modernise the debug support - - 1 - --- 2016-03-15 Alex Bennée New
[v9,8/9] qemu-log: support simple pid substitution for logs - - 3 - --- 2016-03-15 Alex Bennée New
[v9,7/9] target-arm: dfilter support for in_asm - - 2 - --- 2016-03-15 Alex Bennée New
[v9,6/9] qemu-log: dfilter-ise exec, out_asm, op and opt_op - - 2 - --- 2016-03-15 Alex Bennée New
[v9,5/9] qemu-log: new option -dfilter to limit output - - - - --- 2016-03-15 Alex Bennée New
[v9,4/9] qemu-log: Improve the "exec" TB execution logging - - 2 - --- 2016-03-15 Alex Bennée New
[v9,3/9] qemu-log: Avoid function call for disabled qemu_log_mask logging - - 1 - --- 2016-03-15 Alex Bennée New
[v9,2/9] qemu-log: correct help text for -d cpu - - 2 - --- 2016-03-15 Alex Bennée New
[v9,1/9] tcg: pass down TranslationBlock to tcg_code_gen - - 1 - --- 2016-03-15 Alex Bennée New
[v9] cputlb: modernise the debug support - - 1 - --- 2016-03-15 Alex Bennée New
[v8,9/9] cputlb: modernise the debug support - - 1 - --- 2016-03-04 Alex Bennée New
[v8,8/9] qemu-log: support simple pid substitution for logs - - 3 - --- 2016-03-04 Alex Bennée New
[v8,7/9] target-arm: dfilter support for in_asm - - 2 - --- 2016-03-04 Alex Bennée New
« 1 2 ... 94 95 9697 98 »