Re: [pve-devel] [PATCH qemu 1/4] pvebackup_co_dump_cb: do not call job->cancel()

2019-10-27 Thread Dietmar Maurer
Despite of the subject (1/4), this is just a single patch (sorry). > On 27 October 2019 08:24 Dietmar Maurer wrote: > > > The backup loop will automatically abort if we return an error. > --- > blockdev.c | 6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git a/blockdev

[pve-devel] [PATCH qemu 1/4] pvebackup_co_dump_cb: do not call job->cancel()

2019-10-27 Thread Dietmar Maurer
The backup loop will automatically abort if we return an error. --- blockdev.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/blockdev.c b/blockdev.c index 07561b6f96..3343388978 100644 --- a/blockdev.c +++ b/blockdev.c @@ -3254,10 +3254,8 @@ static int coroutine_fn pveb

[pve-devel] [PATCH qemu] pvebackup_complete_cb: avoid poll loop if already inside coroutine

2019-10-27 Thread Dietmar Maurer
--- blockdev.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/blockdev.c b/blockdev.c index 1bfd85ebc1..5580d36da7 100644 --- a/blockdev.c +++ b/blockdev.c @@ -3170,6 +3170,8 @@ static void coroutine_fn block_on_coroutine_wrapper(void *opaque) static void block_