Current Team Memberships

Show patches with: State = Action Required       |    Archived = No       |   2430 patches
« 1 2 ... 20 21 2224 25 »
Patch Series S/W/F Date Submitter Delegate State
[PULL,21/21] MAINTAINERS: self-appoint me as reviewer in build/test automation Docker and shippable updates --- 2017-06-21 Alex Bennée New
[PULL,14/21] shippable: use C locale to simplify console output Docker and shippable updates --- 2017-06-21 Alex Bennée New
[PULL,07/21] docker: use eatmydata, install common build packages in base image Docker and shippable updates --- 2017-06-21 Alex Bennée New
[PULL,06/21] docker: use better regex to generate deb-src entries Docker and shippable updates --- 2017-06-21 Alex Bennée New
[PULL,05/21] docker: install ca-certificates package in base image Docker and shippable updates --- 2017-06-21 Alex Bennée New
[RISU,v5,06/13] risu: a bit more verbosity when starting RISU record/replay patches --- 2017-06-19 Alex Bennée New
[RISU,v5,04/13] build-all-archs: support --static flag RISU record/replay patches --- 2017-06-19 Alex Bennée New
[RISU,v5,03/13] all: fix up code consitency RISU record/replay patches --- 2017-06-19 Alex Bennée New
[RISU,v5,01/13] .gitignore: ignore build directories RISU record/replay patches --- 2017-06-19 Alex Bennée New
[v1,3/3] tcg-runtime: short-circuit lookup_tb_ptr on IRQs Fixes for TCG hangs --- 2017-06-14 Alex Bennée New
[v1,2/3] tcg-runtime: light re-factor of lookup_tb_ptr Fixes for TCG hangs --- 2017-06-14 Alex Bennée New
[v1,1/3] vl: Fix broken thread=xxx option of the --accel parameter Fixes for TCG hangs --- 2017-06-14 Alex Bennée New
[RFC,DEBUG,3/3] translate-a64: fix lookup_tb_ptr hang (DEBUG!) debug patch for lookup-ptr hang --- 2017-06-09 Alex Bennée New
[RISU,v4,10/10] new: run_risu.sh script record/replay patches --- 2017-06-02 Alex Bennée New
[RISU,v4,09/10] new: record_traces.sh helper script record/replay patches --- 2017-06-02 Alex Bennée New
[RISU,v4,08/10] risu: add support compressed tracefiles record/replay patches --- 2017-06-02 Alex Bennée New
[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
[v3,3/4] qom/cpu: remove host_tid field some gdbstub fixes for debug and vcont --- 2017-06-02 Alex Bennée New
[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
[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
[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,1/6] scripts/replay-dump.py: replay log dumper gdb updates and cputlb traces --- 2017-05-17 Alex Bennée New
[v2,2/2] KVM: arm: rename pm_fake handler to trap_raz_wi [v2,1/2] KVM: arm: plug potential guest hardware debug leakage --- 2017-05-11 Alex Bennée New
[v2,1/2] KVM: arm: plug potential guest hardware debug leakage [v2,1/2] KVM: arm: plug potential guest hardware debug leakage --- 2017-05-11 Alex Bennée New
[v1,1/2] KVM: arm: plug guest debug exploit [v1,1/2] KVM: arm: plug guest debug exploit --- 2017-05-10 Alex Bennée New
[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,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,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
[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
[RFC,v1,9/9] replay: gracefully handle backward time events MTTCG and record/replay fixes for rc3 --- 2017-04-03 Alex Bennée New
[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
fixup! qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h --- 2017-03-10 Alex Bennée New
target/i386: move nested exception check to x86_cpu_exec_interrupt --- 2017-03-06 Alex Bennée New
[v2,09/11] target/mips/op_helper: hold BQL before calling cpu_mips_get_count MTTCG fixups for 2.9 --- 2017-03-02 Alex Bennée New
[v2,06/11] sparc/sparc64: grab BQL before calling cpu_check_irqs MTTCG fixups for 2.9 --- 2017-03-02 Alex Bennée New
[v2,05/11] translate-all: exit cpu_restore_state early if translating MTTCG fixups for 2.9 --- 2017-03-02 Alex Bennée New
[v2,04/11] translate: downgrade IRQ BQL asserts to tcg_debug_assert MTTCG fixups for 2.9 --- 2017-03-02 Alex Bennée New
[PULL,13/24] cputlb: add assert_cpu_is_self checks MTTCG Base enabling patches with ARM enablement --- 2017-02-24 Alex Bennée New
[PULL,10/24] tcg: enable tb_lock() for SoftMMU MTTCG Base enabling patches with ARM enablement --- 2017-02-24 Alex Bennée New
hmp: add PC information for ARM vCPUs --- 2017-02-22 Alex Bennée New
[v5,4/4] MAINTAINERS: merge Build and test automation with Docker tests Docker cross-compile targets and user build support --- 2017-02-20 Alex Bennée New
[v5,3/4] .shippable.yml: new CI provider Docker cross-compile targets and user build support --- 2017-02-20 Alex Bennée New
[v5,2/4] new: debian docker targets for cross-compiling Docker cross-compile targets and user build support --- 2017-02-20 Alex Bennée New
[v4,3/4] .shippable.yml: new CI provider Docker cross-compile targets and user build support --- 2017-02-16 Alex Bennée New
[v3,3/3] .shippable.yml: new CI provider Docker cross-compile targets and user build support --- 2017-02-14 Alex Bennée New
[v3,2/3] new: debian docker targets for cross-compiling Docker cross-compile targets and user build support --- 2017-02-14 Alex Bennée New
[v12,12/24] tcg: handle EXCP_ATOMIC exception for system emulation MTTCG Base enabling patches with ARM enablement --- 2017-02-13 Alex Bennée New
[v12,09/24] tcg: remove global exit_request MTTCG Base enabling patches with ARM enablement --- 2017-02-13 Alex Bennée New
[PULL,2/2] .travis.yml: split VM based builds Travis updates --- 2017-02-10 Alex Bennée New
[PULL,1/2] .travis.yml: don't specify CONFIG twice Travis updates --- 2017-02-10 Alex Bennée New
[v11,16/24] cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmap MTTCG Base enabling patches with ARM enablement --- 2017-02-09 Alex Bennée New
[v11,12/24] tcg: handle EXCP_ATOMIC exception for system emulation MTTCG Base enabling patches with ARM enablement --- 2017-02-09 Alex Bennée New
[v10,20/23] target-arm/powerctl: defer cpu reset work to CPU context MTTCG Base enabling patches with ARM enablement --- 2017-02-06 Alex Bennée New
[v9,25/25] tcg: enable MTTCG by default for ARM on x86 hosts MTTCG Base enabling patches with ARM enablement --- 2017-02-01 Alex Bennée New
[v9,24/25] target-arm: ensure all cross vCPUs TLB flushes complete MTTCG Base enabling patches with ARM enablement --- 2017-02-01 Alex Bennée New
[v9,23/25] target-arm: introduce ARM_CP_EXIT_PC MTTCG Base enabling patches with ARM enablement --- 2017-02-01 Alex Bennée New
[v9,22/25] target-arm/cpu.h: make ARM_CP defined consistent MTTCG Base enabling patches with ARM enablement --- 2017-02-01 Alex Bennée New
[v9,20/25] target-arm/powerctl: defer cpu reset work to CPU context MTTCG Base enabling patches with ARM enablement --- 2017-02-01 Alex Bennée New
[v8,24/25] target-arm: ensure all cross vCPUs TLB flushes complete [v8,01/25] docs: new design document multi-thread-tcg.txt --- 2017-01-27 Alex Bennée New
[v8,16/25] cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmap [v8,01/25] docs: new design document multi-thread-tcg.txt --- 2017-01-27 Alex Bennée New
[v2,7/7] qemu-options: remove stray space [v2,1/7] .travis.yml: don't specify CONFIG twice --- 2017-01-24 Alex Bennée New
[v2,6/7] .shippable.yml: new CI provider [v2,1/7] .travis.yml: don't specify CONFIG twice --- 2017-01-24 Alex Bennée New
[v2,5/7] new debian-multiarch-cross.docker: a cross-compiling docker guest [v2,1/7] .travis.yml: don't specify CONFIG twice --- 2017-01-24 Alex Bennée New
[v2,4/7] tests/docker: add basic user mapping support [v2,1/7] .travis.yml: don't specify CONFIG twice --- 2017-01-24 Alex Bennée New
[v2,3/7] .travis.yml: DEBUG MacOSX build [v2,1/7] .travis.yml: don't specify CONFIG twice --- 2017-01-24 Alex Bennée New
[v7,27/27] target-ppc: take global mutex for set_irq Remaining MTTCG Base patches and ARM enablement --- 2017-01-19 Alex Bennée New
[v7,21/27] target-arm: helpers which may affect global state need the BQL Remaining MTTCG Base patches and ARM enablement --- 2017-01-19 Alex Bennée New
[v7,20/27] target-arm: ensure BQL taken for ARM_CP_IO register access Remaining MTTCG Base patches and ARM enablement --- 2017-01-19 Alex Bennée New
[v7,18/27] cputlb: introduce tlb_flush_*_all_cpus Remaining MTTCG Base patches and ARM enablement --- 2017-01-19 Alex Bennée New
[v7,16/27] cputlb: add tlb_flush_by_mmuidx async routines Remaining MTTCG Base patches and ARM enablement --- 2017-01-19 Alex Bennée New
[v7,08/27] tcg: drop global lock during TCG code execution Remaining MTTCG Base patches and ARM enablement --- 2017-01-19 Alex Bennée New
[PULL,2/2] travis: add Trusty with clang stable build --- 2017-01-12 Alex Bennée New
[PULL,1/2] travis: trim out most clang builds --- 2017-01-12 Alex Bennée New
[kvm-unit-tests,6/6] run_tests: allow passing of options to QEMU --- 2017-01-11 Alex Bennée New
[kvm-unit-tests,5/6] docs: mention modifying env vars in README --- 2017-01-11 Alex Bennée New
[kvm-unit-tests,4/6] docs: mention checkpatch in the README --- 2017-01-11 Alex Bennée New
[kvm-unit-tests,3/6] docs: move README to README.md and symlink --- 2017-01-11 Alex Bennée New
[kvm-unit-tests,2/6] lib/pci: fix BAR format strings --- 2017-01-11 Alex Bennée New
[kvm-unit-tests,1/6] libcflat: add PRI(dux)32 format types --- 2017-01-11 Alex Bennée New
[RFC/POC,4/4] tests/tcg/Makefile: use docker target for arm-tcg-tests --- 2016-12-14 Alex Bennée New
[RFC/POC,3/4] tests/tcg: don't run tests by default --- 2016-12-14 Alex Bennée New
[RFC/POC,2/4] new tests/docker/dockerfiles/debian-multiarch-cross.docker --- 2016-12-14 Alex Bennée New
[RFC/POC,1/4] tests/docker: add basic user mapping support --- 2016-12-14 Alex Bennée New
[v4,61/64] qemu/host-utils.h: Reduce the operation count in the fallback ctpop --- 2016-12-09 Alex Bennée New
« 1 2 ... 20 21 2224 25 »

Bundling

Create bundle: