Show patches with: Submitter = Alex Bennée       |    State = Action Required       |    Archived = No       |   2258 patches
« 1 2 3 422 23 »
Patch Series S/W/F Date Submitter Delegate State
[1/2] scripts/qemu-binfmt-conf.sh: re-factor and clean-up --- 2014-01-08 Alex Bennée New
[2/2] scripts/qemu-binfmt-check.py: a binfmt checker --- 2014-01-08 Alex Bennée New
[v2,01/10] target-arm/cpu.h: document various program state functions --- 2014-07-10 Alex Bennée New
[v2,02/10] target-arm/cpu.h: common pstate save/restore --- 2014-07-10 Alex Bennée New
[v2,03/10] target-arm: Support save/load for 64 bit CPUs --- 2014-07-10 Alex Bennée New
[v2,04/10] target-arm: replace cpsr/xpsr/pstate_read calls --- 2014-07-10 Alex Bennée New
[v2,05/10] arm/nwfps: replace cpsr_write with set_condition_codes --- 2014-07-10 Alex Bennée New
[v2,06/10] linux-user/main.c: __kernel_cmpxchg set env->CF directly --- 2014-07-10 Alex Bennée New
[v2,07/10] target-arm: remove last users of cpsr_write --- 2014-07-10 Alex Bennée New
[v2,08/10] target-arm: remove final users of pstate_write --- 2014-07-10 Alex Bennée New
[v2,09/10] target-arm/kvm.c: better error reporting --- 2014-07-10 Alex Bennée New
[v2,10/10] target-arm/kvm: make reg sync code common between kvm32/64 --- 2014-07-10 Alex Bennée New
[v2,3/3] trace: instrument and trace tcg tb flush activity --- 2014-07-15 Alex Bennée New
[v2,3/5] target-arm: A64: fix use 12 bit page tables for AArch64 --- 2014-07-30 Alex Bennée New
[v2,4/5] scripts/make_device_config.sh: inline includes --- 2014-07-30 Alex Bennée New
[v2,5/5] target-arm: A64: disable a bunch of ARMv5 machines --- 2014-07-30 Alex Bennée New
[v3,1/9] tcg: add ability to dump /tmp/perf-<pid>.map files --- 2014-07-31 Alex Bennée New
[v3,2/9] tcg: light re-factor and pass down TranslationBlock --- 2014-07-31 Alex Bennée New
[v3,3/9] qemu-log: correct help text for -d cpu --- 2014-07-31 Alex Bennée New
[v3,5/9] qemu-log: Improve the "exec" TB execution logging --- 2014-07-31 Alex Bennée New
[v3,7/9] qemu-log: new option -dfilter to limit output --- 2014-07-31 Alex Bennée New
[v3,8/9] qemu-log: dfilter-ise exec, out_asm, and op_opt --- 2014-07-31 Alex Bennée New
[v3,9/9] target-arm: dfilter support for in_asm, op, opt_op --- 2014-07-31 Alex Bennée New
[v3,2/2] trace: add some tcg tracing support --- 2014-08-01 Alex Bennée New
[v5,1/2] loader: Add load_image_gzipped function. --- 2014-08-05 Alex Bennée New
[3/4] .travis.yml: pre-seed sub-modules for speed --- 2014-09-15 Alex Bennée New
scripts/tracetool: don't barf on formats with precision --- 2014-09-25 Alex Bennée New
[v3,2/4] .travis.yml: make the make slightly more parallel --- 2014-09-26 Alex Bennée New
[v3,4/4] .travis.yml: remove "make check" from main matrix --- 2014-09-26 Alex Bennée New
[1/6] target-arm: kvm: save/restore mp state --- 2015-02-25 Alex Bennée New
[2/6] arm_gic_kvm.c: restore config before pending IRQs --- 2015-02-25 Alex Bennée New
[3/6] hw/char/pl011: don't keep setting the IRQ if nothing changed --- 2015-02-25 Alex Bennée New
[4/6] target-arm/kvm64.c: sync FP register state --- 2015-02-25 Alex Bennée New
[5/6] target-arm/kvm64: fix save/restore of SPSR registers --- 2015-02-25 Alex Bennée New
[5/6] target-arm/kvm64: fix save/restore of SPSR regs --- 2015-02-25 Alex Bennée New
[6/6] target-arm/cpu.h: document why env->spsr exists --- 2015-02-25 Alex Bennée New
[v2,1/6] target-arm: kvm: save/restore mp state --- 2015-03-04 Alex Bennée New
[v2,2/6] hw/intc: arm_gic_kvm.c restore config first --- 2015-03-04 Alex Bennée New
[v2,3/6] hw/char: pl011 don't keep setting the IRQ if nothing changed --- 2015-03-04 Alex Bennée New
[v2,4/6] target-arm: kvm64 sync FP register state --- 2015-03-04 Alex Bennée New
[v2,5/6] target-arm: kvm64 fix save/restore of SPSR regs --- 2015-03-04 Alex Bennée New
[v2,6/6] target-arm: cpu.h document why env->spsr exists --- 2015-03-04 Alex Bennée New
[v4,1/5] target-arm: kvm: save/restore mp state --- 2015-03-16 Alex Bennée New
[v4,2/5] hw/intc: arm_gic_kvm.c restore config first --- 2015-03-16 Alex Bennée New
[v4,3/5] target-arm: kvm64 sync FP register state --- 2015-03-16 Alex Bennée New
[v4,4/5] target-arm: kvm64 fix save/restore of SPSR regs --- 2015-03-16 Alex Bennée New
[v4,5/5] target-arm: cpu.h document why env->spsr exists --- 2015-03-16 Alex Bennée New
[v5,2/6] target-arm: kvm: save/restore mp state --- 2015-03-23 Alex Bennée New
[v5,3/6] hw/intc: arm_gic_kvm.c restore config first --- 2015-03-23 Alex Bennée New
[v5,4/6] target-arm: kvm64 sync FP register state --- 2015-03-23 Alex Bennée New
[v5,5/6] target-arm: kvm64 fix save/restore of SPSR regs --- 2015-03-23 Alex Bennée New
[v5,6/6] target-arm: cpu.h document why env->spsr exists --- 2015-03-23 Alex Bennée New
[v6,2/5] target-arm: kvm: save/restore mp state --- 2015-04-01 Alex Bennée New
[v6,5/5] target-arm: kvm64 fix save/restore of SPSR regs --- 2015-04-01 Alex Bennée New
configure: don't apply -O2 if extra-cflags sets -O --- 2015-05-29 Alex Bennée New
[v5,1/6] linux-headers: sync from my kernel tree (DEV) --- 2015-05-29 Alex Bennée New
[v5,3/6] target-arm: kvm - implement software breakpoints --- 2015-05-29 Alex Bennée New
[v5,4/6] target-arm: kvm - support for single step --- 2015-05-29 Alex Bennée New
[v5,5/6] target-arm: kvm - add support for HW assisted debug --- 2015-05-29 Alex Bennée New
[v5,6/6] target-arm: kvm - re-inject guest debug exceptions --- 2015-05-29 Alex Bennée New
[RFC] cputlb: modernise the debug support --- 2015-06-05 Alex Bennée New
[RFC] qemu_mutux: make the iothread recursive (MTTCG) --- 2015-06-23 Alex Bennée New
.gitignore: ignore GNU Global tags and clang compiledb --- 2015-06-24 Alex Bennée New
[RFC] target-arm/psci.c: wake up sleeping CPUs (MTTCG) --- 2015-06-24 Alex Bennée New
[kvm-unit-tests,v5,01/11] arm/run: set indentation defaults for emacs --- 2015-07-31 Alex Bennée New
[kvm-unit-tests,v5,02/11] README: add some CONTRIBUTING notes --- 2015-07-31 Alex Bennée New
[kvm-unit-tests,v5,03/11] configure: emit HOST=$host to config.mak --- 2015-07-31 Alex Bennée New
[kvm-unit-tests,v5,04/11] arm/run: introduce usingkvm var and use it --- 2015-07-31 Alex Bennée New
[kvm-unit-tests,v5,05/11] lib/printf: support the %u unsigned fmt field --- 2015-07-31 Alex Bennée New
[kvm-unit-tests,v5,06/11] lib/arm: add flush_tlb_page mmu function --- 2015-07-31 Alex Bennée New
[kvm-unit-tests,v5,07/11] new arm/tlbflush-test: TLB torture test --- 2015-07-31 Alex Bennée New
[kvm-unit-tests,v5,08/11] arm/unittests.cfg: add the tlbflush tests --- 2015-07-31 Alex Bennée New
[kvm-unit-tests,v5,09/11] arm: query /dev/kvm for maximum vcpus --- 2015-07-31 Alex Bennée New
[kvm-unit-tests,v5,11/11] new: arm/barrier-test for memory barriers --- 2015-07-31 Alex Bennée New
[v4,01/11] tcg: add ability to dump /tmp/perf-<pid>.map files --- 2015-08-03 Alex Bennée New
[v4,02/11] tcg: light re-factor and pass down TranslationBlock --- 2015-08-03 Alex Bennée New
[v4,07/11] qemu-log: new option -dfilter to limit output --- 2015-08-03 Alex Bennée New
[v4,09/11] target-arm: dfilter support for in_asm, op, opt_op --- 2015-08-03 Alex Bennée New
[v4,10/11] vl.c: log system invocation when enabled --- 2015-08-03 Alex Bennée New
[kvm-unit-tests,v5,11/11] new: arm/barrier-test for memory barriers --- 2015-08-03 Alex Bennée New
[RFC,V7,19/19] target-arm/psci.c: wake up sleeping CPUs (MTTCG) --- 2015-08-10 Alex Bennée New
[v9,4/6] target-arm: kvm - add support for HW assisted debug --- 2015-11-12 Alex Bennée New
softmmu_template: POC simpler do_unl_access inline --- 2016-01-07 Alex Bennée New
[RFC,1/2] softmmu_template: add smmu_helper, convert VICTIM_TLB_HIT --- 2016-01-08 Alex Bennée New
[RFC,1/4] configure: move EXTRA_CFLAGS append to the end --- 2016-01-25 Alex Bennée New
[RFC,2/4] configure: introduce --extra-libs --- 2016-01-25 Alex Bennée New
[RFC,3/4] include/qemu/atomic.h: default to __atomic functions --- 2016-01-25 Alex Bennée New
[RFC,4/4] tsan: various fixes for make check --- 2016-01-25 Alex Bennée New
[v1,1/5] configure: introduce --extra-libs --- 2016-01-28 Alex Bennée New
[v1,2/5] configure: ensure ldflags propagated to config_host --- 2016-01-28 Alex Bennée New
[v1,3/5] include/qemu/atomic.h: default to __atomic functions --- 2016-01-28 Alex Bennée New
[v1,4/5] async.c: various atomic fixes for tsan --- 2016-01-28 Alex Bennée New
[v1,5/5] thread-pool: atomic fixes from tsan --- 2016-01-28 Alex Bennée New
[v5,1/9] tcg: pass down TranslationBlock to tcg_code_gen --- 2016-02-04 Alex Bennée New
[v5,6/9] qemu-log: new option -dfilter to limit output --- 2016-02-04 Alex Bennée New
[PULL,4/6] .travis.yml: enable ccache for the builds --- 2016-02-09 Alex Bennée New
[PULL,6/6] MAINTAINERS: Add .travis.yml --- 2016-02-09 Alex Bennée New
[v6,5/9] qemu-log: support simple pid substitution in logfile --- 2016-02-11 Alex Bennée New
[04/12] docker: Add test runner --- 2016-02-15 Alex Bennée New
[v7,8/9] qemu-log: support simple pid substitution for logs --- 2016-02-22 Alex Bennée New
« 1 2 3 422 23 »