Re: [libvirt] [PATCH v2 02/12] qemu: introduce qemu domain job status

2017-02-16 Thread Jiri Denemark
On Wed, Dec 28, 2016 at 17:39:11 +0300, Nikolay Shirokovskiy wrote: > This patch simply switches code from using VIR_DOMAIN_JOB_* to > introduced QEMU_DOMAIN_JOB_STATUS_*. Later this gives us freedom > to introduce states for postcopy and mirroring phases. > --- > src/qemu/qemu_domain.c| 24

[libvirt] [PATCH v2 02/12] qemu: introduce qemu domain job status

2016-12-28 Thread Nikolay Shirokovskiy
This patch simply switches code from using VIR_DOMAIN_JOB_* to introduced QEMU_DOMAIN_JOB_STATUS_*. Later this gives us freedom to introduce states for postcopy and mirroring phases. --- src/qemu/qemu_domain.c| 24 -- src/qemu/qemu_domain.h| 11 +-