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
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
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