Re: [PATCH v4] migration: hold the BQL during setup

2023-10-13 Thread Fiona Ebner
Am 12.10.23 um 22:40 schrieb Fabiano Rosas: > Fiona Ebner writes: > >> This is intended to be a semantic revert of commit 9b09503752 >> ("migration: run setup callbacks out of big lock"). There have been so >> many changes since that commit (e.g. a new setup callback >> dirty_bitmap_save_setup()

Re: [PATCH v4] migration: hold the BQL during setup

2023-10-13 Thread Juan Quintela
Fiona Ebner wrote: > This is intended to be a semantic revert of commit 9b09503752 > ("migration: run setup callbacks out of big lock"). There have been so > many changes since that commit (e.g. a new setup callback > dirty_bitmap_save_setup() that also needs to be adapted now), it's > easier to d

Re: [PATCH v4] migration: hold the BQL during setup

2023-10-12 Thread Fabiano Rosas
Fiona Ebner writes: > This is intended to be a semantic revert of commit 9b09503752 > ("migration: run setup callbacks out of big lock"). There have been so > many changes since that commit (e.g. a new setup callback > dirty_bitmap_save_setup() that also needs to be adapted now), it's > easier to

[PATCH v4] migration: hold the BQL during setup

2023-10-12 Thread Fiona Ebner
This is intended to be a semantic revert of commit 9b09503752 ("migration: run setup callbacks out of big lock"). There have been so many changes since that commit (e.g. a new setup callback dirty_bitmap_save_setup() that also needs to be adapted now), it's easier to do the revert manually. For sn