Re: [PATCH V3 10/16] migration: split qmp_migrate

2024-11-14 Thread Steven Sistare
On 11/13/2024 4:11 PM, Peter Xu wrote: On Fri, Nov 01, 2024 at 06:47:49AM -0700, Steve Sistare wrote: Split qmp_migrate into start and finish functions. Finish will be called asynchronously in a subsequent patch, but for now, call it immediately. No functional change. Signed-off-by: Steve Sis

Re: [PATCH V3 10/16] migration: split qmp_migrate

2024-11-13 Thread Peter Xu
On Fri, Nov 01, 2024 at 06:47:49AM -0700, Steve Sistare wrote: > Split qmp_migrate into start and finish functions. Finish will be > called asynchronously in a subsequent patch, but for now, call it > immediately. No functional change. > > Signed-off-by: Steve Sistare > --- > migration/migrati

[PATCH V3 10/16] migration: split qmp_migrate

2024-11-01 Thread Steve Sistare
Split qmp_migrate into start and finish functions. Finish will be called asynchronously in a subsequent patch, but for now, call it immediately. No functional change. Signed-off-by: Steve Sistare --- migration/migration.c | 27 +++ 1 file changed, 27 insertions(+) diff