[libvirt] [PATCH] qemu: add the missing jobinfo type in qemuDomainGetJobInfo

Jiri Denemark jdenemar at redhat.com
Tue Nov 25 13:42:23 UTC 2014


On Tue, Nov 25, 2014 at 19:51:45 +0800, Wang Rui wrote:
> Commit 6fcddfcd refactored job statistics but missed the jobinfo type updated
> in qemuDomainGetJobInfo. After this patch, we can use virDomainGetJobInfo to
> get jobinfo type again.
> 
> Signed-off-by: Wang Rui <moon.wangrui at huawei.com>
> ---
>  src/qemu/qemu_domain.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c
> index 334bd40..6513c78 100644
> --- a/src/qemu/qemu_domain.c
> +++ b/src/qemu/qemu_domain.c
> @@ -258,6 +258,7 @@ int
>  qemuDomainJobInfoToInfo(qemuDomainJobInfoPtr jobInfo,
>                          virDomainJobInfoPtr info)
>  {
> +    info->type = jobInfo->type;
>      info->timeElapsed = jobInfo->timeElapsed;
>      info->timeRemaining = jobInfo->timeRemaining;
>  

Oops. ACK and I will push the patch soon.

Jirka




More information about the libvir-list mailing list