qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 07/11] block: add delayed bitmap successor cl


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH v2 07/11] block: add delayed bitmap successor cleanup
Date: Fri, 17 Apr 2015 17:49:25 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

On 27.03.2015 20:20, John Snow wrote:
Allow bitmap successors to carry reference counts.

We can in a later patch use this ability to clean up the dirty bitmap
according to both the individual job's success and the success of all
jobs in the transaction group.

The code for cleaning up a bitmap is also moved from backup_run to
backup_complete.

Signed-off-by: John Snow <address@hidden>
---
  block.c               | 65 ++++++++++++++++++++++++++++++++++++++++++++++-----
  block/backup.c        | 20 ++++++----------
  include/block/block.h | 10 ++++----
  3 files changed, 70 insertions(+), 25 deletions(-)

Reviewed-by: Max Reitz <address@hidden>



reply via email to

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