Re: [PATCH V1 02/26] migration: lower handler priority

2025-02-06 Thread Steven Sistare
On 2/3/2025 11:58 AM, Peter Xu wrote: On Wed, Jan 29, 2025 at 06:42:58AM -0800, Steve Sistare wrote: Define a vmstate priority that is lower than the default, so its handlers run after all default priority handlers. Since 0 is no longer the default priority, translate an uninitialized priority

Re: [PATCH V1 02/26] migration: lower handler priority

2025-02-03 Thread Peter Xu
On Wed, Jan 29, 2025 at 06:42:58AM -0800, Steve Sistare wrote: > Define a vmstate priority that is lower than the default, so its handlers > run after all default priority handlers. Since 0 is no longer the default > priority, translate an uninitialized priority of 0 to MIG_PRI_DEFAULT. > > CPR f

Re: [PATCH V1 02/26] migration: lower handler priority

2025-02-03 Thread Fabiano Rosas
Steve Sistare writes: > Define a vmstate priority that is lower than the default, so its handlers > run after all default priority handlers. Since 0 is no longer the default > priority, translate an uninitialized priority of 0 to MIG_PRI_DEFAULT. > > CPR for vfio will use this to install handler

[PATCH V1 02/26] migration: lower handler priority

2025-01-29 Thread Steve Sistare
Define a vmstate priority that is lower than the default, so its handlers run after all default priority handlers. Since 0 is no longer the default priority, translate an uninitialized priority of 0 to MIG_PRI_DEFAULT. CPR for vfio will use this to install handlers for containers that run after h