If you run a migration operation and attempt todo
virsh list
On the incoming destination, it will be blocked until migration
completes. This not desirable, the job framework should avoid this
happening, but the job was not maintained across the Prepare+Finish
API calls. These two patches address that problem