Show patches with: Submitter = Emanuele Giuseppe Esposito       |    State = Action Required       |    Archived = No       |   930 patches
« 1 2 ... 7 8 9 10 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[RFC,v2,06/25] include/block/block_int: split header into I/O and global state API block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-05 Emanuele Giuseppe Esposito New
[RFC,v2,05/25] assertions for block global state API block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-05 Emanuele Giuseppe Esposito New
[RFC,v2,04/25] include/block/block: split header into I/O and global state API block layer: split block APIs in global state and I/O - - - - --- 2021-10-05 Emanuele Giuseppe Esposito New
[RFC,v2,03/25] block/block-backend.c: assertions for block-backend block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-05 Emanuele Giuseppe Esposito New
[RFC,v2,02/25] include/sysemu/block-backend: split header into I/O and global state (GS) API block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-05 Emanuele Giuseppe Esposito New
[RFC,v2,01/25] main-loop.h: introduce qemu_in_main_thread() block layer: split block APIs in global state and I/O - - 1 - --- 2021-10-05 Emanuele Giuseppe Esposito New
[v1,2/2] migration: add missing qemu_mutex_lock_iothread in migration_completion Migration: fix missing iothread locking - - 1 - --- 2021-10-05 Emanuele Giuseppe Esposito New
[v1,1/2] migration: block-dirty-bitmap: add missing qemu_mutex_lock_iothread Migration: fix missing iothread locking - - 2 - --- 2021-10-05 Emanuele Giuseppe Esposito New
[RFC,4/4] block/block-backend.c: assertions for block-backend block layer: split block APIs in graph and I/O - - - - --- 2021-09-08 Emanuele Giuseppe Esposito New
[RFC,3/4] include/sysemu/block-backend: split header into I/O and graph API block layer: split block APIs in graph and I/O - - - - --- 2021-09-08 Emanuele Giuseppe Esposito New
[RFC,2/4] migration: block-dirty-bitmap: add missing qemu_mutex_lock_iothread block layer: split block APIs in graph and I/O - - 1 - --- 2021-09-08 Emanuele Giuseppe Esposito New
[RFC,1/4] main-loop.h: introduce qemu_in_main_thread() block layer: split block APIs in graph and I/O - - - - --- 2021-09-08 Emanuele Giuseppe Esposito New
[v2] include/block.h: remove outdated comment [v2] include/block.h: remove outdated comment - - 1 - --- 2021-09-03 Emanuele Giuseppe Esposito New
include/block.h: remove outdated comment in bdrv_drained_begin include/block.h: remove outdated comment in bdrv_drained_begin - - - - --- 2021-08-16 Emanuele Giuseppe Esposito New
[v9,16/16] docs/devel/testing: add -p option to the debug section of QEMU iotests qemu_iotests: improve debugging options - - 2 - --- 2021-08-09 Emanuele Giuseppe Esposito New
[v9,15/16] qemu-iotests: add option to show qemu binary logs on stdout qemu_iotests: improve debugging options - - 2 - --- 2021-08-09 Emanuele Giuseppe Esposito New
[v9,14/16] docs/devel/testing: add -valgrind option to the debug section of QEMU iotests qemu_iotests: improve debugging options - - 2 - --- 2021-08-09 Emanuele Giuseppe Esposito New
[v9,13/16] qemu-iotests: insert valgrind command line as wrapper for qemu binary qemu_iotests: improve debugging options - - 2 - --- 2021-08-09 Emanuele Giuseppe Esposito New
[v9,12/16] qemu-iotests: allow valgrind to read/delete the generated log file qemu_iotests: improve debugging options - - 2 - --- 2021-08-09 Emanuele Giuseppe Esposito New
[v9,11/16] qemu-iotests: extend QMP socket timeout when using valgrind qemu_iotests: improve debugging options - - 2 - --- 2021-08-09 Emanuele Giuseppe Esposito New
[v9,10/16] qemu-iotests: extend the check script to prepare supporting valgrind for python tests qemu_iotests: improve debugging options - - 2 - --- 2021-08-09 Emanuele Giuseppe Esposito New
[v9,09/16] docs/devel/testing: add -gdb option to the debugging section of QEMU iotests qemu_iotests: improve debugging options - - 2 - --- 2021-08-09 Emanuele Giuseppe Esposito New
[v9,08/16] qemu-iotests: add gdbserver option to script tests too qemu_iotests: improve debugging options - - - - --- 2021-08-09 Emanuele Giuseppe Esposito New
[v9,07/16] qemu_iotests: insert gdbserver command line as wrapper for qemu binary qemu_iotests: improve debugging options - - 2 - --- 2021-08-09 Emanuele Giuseppe Esposito New
[v9,06/16] qemu-iotests: delay QMP socket timers qemu_iotests: improve debugging options - - 1 - --- 2021-08-09 Emanuele Giuseppe Esposito New
[v9,05/16] qemu-iotests: add option to attach gdbserver qemu_iotests: improve debugging options - - 2 - --- 2021-08-09 Emanuele Giuseppe Esposito New
[v9,04/16] docs/devel/testing: add debug section to the QEMU iotests chapter qemu_iotests: improve debugging options - - 2 - --- 2021-08-09 Emanuele Giuseppe Esposito New
[v9,03/16] python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachine qemu_iotests: improve debugging options 1 - 3 - --- 2021-08-09 Emanuele Giuseppe Esposito New
[v9,02/16] python: Reduce strictness of pylint's duplicate-code check qemu_iotests: improve debugging options 1 - 2 - --- 2021-08-09 Emanuele Giuseppe Esposito New
[v9,01/16] python: qemu: add timer parameter for qmp.accept socket qemu_iotests: improve debugging options 1 - 3 - --- 2021-08-09 Emanuele Giuseppe Esposito New
[RFC,6/6] jobs: remove unnecessary AioContext aquire/release pairs job: replace AioContext lock with job_mutex - - - - --- 2021-07-07 Emanuele Giuseppe Esposito New
[RFC,5/6] job: use global job_mutex to protect struct Job job: replace AioContext lock with job_mutex - - - - --- 2021-07-07 Emanuele Giuseppe Esposito New
[RFC,4/6] job.h: categorize job fields job: replace AioContext lock with job_mutex - - - - --- 2021-07-07 Emanuele Giuseppe Esposito New
[RFC,3/6] job: minor changes to simplify locking job: replace AioContext lock with job_mutex - - - - --- 2021-07-07 Emanuele Giuseppe Esposito New
[RFC,2/6] job: _locked functions and public job_lock/unlock for next patch job: replace AioContext lock with job_mutex - - - - --- 2021-07-07 Emanuele Giuseppe Esposito New
[RFC,1/6] job: use getter/setters instead of accessing the Job fields directly job: replace AioContext lock with job_mutex - - - - --- 2021-07-07 Emanuele Giuseppe Esposito New
[v8,16/16] docs/devel/testing: add -p option to the debug section of QEMU iotests qemu_iotests: improve debugging options - - 2 - --- 2021-07-05 Emanuele Giuseppe Esposito New
[v8,15/16] qemu-iotests: add option to show qemu binary logs on stdout qemu_iotests: improve debugging options - - 1 - --- 2021-07-05 Emanuele Giuseppe Esposito New
[v8,14/16] docs/devel/testing: add -valgrind option to the debug section of QEMU iotests qemu_iotests: improve debugging options - - 2 - --- 2021-07-05 Emanuele Giuseppe Esposito New
[v8,13/16] qemu-iotests: insert valgrind command line as wrapper for qemu binary qemu_iotests: improve debugging options - - 1 - --- 2021-07-05 Emanuele Giuseppe Esposito New
[v8,12/16] qemu-iotests: allow valgrind to read/delete the generated log file qemu_iotests: improve debugging options - - 1 - --- 2021-07-05 Emanuele Giuseppe Esposito New
[v8,11/16] qemu-iotests: extend QMP socket timeout when using valgrind qemu_iotests: improve debugging options - - 1 - --- 2021-07-05 Emanuele Giuseppe Esposito New
[v8,10/16] qemu-iotests: extend the check script to prepare supporting valgrind for python tests qemu_iotests: improve debugging options - - 2 - --- 2021-07-05 Emanuele Giuseppe Esposito New
[v8,09/16] docs/devel/testing: add -gdb option to the debugging section of QEMU iotests qemu_iotests: improve debugging options - - 1 - --- 2021-07-05 Emanuele Giuseppe Esposito New
[v8,08/16] qemu-iotests: add gdbserver option to script tests too qemu_iotests: improve debugging options - - - - --- 2021-07-05 Emanuele Giuseppe Esposito New
[v8,07/16] qemu_iotests: insert gdbserver command line as wrapper for qemu binary qemu_iotests: improve debugging options - - 1 - --- 2021-07-05 Emanuele Giuseppe Esposito New
[v8,06/16] qemu-iotests: delay QMP socket timers qemu_iotests: improve debugging options - - - - --- 2021-07-05 Emanuele Giuseppe Esposito New
[v8,05/16] qemu-iotests: add option to attach gdbserver qemu_iotests: improve debugging options - - 1 - --- 2021-07-05 Emanuele Giuseppe Esposito New
[v8,04/16] docs/devel/testing: add debug section to the QEMU iotests chapter qemu_iotests: improve debugging options - - 1 - --- 2021-07-05 Emanuele Giuseppe Esposito New
[v8,03/16] python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachine qemu_iotests: improve debugging options 1 - 3 - --- 2021-07-05 Emanuele Giuseppe Esposito New
[v8,02/16] python: Reduce strictness of pylint's duplicate-code check qemu_iotests: improve debugging options 1 - 1 - --- 2021-07-05 Emanuele Giuseppe Esposito New
[v8,01/16] python: qemu: add timer parameter for qmp.accept socket qemu_iotests: improve debugging options 1 - 2 - --- 2021-07-05 Emanuele Giuseppe Esposito New
[v7,16/16] docs/devel/testing: add -p option to the debug section of QEMU iotests qemu_iotests: improve debugging options - - 1 - --- 2021-06-28 Emanuele Giuseppe Esposito New
[v7,15/16] qemu-iotests: add option to show qemu binary logs on stdout qemu_iotests: improve debugging options - - 1 - --- 2021-06-28 Emanuele Giuseppe Esposito New
[v7,14/16] docs/devel/testing: add -valgrind option to the debug section of QEMU iotests qemu_iotests: improve debugging options - - 2 - --- 2021-06-28 Emanuele Giuseppe Esposito New
[v7,13/16] qemu-iotests: insert valgrind command line as wrapper for qemu binary qemu_iotests: improve debugging options - - 1 - --- 2021-06-28 Emanuele Giuseppe Esposito New
[v7,12/16] qemu-iotests: allow valgrind to read/delete the generated log file qemu_iotests: improve debugging options - - 1 - --- 2021-06-28 Emanuele Giuseppe Esposito New
[v7,11/16] qemu-iotests: extend QMP socket timeout when using valgrind qemu_iotests: improve debugging options - - 1 - --- 2021-06-28 Emanuele Giuseppe Esposito New
[v7,10/16] qemu-iotests: extend the check script to prepare supporting valgrind for python tests qemu_iotests: improve debugging options - - 2 - --- 2021-06-28 Emanuele Giuseppe Esposito New
[v7,09/16] docs/devel/testing: add -gdb option to the debugging section of QEMU iotests qemu_iotests: improve debugging options - - 1 - --- 2021-06-28 Emanuele Giuseppe Esposito New
[v7,08/16] qemu-iotests: add gdbserver option to script tests too qemu_iotests: improve debugging options - - - - --- 2021-06-28 Emanuele Giuseppe Esposito New
[v7,07/16] qemu_iotests: insert gdbserver command line as wrapper for qemu binary qemu_iotests: improve debugging options - - 1 - --- 2021-06-28 Emanuele Giuseppe Esposito New
[v7,06/16] qemu-iotests: delay QMP socket timers qemu_iotests: improve debugging options - - - - --- 2021-06-28 Emanuele Giuseppe Esposito New
[v7,05/16] qemu-iotests: add option to attach gdbserver qemu_iotests: improve debugging options - - 1 - --- 2021-06-28 Emanuele Giuseppe Esposito New
[v7,04/16] docs/devel/testing: add debug section to the QEMU iotests chapter qemu_iotests: improve debugging options - - 1 - --- 2021-06-28 Emanuele Giuseppe Esposito New
[v7,03/16] python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachine qemu_iotests: improve debugging options - - 3 - --- 2021-06-28 Emanuele Giuseppe Esposito New
[v7,02/16] python: Reduce strictness of pylint's duplicate-code check qemu_iotests: improve debugging options - - 1 - --- 2021-06-28 Emanuele Giuseppe Esposito New
[v7,01/16] python: qemu: add timer parameter for qmp.accept socket qemu_iotests: improve debugging options - - 2 - --- 2021-06-28 Emanuele Giuseppe Esposito New
[v5,5/5] block-copy: atomic .cancelled and .finished fields in BlockCopyCallState block-copy: protect block-copy internal structures - - - - --- 2021-06-24 Emanuele Giuseppe Esposito New
[v5,4/5] block-copy: add CoMutex lock block-copy: protect block-copy internal structures - - - - --- 2021-06-24 Emanuele Giuseppe Esposito New
[v5,3/5] block-copy: move progress_set_remaining in block_copy_task_end block-copy: protect block-copy internal structures - - 1 - --- 2021-06-24 Emanuele Giuseppe Esposito New
[v5,2/5] block-copy: streamline choice of copy_range vs. read/write block-copy: protect block-copy internal structures - - 1 - --- 2021-06-24 Emanuele Giuseppe Esposito New
[v5,1/5] block-copy: small refactor in block_copy_task_entry and block_copy_common block-copy: protect block-copy internal structures - - 1 - --- 2021-06-24 Emanuele Giuseppe Esposito New
[v6,16/16] docs/devel/testing: add -p option to the debug section of QEMU iotests qemu_iotests: improve debugging options - - 1 - --- 2021-06-21 Emanuele Giuseppe Esposito New
[v6,15/16] qemu-iotests: add option to show qemu binary logs on stdout qemu_iotests: improve debugging options - - 1 - --- 2021-06-21 Emanuele Giuseppe Esposito New
[v6,14/16] docs/devel/testing: add -valgrind option to the debug section of QEMU iotests qemu_iotests: improve debugging options - - 2 - --- 2021-06-21 Emanuele Giuseppe Esposito New
[v6,13/16] qemu-iotests: insert valgrind command line as wrapper for qemu binary qemu_iotests: improve debugging options - - 1 - --- 2021-06-21 Emanuele Giuseppe Esposito New
[v6,12/16] qemu-iotests: allow valgrind to read/delete the generated log file qemu_iotests: improve debugging options - - 1 - --- 2021-06-21 Emanuele Giuseppe Esposito New
[v6,11/16] qemu-iotests: extend QMP socket timeout when using valgrind qemu_iotests: improve debugging options - - 1 - --- 2021-06-21 Emanuele Giuseppe Esposito New
[v6,10/16] qemu-iotests: extend the check script to prepare supporting valgrind for python tests qemu_iotests: improve debugging options - - 2 - --- 2021-06-21 Emanuele Giuseppe Esposito New
[v6,09/16] docs/devel/testing: add -gdb option to the debugging section of QEMU iotests qemu_iotests: improve debugging options - - 1 - --- 2021-06-21 Emanuele Giuseppe Esposito New
[v6,08/16] qemu-iotests: add gdbserver option to script tests too qemu_iotests: improve debugging options - - 1 - --- 2021-06-21 Emanuele Giuseppe Esposito New
[v6,07/16] qemu_iotests: insert gdbserver command line as wrapper for qemu binary qemu_iotests: improve debugging options - - 1 - --- 2021-06-21 Emanuele Giuseppe Esposito New
[v6,06/16] qemu-iotests: delay QMP socket timers qemu_iotests: improve debugging options - - 1 - --- 2021-06-21 Emanuele Giuseppe Esposito New
[v6,05/16] qemu-iotests: add option to attach gdbserver qemu_iotests: improve debugging options - - 1 - --- 2021-06-21 Emanuele Giuseppe Esposito New
[v6,04/16] docs/devel/testing: add debug section to the QEMU iotests chapter qemu_iotests: improve debugging options - - 1 - --- 2021-06-21 Emanuele Giuseppe Esposito New
[v6,03/16] python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachine qemu_iotests: improve debugging options - - 3 - --- 2021-06-21 Emanuele Giuseppe Esposito New
[v6,02/16] python: Reduce strictness of pylint's duplicate-code check qemu_iotests: improve debugging options - - 1 - --- 2021-06-21 Emanuele Giuseppe Esposito New
[v6,01/16] python: qemu: add timer parameter for qmp.accept socket qemu_iotests: improve debugging options 1 - 2 - --- 2021-06-21 Emanuele Giuseppe Esposito New
[v5,6/6] blkdebug: protect rules and suspended_reqs with a lock blkdebug: fix racing condition when iterating on - - 1 - --- 2021-06-14 Emanuele Giuseppe Esposito New
[v5,5/6] block/blkdebug: remove new_state field and instead use a local variable blkdebug: fix racing condition when iterating on - - 1 - --- 2021-06-14 Emanuele Giuseppe Esposito New
[v5,4/6] blkdebug: do not suspend in the middle of QLIST_FOREACH_SAFE blkdebug: fix racing condition when iterating on - - 1 - --- 2021-06-14 Emanuele Giuseppe Esposito New
[v5,3/6] blkdebug: track all actions blkdebug: fix racing condition when iterating on - - 1 - --- 2021-06-14 Emanuele Giuseppe Esposito New
[v5,2/6] blkdebug: move post-resume handling to resume_req_by_tag blkdebug: fix racing condition when iterating on - - 1 - --- 2021-06-14 Emanuele Giuseppe Esposito New
[v5,1/6] blkdebug: refactor removal of a suspended request blkdebug: fix racing condition when iterating on - - 2 - --- 2021-06-14 Emanuele Giuseppe Esposito New
[v3,5/5] co-shared-resource: protect with a mutex block-copy: make helper APIs thread safe - - 1 - --- 2021-06-14 Emanuele Giuseppe Esposito New
[v3,4/5] progressmeter: protect with a mutex block-copy: make helper APIs thread safe - - 2 - --- 2021-06-14 Emanuele Giuseppe Esposito New
[v3,3/5] blockjob: let ratelimit handle a speed of 0 block-copy: make helper APIs thread safe - - 1 - --- 2021-06-14 Emanuele Giuseppe Esposito New
[v3,2/5] block-copy: let ratelimit handle a speed of 0 block-copy: make helper APIs thread safe - - 1 - --- 2021-06-14 Emanuele Giuseppe Esposito New
[v3,1/5] ratelimit: treat zero speed as unlimited block-copy: make helper APIs thread safe - - 1 - --- 2021-06-14 Emanuele Giuseppe Esposito New
« 1 2 ... 7 8 9 10 »