Re: [PATCH] qemu_migration: Acquire correct job in qemuMigrationSrcIsAllowed

2022-07-22 Thread Jiri Denemark
On Fri, Jul 22, 2022 at 12:22:54 +0200, Martin Kletzander wrote: > Commit 62627524607f added the acquiring of a job, but it is not always > VIR_ASYNC_JOB_MIGRATION_OUT, so the code fails when doing save or anything > else. > Correct the async job by passing it from the caller as another parameter.

[PATCH] qemu_migration: Acquire correct job in qemuMigrationSrcIsAllowed

2022-07-22 Thread Martin Kletzander
Commit 62627524607f added the acquiring of a job, but it is not always VIR_ASYNC_JOB_MIGRATION_OUT, so the code fails when doing save or anything else. Correct the async job by passing it from the caller as another parameter. Signed-off-by: Martin Kletzander --- This will hopefully fix the integr