qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [PATCH 15/42] job: Move cancelled to Job


From: Max Reitz
Subject: Re: [Qemu-block] [PATCH 15/42] job: Move cancelled to Job
Date: Mon, 14 May 2018 16:39:53 +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:
> We cannot yet move the whole logic around job cancelling to Job because
> it depends on quite a few other things that are still only in BlockJob,
> but we can move the cancelled field at least.
> 
> Signed-off-by: Kevin Wolf <address@hidden>
> ---
>  include/block/blockjob.h     |  8 --------
>  include/block/blockjob_int.h |  8 --------
>  include/qemu/job.h           | 11 +++++++++++
>  block/backup.c               |  6 +++---
>  block/commit.c               |  4 ++--
>  block/mirror.c               | 20 ++++++++++----------
>  block/stream.c               |  4 ++--
>  blockjob.c                   | 28 +++++++++++++---------------
>  job.c                        |  5 +++++
>  tests/test-blockjob-txn.c    |  6 +++---
>  tests/test-blockjob.c        |  2 +-
>  11 files changed, 50 insertions(+), 52 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]