Show patches with: Submitter = Lukas Straub       |    State = Action Required       |   327 patches
« 1 2 3 4 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[8/8] ram: Remove useless colo special-casing colo migration cleanups - - - - --- 2023-06-22 Lukas Straub New
[7/8] colo: Reject colo with block migration capability enabled colo migration cleanups - - - - --- 2023-06-22 Lukas Straub New
[6/8] colo: Reject colo with postcopy capability enabled colo migration cleanups - - - - --- 2023-06-22 Lukas Straub New
[5/8] colo: Don't send ENABLE_COLO command colo migration cleanups - - - - --- 2023-06-22 Lukas Straub New
[4/8] colo: Remove ENABLE_COLO loadvm command functions colo migration cleanups - - - - --- 2023-06-22 Lukas Straub New
[3/8] colo: Replace migration_incoming_colo_enabled() with migrate_colo() colo migration cleanups - - - - --- 2023-06-22 Lukas Straub New
[2/8] colo: Setup ram cache in normal migration path colo migration cleanups - - - - --- 2023-06-22 Lukas Straub New
[1/8] colo: Only support the same qemu version on source and destination colo migration cleanups - - - - --- 2023-06-22 Lukas Straub New
[2/2] savevm: Disallow devices being legacy and iterable at the same time [1/2] vfio: Don't be a iterable and legacy device at the same time - - - - --- 2023-06-22 Lukas Straub New
[1/2] vfio: Don't be a iterable and legacy device at the same time [1/2] vfio: Don't be a iterable and legacy device at the same time - - - - --- 2023-06-22 Lukas Straub New
[2/2] ide: Explicitly poll for BHs on cancel [1/2] ide: Fix a rare hang during block draining - - - - --- 2023-06-22 Lukas Straub New
[1/2] ide: Fix a rare hang during block draining [1/2] ide: Fix a rare hang during block draining - - - - --- 2023-06-22 Lukas Straub New
[v3] multifd: Add colo support [v3] multifd: Add colo support - - - - --- 2023-06-22 Lukas Straub New
[v2,6/6] multifd: Add colo support multifd: Add colo support - - - - --- 2023-05-08 Lukas Straub New
[v2,5/6] multifd: Add the ramblock to MultiFDRecvParams multifd: Add colo support - - 1 - --- 2023-05-08 Lukas Straub New
[v2,4/6] multifd: Introduce a overridable revc_pages method multifd: Add colo support - - - - --- 2023-05-08 Lukas Straub New
[v2,3/6] multifd: Introduce multifd-internal.h multifd: Add colo support - - - - --- 2023-05-08 Lukas Straub New
[v2,2/6] ram: Let colo_flush_ram_cache take the bitmap_mutex multifd: Add colo support - - 1 - --- 2023-05-08 Lukas Straub New
[v2,1/6] ram: Add public helper to set colo bitmap multifd: Add colo support - - 1 - --- 2023-05-08 Lukas Straub New
[5/5] multifd: Add colo support multifd: Add colo support - - - - --- 2023-05-08 Lukas Straub New
[4/5] multifd: Introduce a overridable revc_pages method multifd: Add colo support - - - - --- 2023-05-08 Lukas Straub New
[3/5] multifd: Introduce multifd-internal.h multifd: Add colo support - - - - --- 2023-05-08 Lukas Straub New
[2/5] ram: Let colo_flush_ram_cache take the bitmap_mutex multifd: Add colo support - - - - --- 2023-05-08 Lukas Straub New
[1/5] ram: Add public helper to set colo bitmap multifd: Add colo support - - - - --- 2023-05-08 Lukas Straub New
[v2,14/13] migration: Initialize and cleanup decompression in migration.c migration/ram.c: Refactor compress code - - 1 - --- 2023-04-20 Lukas Straub New
[v2,13/13] ram-compress.c: Make target independent migration/ram.c: Refactor compress code - - 1 - --- 2023-04-20 Lukas Straub New
[v2,12/13] ram compress: Assert that the file buffer matches the result migration/ram.c: Refactor compress code - - 1 - --- 2023-04-20 Lukas Straub New
[v2,11/13] ram.c: Move core decompression code into its own file migration/ram.c: Refactor compress code - - 2 - --- 2023-04-20 Lukas Straub New
[v2,10/13] ram.c: Remove whitespace (squash with previous patch) migration/ram.c: Refactor compress code - - - - --- 2023-04-20 Lukas Straub New
[v2,09/13] ram.c: Move core compression code into its own file migration/ram.c: Refactor compress code - - - - --- 2023-04-20 Lukas Straub New
[v2,08/13] ram.c: Introduce whitespace (squash with next patch) migration/ram.c: Refactor compress code - - - - --- 2023-04-20 Lukas Straub New
[v2,07/13] ram.c: Remove last ram.c dependency from the core compress code migration/ram.c: Refactor compress code - - 1 - --- 2023-04-20 Lukas Straub New
[v2,06/13] ram.c: Call update_compress_thread_counts from compress_send_queued_data migration/ram.c: Refactor compress code - - 1 - --- 2023-04-20 Lukas Straub New
[v2,05/13] ram.c: Do not call save_page_header() from compress threads migration/ram.c: Refactor compress code - - 1 - --- 2023-04-20 Lukas Straub New
[v2,04/13] ram.c: Reset result after sending queued data migration/ram.c: Refactor compress code - - 1 - --- 2023-04-20 Lukas Straub New
[v2,03/13] ram.c: Dont change param->block in the compress thread migration/ram.c: Refactor compress code - - 1 - --- 2023-04-20 Lukas Straub New
[v2,02/13] ram.c: Let the compress threads return a CompressResult enum migration/ram.c: Refactor compress code - - 1 - --- 2023-04-20 Lukas Straub New
[v2,01/13] qtest/migration-test.c: Add postcopy tests with compress enabled migration/ram.c: Refactor compress code - - 1 - --- 2023-04-20 Lukas Straub New
[for-8.0,v2,2/2] migration/ram.c: Fix migration with compress enabled [for-8.0,v2,1/2] qtest/migration-test.c: Add tests with compress enabled - 1 1 - --- 2023-04-04 Lukas Straub New
[for-8.0,v2,1/2] qtest/migration-test.c: Add tests with compress enabled [for-8.0,v2,1/2] qtest/migration-test.c: Add tests with compress enabled 1 - 1 - --- 2023-04-04 Lukas Straub New
[14/14] migration: Initialize and cleanup decompression in migration.c migration/ram.c: Refactor compress code - - - - --- 2023-04-02 Lukas Straub New
[13/14] ram-compress.c: Make target independent migration/ram.c: Refactor compress code - - 1 - --- 2023-04-02 Lukas Straub New
[12/14] ram.c: Remove unused include after moving out code migration/ram.c: Refactor compress code - - - - --- 2023-04-02 Lukas Straub New
[11/14] ram compress: Assert that the file buffer matches the result migration/ram.c: Refactor compress code - - - - --- 2023-04-02 Lukas Straub New
[10/14] ram.c: Move core decompression code into its own file migration/ram.c: Refactor compress code - - 1 - --- 2023-04-02 Lukas Straub New
[09/14] ram.c: Remove whitespace (squash with previous patch) migration/ram.c: Refactor compress code - - - - --- 2023-04-02 Lukas Straub New
[08/14] ram.c: Move core compression code into its own file migration/ram.c: Refactor compress code - - - - --- 2023-04-02 Lukas Straub New
[07/14] ram.c: Introduce whitespace (squash with next patch) migration/ram.c: Refactor compress code - - - - --- 2023-04-02 Lukas Straub New
[06/14] ram.c: Remove last ram.c dependency from the core compress code migration/ram.c: Refactor compress code - - - - --- 2023-04-02 Lukas Straub New
[05/14] ram.c: Call update_compress_thread_counts from compress_send_queued_data migration/ram.c: Refactor compress code - - - - --- 2023-04-02 Lukas Straub New
[04/14] ram.c: Do not call save_page_header() from compress threads migration/ram.c: Refactor compress code - - - - --- 2023-04-02 Lukas Straub New
[03/14] ram.c: Reset result after sending queued data migration/ram.c: Refactor compress code - - - - --- 2023-04-02 Lukas Straub New
[02/14] ram.c: Dont change param->block in the compress thread migration/ram.c: Refactor compress code - - - - --- 2023-04-02 Lukas Straub New
[01/14] ram.c: Let the compress threads return a CompressResult enum migration/ram.c: Refactor compress code - - - - --- 2023-04-02 Lukas Straub New
[RESEND,2/2] migration/ram.c: Fix migration with compress enabled [RESEND,1/2] qtest/migration-test.c: Add test with compress enabled - - 1 - --- 2023-04-02 Lukas Straub New
[RESEND,1/2] qtest/migration-test.c: Add test with compress enabled [RESEND,1/2] qtest/migration-test.c: Add test with compress enabled - - 1 - --- 2023-04-02 Lukas Straub New
[2/2] migration/ram.c: Fix migration with compress enabled Untitled series #349157 - - 1 - --- 2023-04-02 Lukas Straub New
[1/2] qtest/migration-test.c: Add test with compress enabled [1/2] qtest/migration-test.c: Add test with compress enabled - - - - --- 2023-04-02 Lukas Straub New
multifd: Implement yank for multifd send side multifd: Implement yank for multifd send side - - 2 1 --- 2021-09-01 Lukas Straub New
multifd: Implement yank for multifd send side multifd: Implement yank for multifd send side - - 1 1 --- 2021-08-04 Lukas Straub New
[for,6.1] multifd: Unconditionally unregister yank function [for,6.1] multifd: Unconditionally unregister yank function - - 1 - --- 2021-08-04 Lukas Straub New
[v6,4/4] replication: Remove workaround replication: Bugfix and properly attach children - - 1 - --- 2021-07-18 Lukas Straub New
[v6,3/4] replication: Properly attach children replication: Bugfix and properly attach children - - 1 - --- 2021-07-18 Lukas Straub New
[v6,2/4] replication: Reduce usage of s->hidden_disk and s->secondary_disk replication: Bugfix and properly attach children - - 1 - --- 2021-07-18 Lukas Straub New
[v6,1/4] replication: Remove s->active_disk replication: Bugfix and properly attach children - - 2 - --- 2021-07-18 Lukas Straub New
[v5,5/5] replication: Remove workaround replication: Bugfix and properly attach children - - 1 - --- 2021-07-12 Lukas Straub New
[v5,4/5] replication: Assert that children are writable replication: Bugfix and properly attach children - - - - --- 2021-07-12 Lukas Straub New
[v5,3/5] replication: Properly attach children replication: Bugfix and properly attach children - - 1 - --- 2021-07-12 Lukas Straub New
[v5,2/5] replication: Reduce usage of s->hidden_disk and s->secondary_disk replication: Bugfix and properly attach children - - 1 - --- 2021-07-12 Lukas Straub New
[v5,1/5] replication: Remove s->active_disk replication: Bugfix and properly attach children - - 1 - --- 2021-07-12 Lukas Straub New
[v4,4/4] replication: Remove workaround replication: Bugfix and properly attach children - - - - --- 2021-07-11 Lukas Straub New
[v4,3/4] replication: Properly attach children replication: Bugfix and properly attach children - - 1 - --- 2021-07-11 Lukas Straub New
[v4,2/4] replication: Reduce usage of s->hidden_disk and s->secondary_disk replication: Bugfix and properly attach children - - 1 - --- 2021-07-11 Lukas Straub New
[v4,1/4] replication: Remove s->active_disk replication: Bugfix and properly attach children - - 1 - --- 2021-07-11 Lukas Straub New
[v3,4/4] replication: Remove workaround [v3,1/4] replication: Remove s->active_disk - - 1 - --- 2021-07-07 Lukas Straub New
[v3,3/4] replication: Properly attach children [v3,1/4] replication: Remove s->active_disk - - 1 - --- 2021-07-07 Lukas Straub New
[v3,2/4] replication: Reduce usage of s->hidden_disk and s->secondary_disk [v3,1/4] replication: Remove s->active_disk - - 1 - --- 2021-07-07 Lukas Straub New
[v3,1/4] replication: Remove s->active_disk [v3,1/4] replication: Remove s->active_disk - - 1 - --- 2021-07-07 Lukas Straub New
block/replication.c: Properly attach children block/replication.c: Properly attach children - - - - --- 2021-07-06 Lukas Straub New
colo: Don't dump colo cache if dump-guest-core=off colo: Don't dump colo cache if dump-guest-core=off - - 1 - --- 2021-07-04 Lukas Straub New
[resend] block/replication.c: Properly attach children [resend] block/replication.c: Properly attach children - - - - --- 2021-07-04 Lukas Straub New
[resend] nbd: register yank function earlier [resend] nbd: register yank function earlier - - 1 - --- 2021-07-04 Lukas Straub New
[v8,4/4] tests: Add tests for yank with the chardev-change case yank: Add chardev tests and fixes - - 1 1 --- 2021-03-30 Lukas Straub New
[v8,3/4] chardev: Fix yank with the chardev-change case yank: Add chardev tests and fixes - - 1 1 --- 2021-03-30 Lukas Straub New
[v8,2/4] chardev/char.c: Always pass id to chardev_new yank: Add chardev tests and fixes - - 1 1 --- 2021-03-30 Lukas Straub New
[v8,1/4] chardev/char.c: Move object_property_try_add_child out of chardev_new yank: Add chardev tests and fixes - - 1 1 --- 2021-03-30 Lukas Straub New
[v7,4/4] tests: Add tests for yank with the chardev-change case yank: Add chardev tests and fixes - - 1 1 --- 2021-03-29 Lukas Straub New
[v7,3/4] chardev: Fix yank with the chardev-change case yank: Add chardev tests and fixes - - 1 1 --- 2021-03-29 Lukas Straub New
[v7,2/4] chardev/char.c: Always pass id to chardev_new yank: Add chardev tests and fixes - - 1 1 --- 2021-03-29 Lukas Straub New
[v7,1/4] chardev/char.c: Move object_property_try_add_child out of chardev_new yank: Add chardev tests and fixes - - 1 1 --- 2021-03-29 Lukas Straub New
[v6,4/4] tests: Add tests for yank with the chardev-change case yank: Add chardev tests and fixes - - 1 1 --- 2021-03-29 Lukas Straub New
[v6,3/4] chardev: Fix yank with the chardev-change case yank: Add chardev tests and fixes - - 1 1 --- 2021-03-29 Lukas Straub New
[v6,2/4] chardev/char.c: Always pass id to chardev_new yank: Add chardev tests and fixes - - 1 1 --- 2021-03-29 Lukas Straub New
[v6,1/4] chardev/char.c: Move object_property_try_add_child out of chardev_new yank: Add chardev tests and fixes - - 1 1 --- 2021-03-29 Lukas Straub New
[v5,4/4] tests: Add tests for yank with the chardev-change case yank: Add chardev tests and fixes - - 1 1 --- 2021-03-26 Lukas Straub New
[v5,3/4] chardev: Fix yank with the chardev-change case yank: Add chardev tests and fixes - - 1 1 --- 2021-03-26 Lukas Straub New
[v5,2/4] chardev/char.c: Always pass id to chardev_new yank: Add chardev tests and fixes - - 1 1 --- 2021-03-26 Lukas Straub New
[v5,1/4] chardev/char.c: Move object_property_try_add_child out of chardev_new yank: Add chardev tests and fixes - - 1 1 --- 2021-03-26 Lukas Straub New
[PULL,6/6] tests: Add tests for yank with the chardev-change case [PULL,1/6] yank: Remove dependency on qiochannel - - 1 1 --- 2021-03-26 Lukas Straub New
[PULL,5/6] chardev: Fix yank with the chardev-change case [PULL,1/6] yank: Remove dependency on qiochannel - - 1 1 --- 2021-03-26 Lukas Straub New
« 1 2 3 4 »