Re: [PATCH v2 02/10] migration: Rename thread debug names

2024-06-18 Thread Zhijian Li (Fujitsu)
On 18/06/2024 02:15, Peter Xu wrote: > The postcopy thread names on dest QEMU are slightly confusing, partly I'll > need to blame myself on 36f62f11e4 ("migration: Postcopy preemption > preparation on channel creation"). E.g., "fault-fast" reads like a fast > version of "fault-default", but it's

[PATCH v2 02/10] migration: Rename thread debug names

2024-06-17 Thread Peter Xu
The postcopy thread names on dest QEMU are slightly confusing, partly I'll need to blame myself on 36f62f11e4 ("migration: Postcopy preemption preparation on channel creation"). E.g., "fault-fast" reads like a fast version of "fault-default", but it's actually the fast version of "postcopy/listen"