Re: [PATCH v2 3/6] migration/block: Make late-block-active the default

2024-12-16 Thread Fabiano Rosas
Peter Xu writes: > Migration capability 'late-block-active' controls when the block drives > will be activated. If enabled, block drives will only be activated until > VM starts, either src runstate was "live" (RUNNING, or SUSPENDED), or it'll > be postponed until qmp_cont(). > > Let's do this u

[PATCH v2 3/6] migration/block: Make late-block-active the default

2024-12-06 Thread Peter Xu
Migration capability 'late-block-active' controls when the block drives will be activated. If enabled, block drives will only be activated until VM starts, either src runstate was "live" (RUNNING, or SUSPENDED), or it'll be postponed until qmp_cont(). Let's do this unconditionally. There's no ha