Show patches with: Submitter = Robert Foley       |    State = Action Required       |    Archived = No       |   442 patches
« 1 2 3 44 5 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[01/19] configure: add --enable-tsan flag + fiber annotations for coroutine-ucontext Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[02/19] cpu: convert queued work to a QSIMPLEQ Add Thread Sanitizer support to QEMU - - 3 - --- 2020-05-22 Robert Foley New
[03/19] thread: add qemu_spin_destroy Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[04/19] cputlb: destroy CPUTLB with tlb_destroy Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[05/19] qht: call qemu_spin_destroy for head buckets Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[06/19] tcg: call qemu_spin_destroy for tb->jmp_lock Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[07/19] translate-all: call qemu_spin_destroy for PageDesc Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[08/19] thread: add tsan annotations to QemuSpin Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[09/19] tests/docker: Added docker build support for TSan. Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[1/2] hw/core: Add bql_interrupt flag to CPUClass accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path - - - - --- 2020-07-31 Robert Foley New
[1/2] python/qemu: Cleanup changes to ConsoleSocket python/qemu: follow-up changes for ConsoleSocket - - 1 - --- 2020-07-15 Robert Foley New
[1/4] Add a mutex to guarantee single writer to qemu_logfile handle. Make the qemu_logfile handle thread safe. - - - - --- 2019-11-07 Robert Foley New
[1/8] tests/vm: Debug mode shows ssh output. [1/8] tests/vm: Debug mode shows ssh output. - - 2 - --- 2020-01-24 Robert Foley New
[10/19] include/qemu: Added tsan.h for annotations. Add Thread Sanitizer support to QEMU - - 1 - --- 2020-05-22 Robert Foley New
[11/19] accel/tcg: Fixed tsan warnings related to parallel_cpus Add Thread Sanitizer support to QEMU - - 1 - --- 2020-05-22 Robert Foley New
[12/19] configure: added tsan support for blacklist. Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[13/19] accel/tcg: Fixed tsan warnings. Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[14/19] util/async: Fixed tsan warnings Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[15/19] qht: Fix tsan warnings. Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[16/19] util: fixed tsan warnings in thread_pool.c Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[17/19] util: Added tsan annotate for thread name. Add Thread Sanitizer support to QEMU - - 1 - --- 2020-05-22 Robert Foley New
[18/19] target/arm: Fix tsan warning in cpu.c Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[19/19] docs: Added details on TSan to testing.rst Add Thread Sanitizer support to QEMU - - 1 - --- 2020-05-22 Robert Foley New
[2/2] accel/tcg: interrupt/exception handling uses bql_interrupt flag accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path - - - - --- 2020-07-31 Robert Foley New
[2/2] python/qemu: Change ConsoleSocket to optionally drain socket. python/qemu: follow-up changes for ConsoleSocket - - - - --- 2020-07-15 Robert Foley New
[2/4] Add use of RCU for qemu_logfile. Make the qemu_logfile handle thread safe. - - - - --- 2019-11-07 Robert Foley New
[2/8] tests/vm: increased max timeout for vm boot. tests/vm: Add support for aarch64 VMs - - 1 - --- 2020-01-24 Robert Foley New
[3/4] qemu_log_lock/unlock now preserves the qemu_logfile handle. Make the qemu_logfile handle thread safe. - - - - --- 2019-11-07 Robert Foley New
[3/8] tests/vm: change wait_ssh to optionally wait for root. tests/vm: Add support for aarch64 VMs - - 1 - --- 2020-01-24 Robert Foley New
[4/4] Added tests for close and change of logfile. Make the qemu_logfile handle thread safe. - - - - --- 2019-11-07 Robert Foley New
[4/8] tests/vm: Add configuration to basevm.py tests/vm: Add support for aarch64 VMs - - 1 - --- 2020-01-24 Robert Foley New
[5/8] tests/vm: Added configuration file support tests/vm: Add support for aarch64 VMs - - 1 - --- 2020-01-24 Robert Foley New
[6/8] tests/vm: add --boot-console switch tests/vm: Add support for aarch64 VMs - - 1 - --- 2020-01-24 Robert Foley New
[7/8] tests/vm: Added a new script for ubuntu.aarch64. tests/vm: Add support for aarch64 VMs - - 1 - --- 2020-01-24 Robert Foley New
[8/8] tests/vm: Added a new script for centos.aarch64. tests/vm: Add support for aarch64 VMs - - 1 - --- 2020-01-24 Robert Foley New
[v1,01/12] configure: add --enable-tsan flag + fiber annotations for coroutine-ucontext Add Thread Sanitizer support to QEMU - - - - --- 2020-05-29 Robert Foley New
[v1,01/14] tests/vm: use $(PYTHON) consistently tests/vm: Add support for aarch64 VMs - - 1 - --- 2020-02-05 Robert Foley New
[v1,01/21] accel/tcg: Change interrupt/exception handling to remove implied BQL accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path - - - - --- 2020-08-05 Robert Foley New
[v1,02/12] cpu: convert queued work to a QSIMPLEQ Add Thread Sanitizer support to QEMU - - 2 - --- 2020-05-29 Robert Foley New
[v1,02/14] tests/vm: Debug mode shows ssh output. tests/vm: Add support for aarch64 VMs - - 2 - --- 2020-02-05 Robert Foley New
[v1,02/21] target/alpha: add BQL to do_interrupt and cpu_exec_interrupt accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path - - - - --- 2020-08-05 Robert Foley New
[v1,03/12] thread: add qemu_spin_destroy Add Thread Sanitizer support to QEMU - - 1 - --- 2020-05-29 Robert Foley New
[v1,03/14] tests/vm: increased max timeout for vm boot. tests/vm: Add support for aarch64 VMs - - 1 - --- 2020-02-05 Robert Foley New
[v1,03/21] target/arm: add BQL to do_interrupt and cpu_exec_interrupt accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path - - - - --- 2020-08-05 Robert Foley New
[v1,04/12] cputlb: destroy CPUTLB with tlb_destroy Add Thread Sanitizer support to QEMU - - 1 - --- 2020-05-29 Robert Foley New
[v1,04/14] tests/vm: give wait_ssh() option to wait for root tests/vm: Add support for aarch64 VMs - - 1 - --- 2020-02-05 Robert Foley New
[v1,04/21] target/avr: add BQL to do_interrupt and cpu_exec_interrupt accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path - - - - --- 2020-08-05 Robert Foley New
[v1,05/12] qht: call qemu_spin_destroy for head buckets Add Thread Sanitizer support to QEMU - - 1 - --- 2020-05-29 Robert Foley New
[v1,05/14] tests/vm: Added gen_cloud_init_iso() to basevm.py tests/vm: Add support for aarch64 VMs - - 1 - --- 2020-02-05 Robert Foley New
[v1,05/21] target/cris: add BQL to do_interrupt and cpu_exec_interrupt accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path - - - - --- 2020-08-05 Robert Foley New
[v1,06/12] tcg: call qemu_spin_destroy for tb->jmp_lock Add Thread Sanitizer support to QEMU - - - - --- 2020-05-29 Robert Foley New
[v1,06/14] tests/vm: Add logging of console to file. tests/vm: Add support for aarch64 VMs - - - - --- 2020-02-05 Robert Foley New
[v1,06/21] target/hppa: add BQL to do_interrupt and cpu_exec_interrupt accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path - - - - --- 2020-08-05 Robert Foley New
[v1,07/12] translate-all: call qemu_spin_destroy for PageDesc Add Thread Sanitizer support to QEMU - - - - --- 2020-05-29 Robert Foley New
[v1,07/14] tests/vm: Add configuration to basevm.py tests/vm: Add support for aarch64 VMs - - - - --- 2020-02-05 Robert Foley New
[v1,07/21] target/i386: add BQL to do_interrupt and cpu_exec_interrupt accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path - - - - --- 2020-08-05 Robert Foley New
[v1,08/12] thread: add tsan annotations to QemuSpin Add Thread Sanitizer support to QEMU - - 1 - --- 2020-05-29 Robert Foley New
[v1,08/14] tests/vm: Added configuration file support tests/vm: Add support for aarch64 VMs - - - - --- 2020-02-05 Robert Foley New
[v1,08/21] target/lm32: add BQL to do_interrupt and cpu_exec_interrupt accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path - - - - --- 2020-08-05 Robert Foley New
[v1,09/12] tests/docker: Added docker build support for TSan. Add Thread Sanitizer support to QEMU - - - - --- 2020-05-29 Robert Foley New
[v1,09/14] tests/vm: add --boot-console switch tests/vm: Add support for aarch64 VMs - - - - --- 2020-02-05 Robert Foley New
[v1,09/21] target/m68k: add BQL to do_interrupt and cpu_exec_interrupt accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path - - - - --- 2020-08-05 Robert Foley New
[v1,1/3] python/qemu: Cleanup changes to ConsoleSocket python/qemu: follow-up changes for ConsoleSocket - - 1 - --- 2020-07-17 Robert Foley New
[v1,1/5] Add a mutex to guarantee single writer to qemu_logfile handle. Make the qemu_logfile handle thread safe. - - 1 - --- 2019-11-12 Robert Foley New
[v1,10/12] include/qemu: Added tsan.h for annotations. Add Thread Sanitizer support to QEMU - - 1 - --- 2020-05-29 Robert Foley New
[v1,10/14] tests/vm: Add ability to select QEMU from current build. tests/vm: Add support for aarch64 VMs - - - - --- 2020-02-05 Robert Foley New
[v1,10/21] target/microblaze: add BQL to do_interrupt and cpu_exec_interrupt accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path - - - - --- 2020-08-05 Robert Foley New
[v1,11/12] util: Added tsan annotate for thread name. Add Thread Sanitizer support to QEMU - - 1 - --- 2020-05-29 Robert Foley New
[v1,11/14] tests/vm: allow wait_ssh() to specify command tests/vm: Add support for aarch64 VMs - - - - --- 2020-02-05 Robert Foley New
[v1,11/21] target/mips: add BQL to do_interrupt and cpu_exec_interrupt accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path - - - - --- 2020-08-05 Robert Foley New
[v1,12/12] docs: Added details on TSan to testing.rst Add Thread Sanitizer support to QEMU - - 1 - --- 2020-05-29 Robert Foley New
[v1,12/14] tests/vm: Added a new script for ubuntu.aarch64. tests/vm: Add support for aarch64 VMs - - - - --- 2020-02-05 Robert Foley New
[v1,12/21] target/nios2: add BQL to do_interrupt and cpu_exec_interrupt accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path - - - - --- 2020-08-05 Robert Foley New
[v1,13/14] tests/vm: Added a new script for centos.aarch64. tests/vm: Add support for aarch64 VMs - - - - --- 2020-02-05 Robert Foley New
[v1,13/21] target/openrisc: add BQL to do_interrupt and cpu_exec_interrupt accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path - - - - --- 2020-08-05 Robert Foley New
[v1,14/14] tests/vm: change scripts to use self._config tests/vm: Add support for aarch64 VMs - - - - --- 2020-02-05 Robert Foley New
[v1,14/21] target/ppc: add BQL to do_interrupt and cpu_exec_interrupt accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path - - - - --- 2020-08-05 Robert Foley New
[v1,15/21] target/riscv: add BQL to do_interrupt and cpu_exec_interrupt accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path - - - - --- 2020-08-05 Robert Foley New
[v1,16/21] target/rx: add BQL to do_interrupt and cpu_exec_interrupt accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path - - - - --- 2020-08-05 Robert Foley New
[v1,17/21] target/s390x: add BQL to do_interrupt and cpu_exec_interrupt accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path - - - - --- 2020-08-05 Robert Foley New
[v1,18/21] target/sh4: add BQL to do_interrupt and cpu_exec_interrupt accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path - - - - --- 2020-08-05 Robert Foley New
[v1,19/21] target/sparc: add BQL to do_interrupt and cpu_exec_interrupt accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path - - - - --- 2020-08-05 Robert Foley New
[v1,2/3] python/qemu: Change ConsoleSocket to optionally drain socket. python/qemu: follow-up changes for ConsoleSocket - - - - --- 2020-07-17 Robert Foley New
[v1,2/5] qemu_log_lock/unlock now preserves the qemu_logfile handle. Make the qemu_logfile handle thread safe. - - 2 - --- 2019-11-12 Robert Foley New
[v1,20/21] target/unicore32: add BQL to do_interrupt and cpu_exec_interrupt accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path - - - - --- 2020-08-05 Robert Foley New
[v1,21/21] target/xtensa: add BQL to do_interrupt and cpu_exec_interrupt accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path - - - - --- 2020-08-05 Robert Foley New
[v1,3/3] tests/vm: add shutdown timeout in basevm.py python/qemu: follow-up changes for ConsoleSocket - - - - --- 2020-07-17 Robert Foley New
[v1,3/5] Add use of RCU for qemu_logfile. Make the qemu_logfile handle thread safe. - - - - --- 2019-11-12 Robert Foley New
[v1,4/5] Added tests for close and change of logfile. Make the qemu_logfile handle thread safe. - - 1 - --- 2019-11-12 Robert Foley New
[v1,5/5] Fix double free issue in qemu_set_log_filename(). Make the qemu_logfile handle thread safe. - - 1 - --- 2019-11-12 Robert Foley New
[v10,01/73] cpu: rename cpu->work_mutex to cpu->lock per-CPU locks - - 2 - --- 2020-06-17 Robert Foley New
[v10,02/73] cpu: introduce cpu_mutex_lock/unlock per-CPU locks - - 1 - --- 2020-06-17 Robert Foley New
[v10,03/73] cpu: make qemu_work_cond per-cpu per-CPU locks - - 2 - --- 2020-06-17 Robert Foley New
[v10,04/73] cpu: move run_on_cpu to cpus-common per-CPU locks - - 2 - --- 2020-06-17 Robert Foley New
[v10,05/73] cpu: introduce process_queued_cpu_work_locked per-CPU locks - - 2 - --- 2020-06-17 Robert Foley New
[v10,06/73] cpu: make per-CPU locks an alias of the BQL in TCG rr mode per-CPU locks - - 2 - --- 2020-06-17 Robert Foley New
[v10,07/73] tcg-runtime: define helper_cpu_halted_set per-CPU locks - - 2 - --- 2020-06-17 Robert Foley New
[v10,08/73] ppc: convert to helper_cpu_halted_set per-CPU locks 1 - 2 - --- 2020-06-17 Robert Foley New
[v10,09/73] cris: convert to helper_cpu_halted_set per-CPU locks - - 3 - --- 2020-06-17 Robert Foley New
[v10,10/73] hppa: convert to helper_cpu_halted_set per-CPU locks - - 2 - --- 2020-06-17 Robert Foley New
« 1 2 3 44 5 »