Show patches with: Submitter = Kevin Wolf       |    Archived = No       |   406 patches
« 1 2 3 44 5 »
Patch Series S/W/F Date Submitter Delegate State
[1/4] keyval: Parse help options qemu-storage-daemon: Remove QemuOpts from --object parser --- 2020-09-29 Kevin Wolf Superseded
[v2,31/31] iotests: Test block-export-* QMP interface block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf Superseded
[v2,30/31] iotests: Allow supported and unsupported formats at the same time block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf New
[v2,29/31] iotests: Introduce qemu_nbd_list_log() block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf New
[v2,28/31] iotests: Factor out qemu_tool_pipe_and_status() block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf Superseded
[v2,27/31] nbd: Deprecate nbd-server-add/remove block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf Superseded
[v2,26/31] nbd: Merge nbd_export_new() and nbd_export_create() block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf Superseded
[v2,25/31] block/export: Move writable to BlockExportOptions block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf Superseded
[v2,24/31] block/export: Add query-block-exports block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf Superseded
[v2,23/31] block/export: Create BlockBackend in blk_exp_add() block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf New
[v2,22/31] block/export: Move blk to BlockExport block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf New
[v2,21/31] block/export: Add BLOCK_EXPORT_DELETED event block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf New
[v2,20/31] block/export: Add block-export-del block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf Superseded
[v2,19/31] block/export: Move strong user reference to block_exports block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf Superseded
[v2,18/31] block/export: Add 'id' option to block-export-add block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf Superseded
[v2,17/31] block/export: Add blk_exp_close_all(_type) block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf Superseded
[v2,16/31] block/export: Allocate BlockExport in blk_exp_add() block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf Superseded
[v2,15/31] block/export: Add node-name to BlockExportOptions block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf Superseded
[v2,14/31] block/export: Move AioContext from NBDExport to BlockExport block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf Superseded
[v2,13/31] block/export: Move refcount from NBDExport to BlockExport block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf Superseded
[v2,12/31] nbd/server: Simplify export shutdown block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf Superseded
[v2,11/31] qemu-nbd: Use blk_exp_add() to create the export block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf New
[v2,10/31] nbd: Remove NBDExport.close callback block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf New
[v2,09/31] nbd: Add writethrough to block-export-add block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf Superseded
[v2,08/31] nbd: Add max-connections to nbd-server-start block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf Superseded
[v2,07/31] block/export: Remove magic from block-export-add block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf Superseded
[v2,06/31] qemu-nbd: Use raw block driver for --offset block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf Superseded
[v2,05/31] qemu-storage-daemon: Use qmp_block_export_add() block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf Superseded
[v2,04/31] block/export: Add BlockExport infrastructure and block-export-add block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf New
[v2,03/31] qapi: Rename BlockExport to BlockExportOptions block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf Superseded
[v2,02/31] qapi: Create block-export module block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf Superseded
[v2,01/31] nbd: Remove unused nbd_export_get_blockdev() block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf New
[v7,13/13] block: Convert 'block_resize' to coroutine monitor: Optionally run handlers in coroutines --- 2020-09-09 Kevin Wolf New
[v7,12/13] block: Add bdrv_co_move_to_aio_context() monitor: Optionally run handlers in coroutines --- 2020-09-09 Kevin Wolf New
[v7,11/13] util/async: Add aio_co_reschedule_self() monitor: Optionally run handlers in coroutines --- 2020-09-09 Kevin Wolf New
[v7,10/13] hmp: Add support for coroutine command handlers monitor: Optionally run handlers in coroutines --- 2020-09-09 Kevin Wolf New
[v7,09/13] qmp: Move dispatcher to a coroutine monitor: Optionally run handlers in coroutines --- 2020-09-09 Kevin Wolf New
[v7,08/13] qapi: Add a 'coroutine' flag for commands monitor: Optionally run handlers in coroutines --- 2020-09-09 Kevin Wolf New
[v7,07/13] monitor: Make current monitor a per-coroutine property monitor: Optionally run handlers in coroutines --- 2020-09-09 Kevin Wolf Superseded
[v7,06/13] qmp: Call monitor_set_cur() only in qmp_dispatch() monitor: Optionally run handlers in coroutines --- 2020-09-09 Kevin Wolf Superseded
[v7,05/13] qmp: Assert that no other monitor is active monitor: Optionally run handlers in coroutines --- 2020-09-09 Kevin Wolf Superseded
[v7,04/13] hmp: Update current monitor only in handle_hmp_command() monitor: Optionally run handlers in coroutines --- 2020-09-09 Kevin Wolf New
[v7,03/13] monitor: Use getter/setter functions for cur_mon monitor: Optionally run handlers in coroutines --- 2020-09-09 Kevin Wolf New
[v7,02/13] monitor: Add Monitor parameter to monitor_get_cpu_index() monitor: Optionally run handlers in coroutines --- 2020-09-09 Kevin Wolf New
[v7,01/13] monitor: Add Monitor parameter to monitor_set_cpu() monitor: Optionally run handlers in coroutines --- 2020-09-09 Kevin Wolf New
[29/29] iotests: Test block-export-* QMP interface block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[28/29] iotests: Factor out qemu_tool_pipe_and_status() block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[27/29] nbd: Deprecate nbd-server-add/remove block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf Superseded
[26/29] nbd: Merge nbd_export_new() and nbd_export_create() block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf Superseded
[25/29] block/export: Move writable to BlockExportOptions block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf Superseded
[24/29] block/export: Add query-block-exports block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[23/29] block/export: Create BlockBackend in blk_exp_add() block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf Superseded
[22/29] block/export: Move blk to BlockExport block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf Superseded
[21/29] block/export: Add BLOCK_EXPORT_DELETED event block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[20/29] block/export: Add block-export-del block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[19/29] block/export: Move strong user reference to block_exports block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[18/29] block/export: Add 'id' option to block-export-add block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[17/29] block/export: Add blk_exp_close_all(_type) block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[16/29] block/export: Allocate BlockExport in blk_exp_add() block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[15/29] block/export: Add node-name to BlockExportOptions block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[14/29] block/export: Move AioContext from NBDExport to BlockExport block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf Superseded
[13/29] block/export: Move refcount from NBDExport to BlockExport block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[12/29] nbd/server: Simplify export shutdown block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf Superseded
[11/29] qemu-nbd: Use blk_exp_add() to create the export block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf Superseded
[10/29] nbd: Remove NBDExport.close callback block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf Superseded
[09/29] nbd: Add writethrough to block-export-add block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[08/29] nbd: Add max-connections to nbd-server-start block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[07/29] block/export: Remove magic from block-export-add block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[06/29] qemu-nbd: Use raw block driver for --offset block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf Superseded
[05/29] qemu-storage-daemon: Use qmp_block_export_add() block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[04/29] block/export: Add BlockExport infrastructure and block-export-add block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf Superseded
[03/29] qapi: Rename BlockExport to BlockExportOptions block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[02/29] qapi: Create block-export module block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[01/29] nbd: Remove unused nbd_export_get_blockdev() block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf Superseded
[PULL,64/64] block/nvme: Pair doorbell registers Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,63/64] block/nvme: Use generic NvmeBar structure Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,62/64] block/nvme: Group controller registers in NVMeRegs structure Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,61/64] file-win32: Fix "locking" option Block layer patches --- 2020-09-07 Kevin Wolf Superseded
[PULL,60/64] iotests: Allow running from different directory Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,59/64] iotests: Test committing to overridden backing Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,58/64] iotests: Add test for commit in sub directory Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,57/64] iotests: Add filter mirror test cases Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,56/64] iotests: Add filter commit test cases Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,55/64] iotests: Let complete_and_wait() work with commit Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,54/64] iotests: Test that qcow2's data-file is flushed Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,53/64] block: Leave BDS.backing_{file,format} constant Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,52/64] block: Inline bdrv_co_block_status_from_*() Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,51/64] blockdev: Fix active commit choice Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,50/64] block: Drop backing_bs() Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,49/64] qemu-img: Use child access functions Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,48/64] nbd: Use CAF when looking for dirty bitmap Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,47/64] commit: Deal with filters Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,46/64] backup: Deal with filters Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,45/64] mirror: Deal with filters Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,44/64] block-copy: Use CAF to find sync=top base Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,43/64] block: Use child access functions for QAPI queries Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,42/64] block: Report data child for query-blockstats Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,41/64] blockdev: Use CAF in external_snapshot_prepare() Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,40/64] block/null: Implement bdrv_get_allocated_file_size Block layer patches --- 2020-09-07 Kevin Wolf New
[PULL,39/64] block: Improve get_allocated_file_size's default Block layer patches --- 2020-09-07 Kevin Wolf New
« 1 2 3 44 5 »