Show patches with: Submitter = Alex Bennée       |   9129 patches
« 1 2 ... 82 83 8491 92 »
Patch Series S/W/F Date Submitter Delegate State
[RISU,v4,07/10] risu: add simple trace and replay support record/replay patches --- 2017-06-02 Alex Bennée New
[RISU,v4,06/10] risu: add header to trace stream record/replay patches --- 2017-06-02 Alex Bennée New
[RISU,v4,05/10] risu: paramterise send/receive functions record/replay patches --- 2017-06-02 Alex Bennée New
[RISU,v4,04/10] risu: a bit more verbosity when running record/replay patches --- 2017-06-02 Alex Bennée New
[RISU,v4,03/10] build-all-archs: support --static flag record/replay patches --- 2017-06-02 Alex Bennée New
[RISU,v4,02/10] build-all-archs: support cross building via docker record/replay patches --- 2017-06-02 Alex Bennée Superseded
[RISU,v4,01/10] .gitignore: ignore build directories record/replay patches --- 2017-06-02 Alex Bennée Superseded
[v3,4/4] gdbstub: don't fail on vCont; C04:0; c packets some gdbstub fixes for debug and vcont --- 2017-06-02 Alex Bennée Superseded
[v3,3/4] qom/cpu: remove host_tid field some gdbstub fixes for debug and vcont --- 2017-06-02 Alex Bennée New
[v3,2/4] gdbstub: rename cpu_index -> cpu_gdb_index some gdbstub fixes for debug and vcont --- 2017-06-02 Alex Bennée Superseded
[v3,1/4] gdbstub: modernise DEBUG_GDB some gdbstub fixes for debug and vcont --- 2017-06-02 Alex Bennée Superseded
[v2,4/4] gdbstub: don't fail on vCont; C04:0; c packets some gdbstub fixes for debug and vcont --- 2017-06-01 Alex Bennée Superseded
[v2,3/4] qom/cpu: remove host_tid field some gdbstub fixes for debug and vcont --- 2017-06-01 Alex Bennée New
[v2,2/4] gdbstub: rename cpu_index -> cpu_gdb_index some gdbstub fixes for debug and vcont --- 2017-06-01 Alex Bennée New
[v2,1/4] gdbstub: modernise DEBUG_GDB some gdbstub fixes for debug and vcont --- 2017-06-01 Alex Bennée Superseded
[v1,2/2] gdbstub: don't fail on vCont; C04:0; c packets some gdbstub fixes for debug and vcont --- 2017-05-31 Alex Bennée New
[v1,1/2] gdbstub: modernise DEBUG_GDB some gdbstub fixes for debug and vcont --- 2017-05-31 Alex Bennée Superseded
[v2,6/6] new script/analyse-tlb-flushes-simpletrace.py gdb updates and cputlb traces --- 2017-05-17 Alex Bennée New
[v2,5/6] cputlb: add trace events gdb updates and cputlb traces --- 2017-05-17 Alex Bennée New
[v2,4/6] cputlb: remove tlb_flush_count gdb updates and cputlb traces --- 2017-05-17 Alex Bennée New
[v2,3/6] scripts/qemu-gdb/tcg: new helper to dump tcg state gdb updates and cputlb traces --- 2017-05-17 Alex Bennée New
[v2,2/6] scripts/qemu-gdb/timers.py: new helper to dump timer state gdb updates and cputlb traces --- 2017-05-17 Alex Bennée Superseded
[v2,1/6] scripts/replay-dump.py: replay log dumper gdb updates and cputlb traces --- 2017-05-17 Alex Bennée New
[RFC,v1,9/9] scripts/analyse-locks-simpletrace.py: script to analyse lock times BQL and Replay Lock changes --- 2017-05-05 Alex Bennée Superseded
[RFC,v1,8/9] util/qemu-thread-*: add qemu_lock, locked and unlock trace events BQL and Replay Lock changes --- 2017-05-05 Alex Bennée New
[RFC,v1,7/9] scripts/qemu-gdb: add simple tcg lock status helper BQL and Replay Lock changes --- 2017-05-05 Alex Bennée Superseded
[RFC,v1,6/9] replay: push replay_mutex_lock up the call tree BQL and Replay Lock changes --- 2017-05-05 Alex Bennée New
[RFC,v1,5/9] replay: make locking visible outside replay code BQL and Replay Lock changes --- 2017-05-05 Alex Bennée New
[RFC,v1,4/9] replay/replay-internal.c: track holding of replay_lock BQL and Replay Lock changes --- 2017-05-05 Alex Bennée New
[RFC,v1,3/9] cpus: only take BQL for sleeping threads BQL and Replay Lock changes --- 2017-05-05 Alex Bennée New
[RFC,v1,2/9] cpus: push BQL lock to qemu_*_wait_io_event BQL and Replay Lock changes --- 2017-05-05 Alex Bennée New
[RFC,v1,1/9] target/arm/arm-powertctl: drop BQL assertions BQL and Replay Lock changes --- 2017-05-05 Alex Bennée New
[v1,3/3] new script/analyse-tlb-flushes-simpletrace.py Fix cputlb flush stats and exporting data --- 2017-04-11 Alex Bennée New
[v1,2/3] cpus: dump TLB flush counts as trace event Fix cputlb flush stats and exporting data --- 2017-04-11 Alex Bennée New
[v1,1/3] cputlb: fix and enhance TLB statistics Fix cputlb flush stats and exporting data --- 2017-04-11 Alex Bennée New
[PULL,11/11] replay: assert time only goes forward Final icount and misc MTTCG fixes for 2.9 --- 2017-04-10 Alex Bennée Accepted
[PULL,10/11] cpus: call cpu_update_icount on read Final icount and misc MTTCG fixes for 2.9 --- 2017-04-10 Alex Bennée New
[PULL,09/11] cpu-exec: update icount after each TB_EXIT Final icount and misc MTTCG fixes for 2.9 --- 2017-04-10 Alex Bennée Accepted
[PULL,08/11] cpus: introduce cpu_update_icount helper Final icount and misc MTTCG fixes for 2.9 --- 2017-04-10 Alex Bennée Accepted
[PULL,07/11] cpus: don't credit executed instructions before they have run Final icount and misc MTTCG fixes for 2.9 --- 2017-04-10 Alex Bennée Accepted
[PULL,06/11] cpus: move icount preparation out of tcg_exec_cpu Final icount and misc MTTCG fixes for 2.9 --- 2017-04-10 Alex Bennée Accepted
[PULL,05/11] cpus: check cpu->running in cpu_get_icount_raw() Final icount and misc MTTCG fixes for 2.9 --- 2017-04-10 Alex Bennée Accepted
[PULL,04/11] cpus: remove icount handling from qemu_tcg_cpu_thread_fn Final icount and misc MTTCG fixes for 2.9 --- 2017-04-10 Alex Bennée Accepted
[PULL,03/11] target/i386/misc_helper: wrap BQL around another IRQ generator Final icount and misc MTTCG fixes for 2.9 --- 2017-04-10 Alex Bennée Accepted
[PULL,02/11] cpus: fix wrong define name Final icount and misc MTTCG fixes for 2.9 --- 2017-04-10 Alex Bennée Accepted
[PULL,01/11] scripts/qemugdb/mtree.py: fix up mtree dump Final icount and misc MTTCG fixes for 2.9 --- 2017-04-10 Alex Bennée Accepted
[v3,12/12] replay: assert time only goes forward icount and misc MTTCG fixes for 2.9-rc4 --- 2017-04-07 Alex Bennée Superseded
[v3,11/12] cpus: call cpu_update_icount on read icount and misc MTTCG fixes for 2.9-rc4 --- 2017-04-07 Alex Bennée Superseded
[v3,10/12] cpu-exec: update icount after each TB_EXIT icount and misc MTTCG fixes for 2.9-rc4 --- 2017-04-07 Alex Bennée Superseded
[v3,09/12] cpus: introduce cpu_update_icount helper icount and misc MTTCG fixes for 2.9-rc4 --- 2017-04-07 Alex Bennée Superseded
[v3,08/12] cpus: don't credit executed instructions before they have run icount and misc MTTCG fixes for 2.9-rc4 --- 2017-04-07 Alex Bennée Superseded
[v3,07/12] cpus: move icount preparation out of tcg_exec_cpu icount and misc MTTCG fixes for 2.9-rc4 --- 2017-04-07 Alex Bennée Superseded
[v3,06/12] cpus: check cpu->running in cpu_get_icount_raw() icount and misc MTTCG fixes for 2.9-rc4 --- 2017-04-07 Alex Bennée Superseded
[v3,05/12] cpus: remove icount handling from qemu_tcg_cpu_thread_fn icount and misc MTTCG fixes for 2.9-rc4 --- 2017-04-07 Alex Bennée Superseded
[v3,04/12] target/i386/misc_helper: wrap BQL around another IRQ generator icount and misc MTTCG fixes for 2.9-rc4 --- 2017-04-07 Alex Bennée Superseded
[v3,03/12] scripts/replay-dump.py: replay log dumper icount and misc MTTCG fixes for 2.9-rc4 --- 2017-04-07 Alex Bennée Superseded
[v3,02/12] scripts/qemu-gdb/timers.py: new helper to dump timer state icount and misc MTTCG fixes for 2.9-rc4 --- 2017-04-07 Alex Bennée Superseded
[v3,01/12] scripts/qemugdb/mtree.py: fix up mtree dump icount and misc MTTCG fixes for 2.9-rc4 --- 2017-04-07 Alex Bennée Superseded
[v2,12/12] replay: assert time only goes forward icount and misc MTTCG fixes for 2.9-rc4 --- 2017-04-05 Alex Bennée Superseded
[v2,11/12] cpus: call cpu_update_icount on read icount and misc MTTCG fixes for 2.9-rc4 --- 2017-04-05 Alex Bennée New
[v2,10/12] cpu-exec: update icount after each TB_EXIT icount and misc MTTCG fixes for 2.9-rc4 --- 2017-04-05 Alex Bennée Superseded
[v2,09/12] cpus: introduce cpu_update_icount helper icount and misc MTTCG fixes for 2.9-rc4 --- 2017-04-05 Alex Bennée Superseded
[v2,08/12] cpus: don't credit executed instructions before they have run icount and misc MTTCG fixes for 2.9-rc4 --- 2017-04-05 Alex Bennée Superseded
[v2,07/12] cpus: move icount preparation out of tcg_exec_cpu icount and misc MTTCG fixes for 2.9-rc4 --- 2017-04-05 Alex Bennée Superseded
[v2,06/12] cpus: check cpu->running in cpu_get_icount_raw() icount and misc MTTCG fixes for 2.9-rc4 --- 2017-04-05 Alex Bennée Superseded
[v2,05/12] cpus: remove icount handling from qemu_tcg_cpu_thread_fn icount and misc MTTCG fixes for 2.9-rc4 --- 2017-04-05 Alex Bennée Superseded
[v2,04/12] target/i386/misc_helper: wrap BQL around another IRQ generator icount and misc MTTCG fixes for 2.9-rc4 --- 2017-04-05 Alex Bennée Superseded
[v2,03/12] scripts/replay-dump.py: replay log dumper icount and misc MTTCG fixes for 2.9-rc4 --- 2017-04-05 Alex Bennée Superseded
[v2,02/12] scripts/qemu-gdb/timers.py: new helper to dump timer state icount and misc MTTCG fixes for 2.9-rc4 --- 2017-04-05 Alex Bennée Superseded
[v2,01/12] scripts/qemugdb/mtree.py: fix up mtree dump icount and misc MTTCG fixes for 2.9-rc4 --- 2017-04-05 Alex Bennée Superseded
[RFC,v1,9/9] replay: gracefully handle backward time events MTTCG and record/replay fixes for rc3 --- 2017-04-03 Alex Bennée New
[RFC,v1,8/9] cpus: don't credit executed instructions before they have run MTTCG and record/replay fixes for rc3 --- 2017-04-03 Alex Bennée Superseded
[RFC,v1,7/9] cpus: move icount preparation out of tcg_exec_cpu MTTCG and record/replay fixes for rc3 --- 2017-04-03 Alex Bennée Superseded
[RFC,v1,6/9] cpus: check cpu->running in cpu_get_icount_raw() MTTCG and record/replay fixes for rc3 --- 2017-04-03 Alex Bennée Superseded
[RFC,v1,5/9] cpus: remove icount handling from qemu_tcg_cpu_thread_fn MTTCG and record/replay fixes for rc3 --- 2017-04-03 Alex Bennée Superseded
[RFC,v1,4/9] target/i386/misc_helper: wrap BQL around another IRQ generator MTTCG and record/replay fixes for rc3 --- 2017-04-03 Alex Bennée Superseded
[RFC,v1,3/9] scripts/replay-dump.py: replay log dumper MTTCG and record/replay fixes for rc3 --- 2017-04-03 Alex Bennée Superseded
[RFC,v1,2/9] scripts/qemu-gdb/timers.py: new helper to dump timer state MTTCG and record/replay fixes for rc3 --- 2017-04-03 Alex Bennée Superseded
[RFC,v1,1/9] scripts/qemugdb/mtree.py: fix up mtree dump MTTCG and record/replay fixes for rc3 --- 2017-04-03 Alex Bennée Superseded
[PULL,6/6] replay/replay.c: bump REPLAY_VERSION MTTCG fixes for rc2 --- 2017-03-28 Alex Bennée Accepted
[PULL,5/6] tcg: Add a new line after incompatibility warning MTTCG fixes for rc2 --- 2017-03-28 Alex Bennée Accepted
[PULL,4/6] ui/console: use exclusive mechanism directly MTTCG fixes for rc2 --- 2017-03-28 Alex Bennée Accepted
[PULL,3/6] ui/console: ensure do_safe_dpy_refresh holds BQL MTTCG fixes for rc2 --- 2017-03-28 Alex Bennée Accepted
[PULL,2/6] bsd-user: align use of mmap_lock to that of linux-user MTTCG fixes for rc2 --- 2017-03-28 Alex Bennée Accepted
[PULL,1/6] user-exec: handle synchronous signals from QEMU gracefully MTTCG fixes for rc2 --- 2017-03-28 Alex Bennée Accepted
[v2,6/6] replay/replay.c: bump REPLAY_VERSION MTTCG fixes for rc1 --- 2017-03-28 Alex Bennée Superseded
[v2,5/6] tcg: Add a new line after incompatibility warning MTTCG fixes for rc1 --- 2017-03-28 Alex Bennée Superseded
[v2,4/6] ui/console: use exclusive mechanism directly MTTCG fixes for rc1 --- 2017-03-28 Alex Bennée Superseded
[v2,3/6] ui/console: ensure do_safe_dpy_refresh holds BQL MTTCG fixes for rc1 --- 2017-03-28 Alex Bennée Superseded
[v2,2/6] bsd-user: align use of mmap_lock to that of linux-user MTTCG fixes for rc1 --- 2017-03-28 Alex Bennée Superseded
[v2,1/6] user-exec: handle synchronous signals from QEMU gracefully MTTCG fixes for rc1 --- 2017-03-28 Alex Bennée Superseded
[PATCH-for-2.9] replay/replay.c: bump REPLAY_VERSION --- 2017-03-24 Alex Bennée Superseded
[v1,3/3] bsd-user: align use of mmap_lock to that of linux-user MTTCG regression fixes for 2.9-rc1 --- 2017-03-20 Alex Bennée Superseded
[v1,2/3] user-exec: handle synchronous signals from QEMU gracefully MTTCG regression fixes for 2.9-rc1 --- 2017-03-20 Alex Bennée Superseded
[v1,1/3] cputlb: ensure tbl_set_dirty1 updates addr_write atomically MTTCG regression fixes for 2.9-rc1 --- 2017-03-20 Alex Bennée New
[RFC] ui/console: ensure graphic updates don't race with TCG vCPUs --- 2017-03-15 Alex Bennée Superseded
fixup! qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h --- 2017-03-10 Alex Bennée New
[PULL,11/11] hw/intc/arm_gic: modernise the DPRINTF MTTCG Fix-ups for 2.9 --- 2017-03-09 Alex Bennée Accepted
[PULL,10/11] target/arm/helper: make it clear the EC field is also in hex MTTCG Fix-ups for 2.9 --- 2017-03-09 Alex Bennée Accepted
[PULL,09/11] target-i386: defer VMEXIT to do_interrupt MTTCG Fix-ups for 2.9 --- 2017-03-09 Alex Bennée Accepted
« 1 2 ... 82 83 8491 92 »