On Wed, Aug 12, 2020 at 5:42 PM Erik Skultety <eskultet(a)redhat.com> wrote:
On Tue, Aug 04, 2020 at 08:06:49PM +0530, Prathamesh Chavan wrote:
> `qemuMigrationJobPhase` was transformed into `virMigrationJobPhase`
> and a common util file `virmigration` was created to store its
> defination.
>
> Signed-off-by: Prathamesh Chavan <pc44800(a)gmail.com>
> ---
You basically just moved the QEMU migration enums which as a patch on its own
doesn't make much sense, other migration bits that can be made agnostic would
have to either follow or be part of the same patch.
Yes, the other bits, which should be made hypervisor agnostic should
follow this, but right now this is required for making the only the
domain jobs hypervisor-agnostic.
Thanks,
Prathamesh Chavan