qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 20/42] job: Move pause/resume functions to Job


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH 20/42] job: Move pause/resume functions to Job
Date: Mon, 14 May 2018 19:13:14 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

On 2018-05-09 18:26, Kevin Wolf wrote:
> While we already moved the state related to job pausing to Job, the
> functions to do were still BlockJob only. This commit moves them over to
> Job.
> 
> Signed-off-by: Kevin Wolf <address@hidden>
> ---
>  include/block/blockjob.h     | 32 -------------------
>  include/block/blockjob_int.h |  7 +++++
>  include/qemu/job.h           | 37 ++++++++++++++++++++++
>  block/backup.c               |  1 +
>  block/commit.c               |  1 +
>  block/mirror.c               |  2 ++
>  block/stream.c               |  1 +
>  blockdev.c                   |  6 ++--
>  blockjob.c                   | 73 
> ++++++++++----------------------------------
>  job.c                        | 51 +++++++++++++++++++++++++++++++
>  tests/test-bdrv-drain.c      |  1 +
>  tests/test-blockjob-txn.c    |  1 +
>  tests/test-blockjob.c        |  6 ++--
>  13 files changed, 125 insertions(+), 94 deletions(-)

Reviewed-by: Max Reitz <address@hidden>

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]